[Patch v3 1/3] Ext4Pkg: Add Ext4Pkg.dec and Ext4Pkg.uni.
Pedro Falcato
These files are needed to build Ext4Pkg.
Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com> --- Features/Ext4Pkg/Ext4Pkg.dec | 17 +++++++++++++++++ Features/Ext4Pkg/Ext4Pkg.uni | 14 ++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 Features/Ext4Pkg/Ext4Pkg.dec create mode 100644 Features/Ext4Pkg/Ext4Pkg.uni diff --git a/Features/Ext4Pkg/Ext4Pkg.dec b/Features/Ext4Pkg/Ext4Pkg.dec new file mode 100644 index 0000000000..f1f8b39c3c --- /dev/null +++ b/Features/Ext4Pkg/Ext4Pkg.dec @@ -0,0 +1,17 @@ +## @file=0D +# Ext4 Package=0D +#=0D +# This package provides libraries and drivers related to the ext4 filesys= tem implementation.=0D +# More details are available at: https://www.kernel.org/doc/html/v5.4/fil= esystems/ext4/index.html=0D +#=0D +# Copyright (c) 2021 Pedro Falcato=0D +# SPDX-License-Identifier: BSD-2-Clause-Patent=0D +#=0D +##=0D +=0D +[Defines]=0D + DEC_SPECIFICATION =3D 0x00010005=0D + PACKAGE_NAME =3D Ext4Pkg=0D + PACKAGE_UNI_FILE =3D Ext4Pkg.uni=0D + PACKAGE_GUID =3D 6B4BF998-668B-46D3-BCFA-971F99F8708C= =0D + PACKAGE_VERSION =3D 0.1=0D diff --git a/Features/Ext4Pkg/Ext4Pkg.uni b/Features/Ext4Pkg/Ext4Pkg.uni new file mode 100644 index 0000000000..abeadd8fd9 --- /dev/null +++ b/Features/Ext4Pkg/Ext4Pkg.uni @@ -0,0 +1,14 @@ +## @file=0D +# Ext4 Package=0D +#=0D +# This package provides libraries and drivers related to the ext4 filesys= tem implementation.=0D +# More details are available at: https://www.kernel.org/doc/html/v5.4/fil= esystems/ext4/index.html=0D +#=0D +# Copyright (c) 2021 Pedro Falcato=0D +# SPDX-License-Identifier: BSD-2-Clause-Patent=0D +#=0D +##=0D +=0D +#string STR_PACKAGE_ABSTRACT #language en-US "Module implementa= tions for the EXT4 file system"=0D +=0D +#string STR_PACKAGE_DESCRIPTION #language en-US "This package cont= ains UEFI drivers and libraries for the EXT4 file system."=0D --=20 2.32.0
|
|