From: Gao, Liming Date: Wed, 27 Aug 2014 09:37:07 +0000 (+0000) Subject: MdePkg: INF/DEC file updates to EDK II packages X-Git-Tag: edk2-stable201903~11077 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9b94012517942f6404536d89d88368a3aca54438 MdePkg: 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. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming Reviewed-by: Michael Kinney git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15918 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.uni b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.uni new file mode 100644 index 0000000000..ec257dca19 Binary files /dev/null and b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.uni differ diff --git a/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni b/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni new file mode 100644 index 0000000000..b23e0ff4e0 Binary files /dev/null and b/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni differ diff --git a/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.uni b/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.uni new file mode 100644 index 0000000000..3afde1e793 Binary files /dev/null and b/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.uni differ diff --git a/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.uni b/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.uni new file mode 100644 index 0000000000..da893a66ae Binary files /dev/null and b/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.uni differ diff --git a/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.uni b/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.uni new file mode 100644 index 0000000000..d030403be5 Binary files /dev/null and b/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.uni differ diff --git a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni new file mode 100644 index 0000000000..6d64803bd2 Binary files /dev/null and b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni differ diff --git a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.uni b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.uni new file mode 100644 index 0000000000..2f512d5941 Binary files /dev/null and b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.uni differ diff --git a/MdePkg/Library/BaseLib/BaseLib.uni b/MdePkg/Library/BaseLib/BaseLib.uni new file mode 100644 index 0000000000..ae2b42cdaf Binary files /dev/null and b/MdePkg/Library/BaseLib/BaseLib.uni differ diff --git a/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.uni b/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.uni new file mode 100644 index 0000000000..53a14b001e Binary files /dev/null and b/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.uni differ diff --git a/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.uni b/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.uni new file mode 100644 index 0000000000..d054a05b16 Binary files /dev/null and b/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.uni differ diff --git a/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.uni b/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.uni new file mode 100644 index 0000000000..cf9a95b08f Binary files /dev/null and b/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.uni differ diff --git a/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.uni b/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.uni new file mode 100644 index 0000000000..bd1d87c91c Binary files /dev/null and b/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.uni differ diff --git a/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.uni b/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.uni new file mode 100644 index 0000000000..d94d4f9092 Binary files /dev/null and b/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.uni differ diff --git a/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.uni b/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.uni new file mode 100644 index 0000000000..cfb50cdf2f Binary files /dev/null and b/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.uni differ diff --git a/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.uni b/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.uni new file mode 100644 index 0000000000..d6994f3921 Binary files /dev/null and b/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.uni differ diff --git a/MdePkg/Library/BasePalLibNull/BasePalLibNull.uni b/MdePkg/Library/BasePalLibNull/BasePalLibNull.uni new file mode 100644 index 0000000000..ab31ff2fed Binary files /dev/null and b/MdePkg/Library/BasePalLibNull/BasePalLibNull.uni differ diff --git a/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.uni b/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.uni new file mode 100644 index 0000000000..a2671f9868 Binary files /dev/null and b/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.uni differ diff --git a/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.uni b/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.uni new file mode 100644 index 0000000000..4960686328 Binary files /dev/null and b/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.uni differ diff --git a/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.uni b/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.uni new file mode 100644 index 0000000000..c07dc52631 Binary files /dev/null and b/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.uni differ diff --git a/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.uni b/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.uni new file mode 100644 index 0000000000..9c7863faec Binary files /dev/null and b/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.uni differ diff --git a/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.uni b/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.uni new file mode 100644 index 0000000000..36fffe2eac Binary files /dev/null and b/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.uni differ diff --git a/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLibNull.uni b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLibNull.uni new file mode 100644 index 0000000000..ac4e357626 Binary files /dev/null and b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLibNull.uni differ diff --git a/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.uni b/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.uni new file mode 100644 index 0000000000..3fb18dd1c2 Binary files /dev/null and b/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.uni differ diff --git a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.uni b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.uni new file mode 100644 index 0000000000..c0af4754c0 Binary files /dev/null and b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.uni differ diff --git a/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.uni b/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.uni new file mode 100644 index 0000000000..54a0e09a9e Binary files /dev/null and b/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.uni differ diff --git a/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.uni b/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.uni new file mode 100644 index 0000000000..a1d005f44b Binary files /dev/null and b/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.uni differ diff --git a/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.uni b/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.uni new file mode 100644 index 0000000000..18f590754f Binary files /dev/null and b/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.uni differ diff --git a/MdePkg/Library/BasePrintLib/BasePrintLib.uni b/MdePkg/Library/BasePrintLib/BasePrintLib.uni new file mode 100644 index 0000000000..d94842b283 Binary files /dev/null and b/MdePkg/Library/BasePrintLib/BasePrintLib.uni differ diff --git a/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.uni b/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.uni new file mode 100644 index 0000000000..506dfe8597 Binary files /dev/null and b/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.uni differ diff --git a/MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.uni b/MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.uni new file mode 100644 index 0000000000..efdc768348 Binary files /dev/null and b/MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.uni differ diff --git a/MdePkg/Library/BaseS3IoLib/BaseS3IoLib.uni b/MdePkg/Library/BaseS3IoLib/BaseS3IoLib.uni new file mode 100644 index 0000000000..9612615ef5 Binary files /dev/null and b/MdePkg/Library/BaseS3IoLib/BaseS3IoLib.uni differ diff --git a/MdePkg/Library/BaseS3PciLib/BaseS3PciLib.uni b/MdePkg/Library/BaseS3PciLib/BaseS3PciLib.uni new file mode 100644 index 0000000000..290c0fab3d Binary files /dev/null and b/MdePkg/Library/BaseS3PciLib/BaseS3PciLib.uni differ diff --git a/MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.uni b/MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.uni new file mode 100644 index 0000000000..f7f2f3a34c Binary files /dev/null and b/MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.uni differ diff --git a/MdePkg/Library/BaseS3StallLib/BaseS3StallLib.uni b/MdePkg/Library/BaseS3StallLib/BaseS3StallLib.uni new file mode 100644 index 0000000000..0f9f2fcb1a Binary files /dev/null and b/MdePkg/Library/BaseS3StallLib/BaseS3StallLib.uni differ diff --git a/MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.uni b/MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.uni new file mode 100644 index 0000000000..dbff1d674f Binary files /dev/null and b/MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.uni differ diff --git a/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.uni b/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.uni new file mode 100644 index 0000000000..0bc428b549 Binary files /dev/null and b/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.uni differ diff --git a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni new file mode 100644 index 0000000000..be01d10cf5 Binary files /dev/null and b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni differ diff --git a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.uni b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.uni new file mode 100644 index 0000000000..d9327ff346 Binary files /dev/null and b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.uni differ diff --git a/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.uni b/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.uni new file mode 100644 index 0000000000..695733d2bc Binary files /dev/null and b/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.uni differ diff --git a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.uni b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.uni new file mode 100644 index 0000000000..7abcdb8807 Binary files /dev/null and b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.uni differ diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.uni b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.uni new file mode 100644 index 0000000000..a5d4948270 Binary files /dev/null and b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.uni differ diff --git a/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.uni b/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.uni new file mode 100644 index 0000000000..622b4db526 Binary files /dev/null and b/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.uni differ diff --git a/MdePkg/Library/DxeExtendedSalLib/DxeExtendedSalLib.uni b/MdePkg/Library/DxeExtendedSalLib/DxeExtendedSalLib.uni new file mode 100644 index 0000000000..0597ed88af Binary files /dev/null and b/MdePkg/Library/DxeExtendedSalLib/DxeExtendedSalLib.uni differ diff --git a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.uni b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.uni new file mode 100644 index 0000000000..0487d1d389 Binary files /dev/null and b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.uni differ diff --git a/MdePkg/Library/DxeHobLib/DxeHobLib.uni b/MdePkg/Library/DxeHobLib/DxeHobLib.uni new file mode 100644 index 0000000000..fcab4dae8c Binary files /dev/null and b/MdePkg/Library/DxeHobLib/DxeHobLib.uni differ diff --git a/MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.uni b/MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.uni new file mode 100644 index 0000000000..ad4a4e4221 Binary files /dev/null and b/MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.uni differ diff --git a/MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.uni b/MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.uni new file mode 100644 index 0000000000..cfcb77b03a Binary files /dev/null and b/MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.uni differ diff --git a/MdePkg/Library/DxePalLibEsal/DxePalLibEsal.uni b/MdePkg/Library/DxePalLibEsal/DxePalLibEsal.uni new file mode 100644 index 0000000000..1c97732d0a Binary files /dev/null and b/MdePkg/Library/DxePalLibEsal/DxePalLibEsal.uni differ diff --git a/MdePkg/Library/DxePcdLib/DxePcdLib.uni b/MdePkg/Library/DxePcdLib/DxePcdLib.uni new file mode 100644 index 0000000000..94f0717e39 Binary files /dev/null and b/MdePkg/Library/DxePcdLib/DxePcdLib.uni differ diff --git a/MdePkg/Library/DxePciLibEsal/DxePciLibEsal.uni b/MdePkg/Library/DxePciLibEsal/DxePciLibEsal.uni new file mode 100644 index 0000000000..93c7d4597d Binary files /dev/null and b/MdePkg/Library/DxePciLibEsal/DxePciLibEsal.uni differ diff --git a/MdePkg/Library/DxePciSegmentLibEsal/DxePciSegementLibEsal.uni b/MdePkg/Library/DxePciSegmentLibEsal/DxePciSegementLibEsal.uni new file mode 100644 index 0000000000..9595e45042 Binary files /dev/null and b/MdePkg/Library/DxePciSegmentLibEsal/DxePciSegementLibEsal.uni differ diff --git a/MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.uni b/MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.uni new file mode 100644 index 0000000000..c2eb0450e5 Binary files /dev/null and b/MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.uni differ diff --git a/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.uni b/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.uni new file mode 100644 index 0000000000..f384823c8b Binary files /dev/null and b/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.uni differ diff --git a/MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.uni b/MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.uni new file mode 100644 index 0000000000..d726ad4224 Binary files /dev/null and b/MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.uni differ diff --git a/MdePkg/Library/DxeServicesLib/DxeServicesLib.uni b/MdePkg/Library/DxeServicesLib/DxeServicesLib.uni new file mode 100644 index 0000000000..97a5327deb Binary files /dev/null and b/MdePkg/Library/DxeServicesLib/DxeServicesLib.uni differ diff --git a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.uni b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.uni new file mode 100644 index 0000000000..e9a29436bb Binary files /dev/null and b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.uni differ diff --git a/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.uni b/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.uni new file mode 100644 index 0000000000..968c94b17d Binary files /dev/null and b/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.uni differ diff --git a/MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.uni b/MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.uni new file mode 100644 index 0000000000..4285920868 Binary files /dev/null and b/MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.uni differ diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.uni b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.uni new file mode 100644 index 0000000000..c061484a7d Binary files /dev/null and b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.uni differ diff --git a/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.uni b/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.uni new file mode 100644 index 0000000000..b6b73b7120 Binary files /dev/null and b/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.uni differ diff --git a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.uni b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.uni new file mode 100644 index 0000000000..954c53c172 Binary files /dev/null and b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.uni differ diff --git a/MdePkg/Library/PeiHobLib/PeiHobLib.uni b/MdePkg/Library/PeiHobLib/PeiHobLib.uni new file mode 100644 index 0000000000..6ce3f1c135 Binary files /dev/null and b/MdePkg/Library/PeiHobLib/PeiHobLib.uni differ diff --git a/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.uni b/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.uni new file mode 100644 index 0000000000..3531b18e90 Binary files /dev/null and b/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.uni differ diff --git a/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.uni b/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.uni new file mode 100644 index 0000000000..751801d40b Binary files /dev/null and b/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.uni differ diff --git a/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.uni b/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.uni new file mode 100644 index 0000000000..5e941aad17 Binary files /dev/null and b/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.uni differ diff --git a/MdePkg/Library/PeiPalLib/PeiPalLib.uni b/MdePkg/Library/PeiPalLib/PeiPalLib.uni new file mode 100644 index 0000000000..0dccce9910 Binary files /dev/null and b/MdePkg/Library/PeiPalLib/PeiPalLib.uni differ diff --git a/MdePkg/Library/PeiPcdLib/PeiPcdLib.uni b/MdePkg/Library/PeiPcdLib/PeiPcdLib.uni new file mode 100644 index 0000000000..d780ac1524 Binary files /dev/null and b/MdePkg/Library/PeiPcdLib/PeiPcdLib.uni differ diff --git a/MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.uni b/MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.uni new file mode 100644 index 0000000000..331cba5278 Binary files /dev/null and b/MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.uni differ diff --git a/MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.uni b/MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.uni new file mode 100644 index 0000000000..13b77bfc6f Binary files /dev/null and b/MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.uni differ diff --git a/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.uni b/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.uni new file mode 100644 index 0000000000..534d24fa6b Binary files /dev/null and b/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.uni differ diff --git a/MdePkg/Library/PeiServicesLib/PeiServicesLib.uni b/MdePkg/Library/PeiServicesLib/PeiServicesLib.uni new file mode 100644 index 0000000000..f784b8bd29 Binary files /dev/null and b/MdePkg/Library/PeiServicesLib/PeiServicesLib.uni differ diff --git a/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.uni b/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.uni new file mode 100644 index 0000000000..5fbec4d09f Binary files /dev/null and b/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.uni differ diff --git a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.uni b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.uni new file mode 100644 index 0000000000..58e08b2a8f Binary files /dev/null and b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.uni differ diff --git a/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.uni b/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.uni new file mode 100644 index 0000000000..0d3d621dac Binary files /dev/null and b/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.uni differ diff --git a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.uni b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.uni new file mode 100644 index 0000000000..d0c0354ecb Binary files /dev/null and b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.uni differ diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.uni b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.uni new file mode 100644 index 0000000000..1e02fbf6ac Binary files /dev/null and b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.uni differ diff --git a/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.uni b/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.uni new file mode 100644 index 0000000000..6eef1cd034 Binary files /dev/null and b/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.uni differ diff --git a/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.uni b/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.uni new file mode 100644 index 0000000000..9dbd880509 Binary files /dev/null and b/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.uni differ diff --git a/MdePkg/Library/SmmLibNull/SmmLibNull.uni b/MdePkg/Library/SmmLibNull/SmmLibNull.uni new file mode 100644 index 0000000000..4d8f33244a Binary files /dev/null and b/MdePkg/Library/SmmLibNull/SmmLibNull.uni differ diff --git a/MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.uni b/MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.uni new file mode 100644 index 0000000000..6534aa5ca8 Binary files /dev/null and b/MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.uni differ diff --git a/MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.uni b/MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.uni new file mode 100644 index 0000000000..2960315eda Binary files /dev/null and b/MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.uni differ diff --git a/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.uni b/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.uni new file mode 100644 index 0000000000..e58184a085 Binary files /dev/null and b/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.uni differ diff --git a/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.uni b/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.uni new file mode 100644 index 0000000000..402ee58c36 Binary files /dev/null and b/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.uni differ diff --git a/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.uni b/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.uni new file mode 100644 index 0000000000..22faa101b6 Binary files /dev/null and b/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.uni differ diff --git a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.uni b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.uni new file mode 100644 index 0000000000..462e2441a1 Binary files /dev/null and b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.uni differ diff --git a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.uni b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.uni new file mode 100644 index 0000000000..10f2db389d Binary files /dev/null and b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.uni differ diff --git a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.uni b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.uni new file mode 100644 index 0000000000..ea924cc1b0 Binary files /dev/null and b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.uni differ diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.uni b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.uni new file mode 100644 index 0000000000..22d061e092 Binary files /dev/null and b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.uni differ diff --git a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.uni b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.uni new file mode 100644 index 0000000000..7ebd18b760 Binary files /dev/null and b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.uni differ diff --git a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.uni b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.uni new file mode 100644 index 0000000000..79d251dcae Binary files /dev/null and b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.uni differ diff --git a/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.uni b/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.uni new file mode 100644 index 0000000000..fe2a8118c6 Binary files /dev/null and b/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.uni differ diff --git a/MdePkg/Library/UefiLib/UefiLib.uni b/MdePkg/Library/UefiLib/UefiLib.uni new file mode 100644 index 0000000000..a04bb557b3 Binary files /dev/null and b/MdePkg/Library/UefiLib/UefiLib.uni differ diff --git a/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.uni b/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.uni new file mode 100644 index 0000000000..f5e6623073 Binary files /dev/null and b/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.uni differ diff --git a/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.uni b/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.uni new file mode 100644 index 0000000000..8ad916e82f Binary files /dev/null and b/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.uni differ diff --git a/MdePkg/Library/UefiPalLib/UefiPalLib.uni b/MdePkg/Library/UefiPalLib/UefiPalLib.uni new file mode 100644 index 0000000000..1bf4cf9eb3 Binary files /dev/null and b/MdePkg/Library/UefiPalLib/UefiPalLib.uni differ diff --git a/MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.uni b/MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.uni new file mode 100644 index 0000000000..e400c1b8e7 Binary files /dev/null and b/MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.uni differ diff --git a/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.uni b/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.uni new file mode 100644 index 0000000000..c4407e7890 Binary files /dev/null and b/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.uni differ diff --git a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.uni b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.uni new file mode 100644 index 0000000000..ea788353c6 Binary files /dev/null and b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.uni differ diff --git a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.uni b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.uni new file mode 100644 index 0000000000..c930ae3989 Binary files /dev/null and b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.uni differ diff --git a/MdePkg/Library/UefiSalLib/UefiSalLib.uni b/MdePkg/Library/UefiSalLib/UefiSalLib.uni new file mode 100644 index 0000000000..828a46055c Binary files /dev/null and b/MdePkg/Library/UefiSalLib/UefiSalLib.uni differ diff --git a/MdePkg/Library/UefiScsiLib/UefiScsiLib.uni b/MdePkg/Library/UefiScsiLib/UefiScsiLib.uni new file mode 100644 index 0000000000..5f6644f10c Binary files /dev/null and b/MdePkg/Library/UefiScsiLib/UefiScsiLib.uni differ diff --git a/MdePkg/Library/UefiUsbLib/UefiUsbLib.uni b/MdePkg/Library/UefiUsbLib/UefiUsbLib.uni new file mode 100644 index 0000000000..b9371fba5b Binary files /dev/null and b/MdePkg/Library/UefiUsbLib/UefiUsbLib.uni differ