]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Convert non DOS format files to DOS format
authorGao, Liming <liming.gao@intel.com>
Wed, 3 Sep 2014 08:33:28 +0000 (08:33 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 3 Sep 2014 08:33:28 +0000 (08:33 +0000)
Module UNI and Package UNI files are not DOS format. Convert them to DOS format.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16042 6f19259b-4bc3-4df7-8a09-765794883524

103 files changed:
MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.uni
MdePkg/Library/BaseCpuLib/BaseCpuLib.uni
MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.uni
MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.uni
MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.uni
MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni
MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.uni
MdePkg/Library/BaseLib/BaseLib.uni
MdePkg/Library/BaseMemoryLib/BaseMemoryLib.uni
MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.uni
MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.uni
MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.uni
MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.uni
MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.uni
MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.uni
MdePkg/Library/BasePalLibNull/BasePalLibNull.uni
MdePkg/Library/BasePcdLibNull/BasePcdLibNull.uni
MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.uni
MdePkg/Library/BasePciExpressLib/BasePciExpressLib.uni
MdePkg/Library/BasePciLibCf8/BasePciLibCf8.uni
MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.uni
MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLibNull.uni
MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.uni
MdePkg/Library/BasePeCoffLib/BasePeCoffLib.uni
MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.uni
MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.uni
MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.uni
MdePkg/Library/BasePrintLib/BasePrintLib.uni
MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.uni
MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.uni
MdePkg/Library/BaseS3IoLib/BaseS3IoLib.uni
MdePkg/Library/BaseS3PciLib/BaseS3PciLib.uni
MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.uni
MdePkg/Library/BaseS3StallLib/BaseS3StallLib.uni
MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.uni
MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.uni
MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni
MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.uni
MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.uni
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.uni
MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.uni
MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.uni
MdePkg/Library/DxeExtendedSalLib/DxeExtendedSalLib.uni
MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.uni
MdePkg/Library/DxeHobLib/DxeHobLib.uni
MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.uni
MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.uni
MdePkg/Library/DxePalLibEsal/DxePalLibEsal.uni
MdePkg/Library/DxePcdLib/DxePcdLib.uni
MdePkg/Library/DxePciLibEsal/DxePciLibEsal.uni
MdePkg/Library/DxePciSegmentLibEsal/DxePciSegementLibEsal.uni
MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.uni
MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.uni
MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.uni
MdePkg/Library/DxeServicesLib/DxeServicesLib.uni
MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.uni
MdePkg/Library/DxeSmbusLib/DxeSmbusLib.uni
MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.uni
MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.uni
MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.uni
MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.uni
MdePkg/Library/PeiHobLib/PeiHobLib.uni
MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.uni
MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.uni
MdePkg/Library/PeiMemoryLib/PeiMemoryLib.uni
MdePkg/Library/PeiPalLib/PeiPalLib.uni
MdePkg/Library/PeiPcdLib/PeiPcdLib.uni
MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.uni
MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.uni
MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.uni
MdePkg/Library/PeiServicesLib/PeiServicesLib.uni
MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.uni
MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.uni
MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.uni
MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.uni
MdePkg/Library/PeimEntryPoint/PeimEntryPoint.uni
MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.uni
MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.uni
MdePkg/Library/SmmLibNull/SmmLibNull.uni
MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.uni
MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.uni
MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.uni
MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.uni
MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.uni
MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.uni
MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.uni
MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.uni
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.uni
MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.uni
MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.uni
MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.uni
MdePkg/Library/UefiLib/UefiLib.uni
MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.uni
MdePkg/Library/UefiMemoryLib/UefiMemoryLib.uni
MdePkg/Library/UefiPalLib/UefiPalLib.uni
MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.uni
MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.uni
MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.uni
MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.uni
MdePkg/Library/UefiSalLib/UefiSalLib.uni
MdePkg/Library/UefiScsiLib/UefiScsiLib.uni
MdePkg/Library/UefiUsbLib/UefiUsbLib.uni
MdePkg/MdePkg.uni

index ec257dca199ff542c19e2ae2d0709bcc9183927e..54f5e3978c3db60a2f7e2f33e9bc8f837352ad02 100644 (file)
Binary files a/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.uni and b/MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMaintenanceLib.uni differ
index b23e0ff4e04f3d40342d199bf9f6d35197c94339..aa4b39844f149384200df89eb55c63579f0df18c 100644 (file)
Binary files a/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni and b/MdePkg/Library/BaseCpuLib/BaseCpuLib.uni differ
index 3afde1e7935184e6a22d0c1fbf1d5fc3956a318d..cb5f433cee4406b0c1038673173f01435c64d25f 100644 (file)
Binary files a/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.uni and b/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.uni differ
index da893a66ae843e100323d42bde60c4377508f56f..b5ae353f52a50f724ad1d4a56cde449a3358636e 100644 (file)
Binary files a/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.uni and b/MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.uni differ
index d030403be56254d61a7c763b51c8067b3222e91f..37d45e5b73c91905fe1f81292bdabd56fec5cd54 100644 (file)
Binary files a/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.uni and b/MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.uni differ
index 6d64803bd248b2648891605f066c7cb43af84b2e..fde3a59c42b2b918d5f409d12733e613f13bf099 100644 (file)
Binary files a/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni and b/MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.uni differ
index 2f512d5941ec481dfdb46bea193a0e2667a2c2c6..e16f12b56dcfa6ea5369336c8be98bc97bb4220a 100644 (file)
Binary files a/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.uni and b/MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.uni differ
index ae2b42cdafdb14fda96acbe477d7290b26f7c4b5..41529a38bff84954d38d8248bc66bf26397b6481 100644 (file)
Binary files a/MdePkg/Library/BaseLib/BaseLib.uni and b/MdePkg/Library/BaseLib/BaseLib.uni differ
index 53a14b001e1c67e0215926020512476abf8a783f..96cb62df1ec6f1c81cd88e9526baa9f9bf99b0a4 100644 (file)
Binary files a/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.uni and b/MdePkg/Library/BaseMemoryLib/BaseMemoryLib.uni differ
index d054a05b1626169e3c587851f81518a514c40991..f443219f5435052b380112c193639f009143ab2c 100644 (file)
Binary files a/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.uni and b/MdePkg/Library/BaseMemoryLibMmx/BaseMemoryLibMmx.uni differ
index cf9a95b08f975f6a80b8b49adc6f6223f82b2820..0f0b14e8d3f7bf54385fb0f1c97c586748b045e7 100644 (file)
Binary files a/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.uni and b/MdePkg/Library/BaseMemoryLibOptDxe/BaseMemoryLibOptDxe.uni differ
index bd1d87c91c4f44c8d5137f09eacddd425eea9fce..91f19cdd8c130ea10660a92acf83247bf643fcd6 100644 (file)
Binary files a/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.uni and b/MdePkg/Library/BaseMemoryLibOptPei/BaseMemoryLibOptPei.uni differ
index d94d4f9092a2d1c188515992d58a8dac4fc563bb..fcac2bf3c776b32465bbc93e56dc976f656a046d 100644 (file)
Binary files a/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.uni and b/MdePkg/Library/BaseMemoryLibRepStr/BaseMemoryLibRepStr.uni differ
index cfb50cdf2f196545a0bb76f14f045abab8a00353..490b4dbd4742a6ae7acc900ce89507e9fe7a52f1 100644 (file)
Binary files a/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.uni and b/MdePkg/Library/BaseMemoryLibSse2/BaseMemoryLibSse2.uni differ
index d6994f3921f0edbbf6891c0030c4e6040ad77338..f9ad9c9fe380200e02f3145cd6596632bf24edb4 100644 (file)
Binary files a/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.uni and b/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.uni differ
index ab31ff2fedff078432b06ff39aad1f37c2c65d5c..3974c333f1c1152de2fe7ab964f7bb6798247ca3 100644 (file)
Binary files a/MdePkg/Library/BasePalLibNull/BasePalLibNull.uni and b/MdePkg/Library/BasePalLibNull/BasePalLibNull.uni differ
index a2671f9868221f5f2b5610dd2170f66ebeb8bce5..c35dfbb110f8e368c77aa2964699efb557ddb7b2 100644 (file)
Binary files a/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.uni and b/MdePkg/Library/BasePcdLibNull/BasePcdLibNull.uni differ
index 49606863289334aad267adf76ffd6abcf049bb57..e7689227b262bc088db42555e43022b2577bcdf3 100644 (file)
Binary files a/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.uni and b/MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.uni differ
index c07dc52631623dd0df59d2629e2c0808b8830d1d..77dad6c209c33e6f5595435be7aaa34c42e92889 100644 (file)
Binary files a/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.uni and b/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.uni differ
index 9c7863faecd546de8d9eb1023d083110a7a29489..9f7db2276c25d0acff05d7c671505b6d94efb35f 100644 (file)
Binary files a/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.uni and b/MdePkg/Library/BasePciLibCf8/BasePciLibCf8.uni differ
index 36fffe2eacce57f439fb69e126d2426a3222d827..3e23802a62a9e3a7acfeea9543c8c84d3fd292ba 100644 (file)
Binary files a/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.uni and b/MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.uni differ
index ac4e357626164def29c6b22f71a776b734cab5ff..a95ab5dadb60a4992699167c4b17ea6592886a75 100644 (file)
Binary files a/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLibNull.uni and b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLibNull.uni differ
index 3fb18dd1c20b171d63dca28860088023a65f03e6..6e2a6a76701de80c6eda482db777718f96548b94 100644 (file)
Binary files a/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.uni and b/MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.uni differ
index c0af4754c07fa8ebd33ad0be80ef74a3b7129823..59908cf818e0455f2c7de3044dbd29dad7cebce5 100644 (file)
Binary files a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.uni and b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.uni differ
index 54a0e09a9ed78a4cce53e7be5b07d3034f73421f..092332fa650d61e6519c6eba302e07ee7549676d 100644 (file)
Binary files a/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.uni and b/MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibNull.uni differ
index a1d005f44b34ced89f1d5cc090d80688b0e8a0c6..4f5b102744b9f64720dc153b661f08f163e0758d 100644 (file)
Binary files a/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.uni and b/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.uni differ
index 18f590754fa68f86214b726f29afa76ee559bb8d..47d2eea35b86e3ede48ce19ef058492d5cca29fd 100644 (file)
Binary files a/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.uni and b/MdePkg/Library/BasePostCodeLibPort80/BasePostCodeLibPort80.uni differ
index d94842b2836bb27dcdd71a251549c0364efbe9fd..12e1fe9b002cfa3d8035971adbee0a47c4022941 100644 (file)
Binary files a/MdePkg/Library/BasePrintLib/BasePrintLib.uni and b/MdePkg/Library/BasePrintLib/BasePrintLib.uni differ
index 506dfe859715d87b34b4cda644a568fb383220e1..886e75c6faeb535b36f6d7adbd3832a0b7c7d6fa 100644 (file)
Binary files a/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.uni and b/MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.uni differ
index efdc768348e094e2f407843f4637233f052dfee1..6765d4fbde665ae34419d86eb3c171edeb056dd9 100644 (file)
Binary files a/MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.uni and b/MdePkg/Library/BaseS3BootScriptLibNull/BaseS3BootScriptLibNull.uni differ
index 9612615ef5b0773f2ef9483d12ecd3ff3bd26599..e70d179487964182e374004647f92afcf9d6ddf2 100644 (file)
Binary files a/MdePkg/Library/BaseS3IoLib/BaseS3IoLib.uni and b/MdePkg/Library/BaseS3IoLib/BaseS3IoLib.uni differ
index 290c0fab3d19489c8c8610323cb3424d60130552..d9cab8aacb5571cf90a6011337c01b2fed5da27b 100644 (file)
Binary files a/MdePkg/Library/BaseS3PciLib/BaseS3PciLib.uni and b/MdePkg/Library/BaseS3PciLib/BaseS3PciLib.uni differ
index f7f2f3a34c244e4f839f021108398a8c124199e5..ee1e41196f42dc176d90ee0784d195e799fc88ff 100644 (file)
Binary files a/MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.uni and b/MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.uni differ
index 0f9f2fcb1aa7acc7f93343edb5befa3e8f19e0d7..aeb36f84705e200b0b83a1a6fd7b6ac0f6deb740 100644 (file)
Binary files a/MdePkg/Library/BaseS3StallLib/BaseS3StallLib.uni and b/MdePkg/Library/BaseS3StallLib/BaseS3StallLib.uni differ
index dbff1d674faa971bf44b6d52205e3187acbcb39a..6d80c8a1cf04ba1757c4e5a95f8e7638203fc867 100644 (file)
Binary files a/MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.uni and b/MdePkg/Library/BaseSerialPortLibNull/BaseSerialPortLibNull.uni differ
index 0bc428b549bfa140a205c3551ce7016c171f3d82..5a18f52dadb40f280020cb40f5e34ce3a67c3a17 100644 (file)
Binary files a/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.uni and b/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.uni differ
index be01d10cf5a1164a37c83b29f8e4d061949f81d5..8b4078c8e7c924e25b13cf2add1ee9d0128d2a6c 100644 (file)
Binary files a/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni and b/MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.uni differ
index d9327ff346217685230858981226c044afe01667..4ba38d0c1a7822bebfec2f3f891d9b55185d6a40 100644 (file)
Binary files a/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.uni and b/MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.uni differ
index 695733d2bc5c9a8a5713269c21f865afc315d315..dfd8d40db72187f42afd197d258bf157fee2f260 100644 (file)
Binary files a/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.uni and b/MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.uni differ
index 7abcdb880725a1981fd9f5b3cae213ac2a901a89..bbf835edbb9687a59144e8506c23058feb4bcd69 100644 (file)
Binary files a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.uni and b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.uni differ
index a5d49482706ad70b431a7b49707dcb74fe81cb50..9d6248622ee2583b5230d002e89e6b87aec62ede 100644 (file)
Binary files a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.uni and b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.uni differ
index 622b4db526ea193c1d5a5915dbaca3935c7102ce..e414ad85f28ad8a1e652b3fc3c1fd3d9fec67509 100644 (file)
Binary files a/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.uni and b/MdePkg/Library/DxeCoreHobLib/DxeCoreHobLib.uni differ
index 0597ed88af34aa44e8ab4eea2a0d4678553d9977..7c407e05c3b70d459dcd4319cfad871feaa3919f 100644 (file)
Binary files a/MdePkg/Library/DxeExtendedSalLib/DxeExtendedSalLib.uni and b/MdePkg/Library/DxeExtendedSalLib/DxeExtendedSalLib.uni differ
index 0487d1d389fac6ee0db59aab78e7c878357b87c1..05841791f899d5fc1a021f8c8f0db6c5e44d8b9e 100644 (file)
Binary files a/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.uni and b/MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.uni differ
index fcab4dae8c2c2fffb58b967ac6a5a8c90f59b827..4bef9c3066ead6a889dccd38d9df6d49ed0c002c 100644 (file)
Binary files a/MdePkg/Library/DxeHobLib/DxeHobLib.uni and b/MdePkg/Library/DxeHobLib/DxeHobLib.uni differ
index ad4a4e422191bf6525af2504e7d9e5f07ce033cb..dad14cbba1a3f429947b2422877b5ad8e65df8d5 100644 (file)
Binary files a/MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.uni and b/MdePkg/Library/DxeIoLibCpuIo2/DxeIoLibCpuIo2.uni differ
index cfcb77b03abc42c6d7d59b0058e89314ec9afdd7..f9d21357fea670042bcb9818b7284265ee1bbda3 100644 (file)
Binary files a/MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.uni and b/MdePkg/Library/DxeIoLibEsal/DxeIoLibEsal.uni differ
index 1c97732d0a9ed79489761a6c4a20f3d757240188..2bffc223b4a1d6a82930a9cc371fe86539091ade 100644 (file)
Binary files a/MdePkg/Library/DxePalLibEsal/DxePalLibEsal.uni and b/MdePkg/Library/DxePalLibEsal/DxePalLibEsal.uni differ
index 94f0717e39fd8ab160edee80d7d0b0db0a00d4c1..dfc4070ee432cf93eac2776552098126b2b6dcbb 100644 (file)
Binary files a/MdePkg/Library/DxePcdLib/DxePcdLib.uni and b/MdePkg/Library/DxePcdLib/DxePcdLib.uni differ
index 93c7d4597d1bc150cf5a9843ccb75b61efc4a086..5c6f53908d5509060e3d376fe2e9c85e6cfa7acf 100644 (file)
Binary files a/MdePkg/Library/DxePciLibEsal/DxePciLibEsal.uni and b/MdePkg/Library/DxePciLibEsal/DxePciLibEsal.uni differ
index 9595e450427997b4159755c97ebc4154c0a6ef5f..06336196e26829106cb7dff64a913b58a72f8892 100644 (file)
Binary files a/MdePkg/Library/DxePciSegmentLibEsal/DxePciSegementLibEsal.uni and b/MdePkg/Library/DxePciSegmentLibEsal/DxePciSegementLibEsal.uni differ
index c2eb0450e5f8593894c4acb03fdf9af13c7cee0a..7fd295d5e8e6e6ef515a3c1301d08c97c7040e52 100644 (file)
Binary files a/MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.uni and b/MdePkg/Library/DxeRuntimeExtendedSalLib/DxeRuntimeExtendedSalLib.uni differ
index f384823c8b9d7c466055ed3cdc61cf1b45e716f7..9e02f6b4f53fe723e38fbd863c4535df75fc003c 100644 (file)
Binary files a/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.uni and b/MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.uni differ
index d726ad4224e1329c3c6f5a2128e1888d85672292..0c76dd2d768c121190df00f1a3121d661237b2f0 100644 (file)
Binary files a/MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.uni and b/MdePkg/Library/DxeSalLibEsal/DxeSalLibEsal.uni differ
index 97a5327deb1a5c52366760ba85a99338bf344141..18923e9e04e912c9767f047a08157ca36a9db458 100644 (file)
Binary files a/MdePkg/Library/DxeServicesLib/DxeServicesLib.uni and b/MdePkg/Library/DxeServicesLib/DxeServicesLib.uni differ
index e9a29436bbc940a2074e1e7ff8b66f5b15f70905..099d7ad1bf35f34a5ef7eb8d51f491575bae69cf 100644 (file)
Binary files a/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.uni and b/MdePkg/Library/DxeServicesTableLib/DxeServicesTableLib.uni differ
index 968c94b17dac3bd9467f3b5ff911bf1884fd45d7..abe7244ac9eb3aea6904788896f0843068f5127d 100644 (file)
Binary files a/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.uni and b/MdePkg/Library/DxeSmbusLib/DxeSmbusLib.uni differ
index 4285920868cea95164224cc03c9f5bf5231fc198..2a113bd8fd61bdc171861f7c0ed148641ccb5f31 100644 (file)
Binary files a/MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.uni and b/MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.uni differ
index c061484a7df8ae30568e09787fccc23a350f37e8..c9c3ea4a42f20abbd339e6b9537699a01935fa74 100644 (file)
Binary files a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.uni and b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.uni differ
index b6b73b71204d69a9127aa171dcdfdba2becf8996..1406688d30624e27ea6f70ee4e1e2fba412c9135 100644 (file)
Binary files a/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.uni and b/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PeiDxePostCodeLibReportStatusCode.uni differ
index 954c53c1727d335033d60e0d04265276933990b7..f7233445dead1378b785a9b52b5fbb54baf104a1 100644 (file)
Binary files a/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.uni and b/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.uni differ
index 6ce3f1c13590e86417d6160a159ff1e8f0149390..2def8672b579284c53fd752dd10d5c9c027261b7 100644 (file)
Binary files a/MdePkg/Library/PeiHobLib/PeiHobLib.uni and b/MdePkg/Library/PeiHobLib/PeiHobLib.uni differ
index 3531b18e90f38a84455f24495af930e942cabc23..86459ba0de9cf1be15b7d6dfb21f880f126d9090 100644 (file)
Binary files a/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.uni and b/MdePkg/Library/PeiIoLibCpuIo/PeiIoLibCpuIo.uni differ
index 751801d40bac0602e7afe3770690e26954a6e4dc..db198ee08c481a0f1e5803c44fc92f95c05a9852 100644 (file)
Binary files a/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.uni and b/MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.uni differ
index 5e941aad177efa74e857755cbed8d5adb6b70876..8cbc005aa2167beb9680a1648599cf44f39aeea7 100644 (file)
Binary files a/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.uni and b/MdePkg/Library/PeiMemoryLib/PeiMemoryLib.uni differ
index 0dccce9910e0ed4b95ab7ee5d35bbd39abb4bef1..5997b3110526aec7a987db55b649ec2b899c708e 100644 (file)
Binary files a/MdePkg/Library/PeiPalLib/PeiPalLib.uni and b/MdePkg/Library/PeiPalLib/PeiPalLib.uni differ
index d780ac15241698f3b586aacd4de497b9ce53db50..3512c3621e417a7cfb2df1315f73bc412f447c6a 100644 (file)
Binary files a/MdePkg/Library/PeiPcdLib/PeiPcdLib.uni and b/MdePkg/Library/PeiPcdLib/PeiPcdLib.uni differ
index 331cba5278d41f59fac9add403caeb58799a80b5..ef65ff3a4b3cbd2d6fc2ca814fc6a9bc47594169 100644 (file)
Binary files a/MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.uni and b/MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.uni differ
index 13b77bfc6f201e7ce11eed17660d65ed24f619c9..28897246eed82e42005235d0cef018ac645ea5fa 100644 (file)
Binary files a/MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.uni and b/MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.uni differ
index 534d24fa6ba36c1acce99ea6425bb9caa22d4fd9..e07337cf806492534ad7320ec365285179f12d4f 100644 (file)
Binary files a/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.uni and b/MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.uni differ
index f784b8bd29e8c28a41f0e07376bc24dc65b06aa1..5e32c856b04e509ccbb294f1f9ddd99095d6ca0e 100644 (file)
Binary files a/MdePkg/Library/PeiServicesLib/PeiServicesLib.uni and b/MdePkg/Library/PeiServicesLib/PeiServicesLib.uni differ
index 5fbec4d09fd789cc26214385ce33219fdae3bbf1..28357ec15e417accb6cf77e4162e74e3de81ef58 100644 (file)
Binary files a/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.uni and b/MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.uni differ
index 58e08b2a8f724b7d17c39ed9e742a700e0dcc64a..966f8feb57c43738a62f35b990493cae619c1e0f 100644 (file)
Binary files a/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.uni and b/MdePkg/Library/PeiServicesTablePointerLibIdt/PeiServicesTablePointerLibIdt.uni differ
index 0d3d621dac7d192832dd162b8975b30dd93641ce..5517f3ce0fc09d97805c030ace025565ec8fa52d 100644 (file)
Binary files a/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.uni and b/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointerLibKr7.uni differ
index d0c0354ecb2b58cef2d717afcad1383827c635bf..6fac3d6e8935f00d5b0ddb66ff93c80de1ce9b99 100644 (file)
Binary files a/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.uni and b/MdePkg/Library/PeiSmbusLibSmbus2Ppi/PeiSmbusLibSmbus2Ppi.uni differ
index 1e02fbf6ac72c75f0e836e843f85f528eefa6810..258108b1ea703d8606ab1ebda6d6ab5bd3e11582 100644 (file)
Binary files a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.uni and b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.uni differ
index 6eef1cd0342a946b739d04a6b0c5d2622f6a78c7..1e805082896971a0edfb09ed298dfcaf26a8d645 100644 (file)
Binary files a/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.uni and b/MdePkg/Library/SecPeiDxeTimerLibCpu/SecPeiDxeTimerLibCpu.uni differ
index 9dbd880509c180762b244b5507591cf881f09dd9..e97d136f32df8d9f2ab3a3aa4521a83c5dc36093 100644 (file)
Binary files a/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.uni and b/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmIoLibSmmCpuIo2.uni differ
index 4d8f33244ad2f683ae9eeff4678ae902f7adbf5f..2bfaedede01e491b83bbef8fa581e2f87389d0c8 100644 (file)
Binary files a/MdePkg/Library/SmmLibNull/SmmLibNull.uni and b/MdePkg/Library/SmmLibNull/SmmLibNull.uni differ
index 6534aa5ca82f56f9720dbf5355eadc5f87b4276a..0f7d169dc3bb30e728bff7ff5d9b5ec491874b33 100644 (file)
Binary files a/MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.uni and b/MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.uni differ
index 2960315eda2e31263468556330bf6cd9dde11076..3b0a31cd42fe507dea55ef05da49fe1a79dbb4e9 100644 (file)
Binary files a/MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.uni and b/MdePkg/Library/SmmPciLibPciRootBridgeIo/SmmPciLibPciRootBridgeIo.uni differ
index e58184a085e78bc115bbbaa454f009a7356db5ca..1d1dde180f0dd79a0837d3b1d148e22646958a0c 100644 (file)
Binary files a/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.uni and b/MdePkg/Library/SmmPeriodicSmiLib/SmmPeriodicSmiLib.uni differ
index 402ee58c362bfcf41c54fe0e10e74b40890b41f5..4a7bcd480b1b45dd7a8fdb13b9d82e4c9b90c31d 100644 (file)
Binary files a/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.uni and b/MdePkg/Library/SmmServicesTableLib/SmmServicesTableLib.uni differ
index 22faa101b6c01676c98d61bf5b29c0ae7660f7f2..9efacd16d0865044a9d1fc8eae32230d80a102ce 100644 (file)
Binary files a/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.uni and b/MdePkg/Library/UefiApplicationEntryPoint/UefiApplicationEntryPoint.uni differ
index 462e2441a1ad84b445bcb2ccf49e9f853798f3a6..aba2e4e17df13b4647c3f8c10ed0fcae0b74a02f 100644 (file)
Binary files a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.uni and b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.uni differ
index 10f2db389dce2a1c31d2393dae0d46be3f0ce9dd..c6cf0a46af09d82d00087f6b96911cd2fdab726b 100644 (file)
Binary files a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.uni and b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.uni differ
index ea924cc1b069575b68b37d450508d632b0355db5..ded17483bd21ec179fdcfb56953e4b9c2cb09e3f 100644 (file)
Binary files a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.uni and b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.uni differ
index 22d061e092585dc1003d87da2cf4eba3d891aee1..1a3d37a46d208eb32349680fed4f050feaaf6d50 100644 (file)
Binary files a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.uni and b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.uni differ
index 7ebd18b76033fb46cbf2355c09b1c95b5354a5a8..e33598a44ce9911f350c1df8ed9ac79f13986e4e 100644 (file)
Binary files a/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.uni and b/MdePkg/Library/UefiDevicePathLib/UefiDevicePathLibOptionalDevicePathProtocol.uni differ
index 79d251dcaeea2e9cd2e6f76a0e331f5f39eb1631..37c327eb6db3a7efc6419cd07060e25f687fab87 100644 (file)
Binary files a/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.uni and b/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevicePathLibDevicePathProtocol.uni differ
index fe2a8118c67bb741765c88dbf6648e08c22db1cd..9be80af44a78e9e02fdb68ca1d909dd80d558a52 100644 (file)
Binary files a/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.uni and b/MdePkg/Library/UefiDriverEntryPoint/UefiDriverEntryPoint.uni differ
index a04bb557b31aad41e787563188d126a39fcb6a86..6ae9effe7947c6d0e345220a8fcafe0e45ed278a 100644 (file)
Binary files a/MdePkg/Library/UefiLib/UefiLib.uni and b/MdePkg/Library/UefiLib/UefiLib.uni differ
index f5e6623073af85f1233e60c9db37368a4582cd13..3e5bdd8a46ac79a91ad11c2af304721896bea150 100644 (file)
Binary files a/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.uni and b/MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.uni differ
index 8ad916e82fd389ab13ac98b46908b8cd44d7205f..b0cbeeab6405d92fa69ef88a491aa708b72dc0fb 100644 (file)
Binary files a/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.uni and b/MdePkg/Library/UefiMemoryLib/UefiMemoryLib.uni differ
index 1bf4cf9eb380394fd35864dbf2acde4bb7ac3168..c18b97914b29f03f2cea7e373cced6d091ed7b4b 100644 (file)
Binary files a/MdePkg/Library/UefiPalLib/UefiPalLib.uni and b/MdePkg/Library/UefiPalLib/UefiPalLib.uni differ
index e400c1b8e7c5ab8b3def2b38264ced6c3c7c52a6..32df17caba20bf90dd1c2892acc83890c59aabab 100644 (file)
Binary files a/MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.uni and b/MdePkg/Library/UefiPciLibPciRootBridgeIo/UefiPciLibPciRootBridgeIo.uni differ
index c4407e789081d1cabbd9c21acc16862ebb6bb4ff..4c2d45c5771527d653f3ce9f8f6ff5d17856ee0e 100644 (file)
Binary files a/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.uni and b/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.uni differ
index ea788353c68371b866b35d3371475c2268b96ca1..14a5e802bfc32743c9ec6f67a1a0a511219c302c 100644 (file)
Binary files a/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.uni and b/MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.uni differ
index c930ae3989e457a9701df9561c6061fa69966873..afe0d99ed10b486fb249633eef02fff27606fd84 100644 (file)
Binary files a/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.uni and b/MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.uni differ
index 828a46055caae1d4292c0aeddd61fa11b5113071..9ead3d6519ea0fbed5181613b4cf0ca803056b8b 100644 (file)
Binary files a/MdePkg/Library/UefiSalLib/UefiSalLib.uni and b/MdePkg/Library/UefiSalLib/UefiSalLib.uni differ
index 5f6644f10cd834d085afddd983b9946491f8fcd1..03c0ef2e1d690d331fad21c4b8ab62fb1d5b879b 100644 (file)
Binary files a/MdePkg/Library/UefiScsiLib/UefiScsiLib.uni and b/MdePkg/Library/UefiScsiLib/UefiScsiLib.uni differ
index b9371fba5b5fe0986fce827c56943fb1391fe7ed..6e99cae5cd4f7103061947045cf1d3c32761e5d9 100644 (file)
Binary files a/MdePkg/Library/UefiUsbLib/UefiUsbLib.uni and b/MdePkg/Library/UefiUsbLib/UefiUsbLib.uni differ
index 323ff2e423c2caf5d15732f519c51c796c062287..8f6abd60148266b24cf16c5e30cec298450e5bda 100644 (file)
Binary files a/MdePkg/MdePkg.uni and b/MdePkg/MdePkg.uni differ