]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
authorZeng, Star <star.zeng@intel.com>
Thu, 28 Aug 2014 07:02:57 +0000 (07:02 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Aug 2014 07:02:57 +0000 (07:02 +0000)
commit9fbebd85996ccf54bcc59966dab6129b76223462
tree8e6427e0d17a05701f14bc59ded9352fc01e8349
parentf9841f04ad2d3ce1157103f97ef7c2bc5979f1de
IntelFrameworkModulePkg: 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: Zeng, Star <star.zeng@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15967 6f19259b-4bc3-4df7-8a09-765794883524
71 files changed:
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/IsaBusDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/IsaFloppyDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPei.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/IsaFloppyPeiExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/IsaIoDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/IsaSerialDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/IdeBusDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPort.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Bus/Pci/VgaMiniPortDxe/VgaMiniPortExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/BlockIoDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/BiosSnp16.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/BiosSnp16Extra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/BiosVideoDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/BiosVideoDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Csm/LegacyBiosDxe/LegacyBiosDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoDecompressLib.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/DxeCapsuleLib/DxeCapsuleLib.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/DxeReportStatusCodeLib.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/GenericBdsLib/GenericBdsLib.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaArchDecompressLib.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompressLib.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/PeiRecoveryLib/PeiRecoveryLib.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/PlatformBdsLibNull/PlatformBdsLib.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/AcpiSupportDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/DeviceManagerStrings.uni
IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/CpuIoDxe/CpuIoDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubDxe/DataHubDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/DataHubStdErrDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/FwVolDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateDriverDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/UpdateStrings.uni
IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/LegacyRegionDxe/LegacyRegionDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/SectionExtractionDxe/SectionExtractionDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/DatahubStatusCodeHandlerDxeExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePeiExtra.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxe.uni [new file with mode: 0644]
IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/StatusCodeRuntimeDxeExtra.uni [new file with mode: 0644]