]> git.proxmox.com Git - mirror_edk2.git/commit - FatPkg/EnhancedFatDxe/FatExtra.uni
FatPkg: INF/DEC file updates to EDK II packages
authorShumin Qiu <shumin.qiu@intel.com>
Thu, 28 Aug 2014 06:40:39 +0000 (06:40 +0000)
committerJordan Justen <jordan.l.justen@intel.com>
Thu, 7 Apr 2016 06:22:43 +0000 (23:22 -0700)
commit0f5edf9a59b351f4543cb7e08f99e02bdfe6a2e4
tree4896a9d7dc3ab99df5f0d27bb1295793109b9c28
parent1671e775a3b1b3e9e4a407e195c804e802bb6cbb
FatPkg: INF/DEC file updates to EDK II packages

2. Add MODULE_UNI_FILE file that contains the localized Abstract and Description of a module.
a. Addresses an information gap between INF files and the UEFI Distribution Packaging Specification XML schema
b. There will be an associated update to UPT in BaseTools to consume MODULE_UNI_FILE and associated UNI file during UDP creation that performs the INF -> XML conversion.
c. There will be an associated update to UPT in BaseTools to produce MODULE_UNI_FILE and associated UNI file during UDP installation that performs the XML -> INF conversion.

3. Add Module Extra UNI file that provides the localized Name of a module.
a. [UserExtensions.TianoCore."ExtraFiles"] provides an easy method for a module to specify extra files not listed in [Sources] or [Binaries] sections to be added to a UDP without having to list the files in the UPT package information data file.
b. There will be an associated update to UPT in BaseTools to package up files listed in [UserExtensions.TianoCore."ExtraFiles"] during UDP creation.
c. UNI file contains localized name of a module to go along with the localized Abstract and Description from the MODULE_UNI_FILE.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu, Shumin <shumin.qiu@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
(based on FatPkg commit 72df7b600a778b150a0362aec3cf6031284cd64f)

[jordan.l.justen@intel.com: Use script to relicense to 2-clause BSD]
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Acked-by: Mark Doran <mark.doran@intel.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
FatPkg/EnhancedFatDxe/Fat.uni [new file with mode: 0644]
FatPkg/EnhancedFatDxe/FatExtra.uni [new file with mode: 0644]
FatPkg/FatPei/FatPei.uni [new file with mode: 0644]
FatPkg/FatPei/FatPeiExtra.uni [new file with mode: 0644]