]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: INF/DEC file updates to EDK II packages
authorDong, Guo <guo.dong@intel.com>
Thu, 28 Aug 2014 05:34:23 +0000 (05:34 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 28 Aug 2014 05:34:23 +0000 (05:34 +0000)
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: Dong, Guo <guo.dong@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15951 6f19259b-4bc3-4df7-8a09-765794883524

72 files changed:
SecurityPkg/Application/RngTest/RngTest.uni [new file with mode: 0644]
SecurityPkg/Application/RngTest/RngTestExtra.uni [new file with mode: 0644]
SecurityPkg/Application/VariableInfo/VariableInfo.uni [new file with mode: 0644]
SecurityPkg/Application/VariableInfo/VariableInfoExtra.uni [new file with mode: 0644]
SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.uni [new file with mode: 0644]
SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.uni [new file with mode: 0644]
SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.uni [new file with mode: 0644]
SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.uni [new file with mode: 0644]
SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.uni [new file with mode: 0644]
SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.uni [new file with mode: 0644]
SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.uni [new file with mode: 0644]
SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.uni [new file with mode: 0644]
SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.uni [new file with mode: 0644]
SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.uni [new file with mode: 0644]
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni [new file with mode: 0644]
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni [new file with mode: 0644]
SecurityPkg/Library/HashLibTpm2/HashLibTpm2.uni [new file with mode: 0644]
SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.uni [new file with mode: 0644]
SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.uni [new file with mode: 0644]
SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.uni [new file with mode: 0644]
SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.uni [new file with mode: 0644]
SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.uni [new file with mode: 0644]
SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.uni [new file with mode: 0644]
SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.uni [new file with mode: 0644]
SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni [new file with mode: 0644]
SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni [new file with mode: 0644]
SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.uni [new file with mode: 0644]
SecurityPkg/Library/TpmCommLib/TpmCommLib.uni [new file with mode: 0644]
SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.uni [new file with mode: 0644]
SecurityPkg/RandomNumberGenerator/RngDxe/RngDxeExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.uni [new file with mode: 0644]
SecurityPkg/Tcg/MemoryOverwriteControl/TcgMorExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.uni [new file with mode: 0644]
SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePeiExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.uni [new file with mode: 0644]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxeExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/TcgDxe/TcgDxe.uni [new file with mode: 0644]
SecurityPkg/Tcg/TcgDxe/TcgDxeExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/TcgPei/TcgPei.uni [new file with mode: 0644]
SecurityPkg/Tcg/TcgPei/TcgPeiExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/TcgSmm/TcgSmm.uni [new file with mode: 0644]
SecurityPkg/Tcg/TcgSmm/TcgSmmExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxeExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEEConfig/TrEEConfigPeiExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEEDxe/TrEEDxe.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEEDxe/TrEEDxeExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEEPei/TrEEPei.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEEPei/TrEEPeiExtra.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEESmm/TrEESmm.uni [new file with mode: 0644]
SecurityPkg/Tcg/TrEESmm/TrEESmmExtra.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderExtra.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProvider.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderExtra.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManager.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerExtra.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.uni [new file with mode: 0644]
SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerExtra.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSalExtra.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/Pei/PeiVariableAuth.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/Pei/PeiVariableExtra.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthRuntimeDxe.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthSmm.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthSmmRuntimeDxe.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxeExtra.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmExtra.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxeExtra.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.uni [new file with mode: 0644]
SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxeExtra.uni [new file with mode: 0644]

diff --git a/SecurityPkg/Application/RngTest/RngTest.uni b/SecurityPkg/Application/RngTest/RngTest.uni
new file mode 100644 (file)
index 0000000..59ee08c
Binary files /dev/null and b/SecurityPkg/Application/RngTest/RngTest.uni differ
diff --git a/SecurityPkg/Application/RngTest/RngTestExtra.uni b/SecurityPkg/Application/RngTest/RngTestExtra.uni
new file mode 100644 (file)
index 0000000..2206a0b
Binary files /dev/null and b/SecurityPkg/Application/RngTest/RngTestExtra.uni differ
diff --git a/SecurityPkg/Application/VariableInfo/VariableInfo.uni b/SecurityPkg/Application/VariableInfo/VariableInfo.uni
new file mode 100644 (file)
index 0000000..80da9d7
Binary files /dev/null and b/SecurityPkg/Application/VariableInfo/VariableInfo.uni differ
diff --git a/SecurityPkg/Application/VariableInfo/VariableInfoExtra.uni b/SecurityPkg/Application/VariableInfo/VariableInfoExtra.uni
new file mode 100644 (file)
index 0000000..b7fd354
Binary files /dev/null and b/SecurityPkg/Application/VariableInfo/VariableInfoExtra.uni differ
diff --git a/SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.uni b/SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.uni
new file mode 100644 (file)
index 0000000..e24a8de
Binary files /dev/null and b/SecurityPkg/Library/DxeDeferImageLoadLib/DxeDeferImageLoadLib.uni differ
diff --git a/SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.uni b/SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.uni
new file mode 100644 (file)
index 0000000..3816bf4
Binary files /dev/null and b/SecurityPkg/Library/DxeImageAuthenticationStatusLib/DxeImageAuthenticationStatusLib.uni differ
diff --git a/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.uni b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.uni
new file mode 100644 (file)
index 0000000..043ec88
Binary files /dev/null and b/SecurityPkg/Library/DxeImageVerificationLib/DxeImageVerificationLib.uni differ
diff --git a/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.uni b/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.uni
new file mode 100644 (file)
index 0000000..87e7ade
Binary files /dev/null and b/SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.uni differ
diff --git a/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.uni b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.uni
new file mode 100644 (file)
index 0000000..32367e1
Binary files /dev/null and b/SecurityPkg/Library/DxeTpm2MeasureBootLib/DxeTpm2MeasureBootLib.uni differ
diff --git a/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.uni b/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.uni
new file mode 100644 (file)
index 0000000..b9cd514
Binary files /dev/null and b/SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.uni differ
diff --git a/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.uni b/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.uni
new file mode 100644 (file)
index 0000000..bfea2e4
Binary files /dev/null and b/SecurityPkg/Library/DxeTpmMeasurementLib/DxeTpmMeasurementLib.uni differ
diff --git a/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.uni b/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.uni
new file mode 100644 (file)
index 0000000..95d8e36
Binary files /dev/null and b/SecurityPkg/Library/DxeTrEEPhysicalPresenceLib/DxeTrEEPhysicalPresenceLib.uni differ
diff --git a/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.uni b/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.uni
new file mode 100644 (file)
index 0000000..aa30a8c
Binary files /dev/null and b/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.uni differ
diff --git a/SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.uni b/SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.uni
new file mode 100644 (file)
index 0000000..637f69f
Binary files /dev/null and b/SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.uni differ
diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni
new file mode 100644 (file)
index 0000000..ace2e63
Binary files /dev/null and b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni differ
diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni
new file mode 100644 (file)
index 0000000..b0bd637
Binary files /dev/null and b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni differ
diff --git a/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.uni b/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.uni
new file mode 100644 (file)
index 0000000..67054e2
Binary files /dev/null and b/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.uni differ
diff --git a/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.uni b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.uni
new file mode 100644 (file)
index 0000000..2f79a53
Binary files /dev/null and b/SecurityPkg/Library/PlatformSecureLibNull/PlatformSecureLibNull.uni differ
diff --git a/SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.uni b/SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.uni
new file mode 100644 (file)
index 0000000..65fe67f
Binary files /dev/null and b/SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.uni differ
diff --git a/SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.uni b/SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.uni
new file mode 100644 (file)
index 0000000..115d971
Binary files /dev/null and b/SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.uni differ
diff --git a/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.uni b/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.uni
new file mode 100644 (file)
index 0000000..f674bce
Binary files /dev/null and b/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.uni differ
diff --git a/SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.uni b/SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.uni
new file mode 100644 (file)
index 0000000..eb23cfa
Binary files /dev/null and b/SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.uni differ
diff --git a/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.uni b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.uni
new file mode 100644 (file)
index 0000000..d44b091
Binary files /dev/null and b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.uni differ
diff --git a/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.uni b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.uni
new file mode 100644 (file)
index 0000000..6809a6f
Binary files /dev/null and b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.uni differ
diff --git a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni
new file mode 100644 (file)
index 0000000..3c8dc32
Binary files /dev/null and b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni differ
diff --git a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni
new file mode 100644 (file)
index 0000000..3c8dc32
Binary files /dev/null and b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni differ
diff --git a/SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.uni b/SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.uni
new file mode 100644 (file)
index 0000000..45620d5
Binary files /dev/null and b/SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.uni differ
diff --git a/SecurityPkg/Library/TpmCommLib/TpmCommLib.uni b/SecurityPkg/Library/TpmCommLib/TpmCommLib.uni
new file mode 100644 (file)
index 0000000..53e2ee1
Binary files /dev/null and b/SecurityPkg/Library/TpmCommLib/TpmCommLib.uni differ
diff --git a/SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.uni b/SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.uni
new file mode 100644 (file)
index 0000000..1a70793
Binary files /dev/null and b/SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.uni differ
diff --git a/SecurityPkg/RandomNumberGenerator/RngDxe/RngDxeExtra.uni b/SecurityPkg/RandomNumberGenerator/RngDxe/RngDxeExtra.uni
new file mode 100644 (file)
index 0000000..4b25b3b
Binary files /dev/null and b/SecurityPkg/RandomNumberGenerator/RngDxe/RngDxeExtra.uni differ
diff --git a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.uni b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.uni
new file mode 100644 (file)
index 0000000..a6573ee
Binary files /dev/null and b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.uni differ
diff --git a/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMorExtra.uni b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMorExtra.uni
new file mode 100644 (file)
index 0000000..acf6ca8
Binary files /dev/null and b/SecurityPkg/Tcg/MemoryOverwriteControl/TcgMorExtra.uni differ
diff --git a/SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.uni b/SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.uni
new file mode 100644 (file)
index 0000000..d6d41c9
Binary files /dev/null and b/SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.uni differ
diff --git a/SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePeiExtra.uni b/SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePeiExtra.uni
new file mode 100644 (file)
index 0000000..88241f9
Binary files /dev/null and b/SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePeiExtra.uni differ
diff --git a/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.uni b/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.uni
new file mode 100644 (file)
index 0000000..9b2ef28
Binary files /dev/null and b/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxe.uni differ
diff --git a/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxeExtra.uni b/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxeExtra.uni
new file mode 100644 (file)
index 0000000..93475b2
Binary files /dev/null and b/SecurityPkg/Tcg/TcgConfigDxe/TcgConfigDxeExtra.uni differ
diff --git a/SecurityPkg/Tcg/TcgDxe/TcgDxe.uni b/SecurityPkg/Tcg/TcgDxe/TcgDxe.uni
new file mode 100644 (file)
index 0000000..0d3f778
Binary files /dev/null and b/SecurityPkg/Tcg/TcgDxe/TcgDxe.uni differ
diff --git a/SecurityPkg/Tcg/TcgDxe/TcgDxeExtra.uni b/SecurityPkg/Tcg/TcgDxe/TcgDxeExtra.uni
new file mode 100644 (file)
index 0000000..b258469
Binary files /dev/null and b/SecurityPkg/Tcg/TcgDxe/TcgDxeExtra.uni differ
diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.uni b/SecurityPkg/Tcg/TcgPei/TcgPei.uni
new file mode 100644 (file)
index 0000000..c9a65c7
Binary files /dev/null and b/SecurityPkg/Tcg/TcgPei/TcgPei.uni differ
diff --git a/SecurityPkg/Tcg/TcgPei/TcgPeiExtra.uni b/SecurityPkg/Tcg/TcgPei/TcgPeiExtra.uni
new file mode 100644 (file)
index 0000000..0145366
Binary files /dev/null and b/SecurityPkg/Tcg/TcgPei/TcgPeiExtra.uni differ
diff --git a/SecurityPkg/Tcg/TcgSmm/TcgSmm.uni b/SecurityPkg/Tcg/TcgSmm/TcgSmm.uni
new file mode 100644 (file)
index 0000000..7b9d071
Binary files /dev/null and b/SecurityPkg/Tcg/TcgSmm/TcgSmm.uni differ
diff --git a/SecurityPkg/Tcg/TcgSmm/TcgSmmExtra.uni b/SecurityPkg/Tcg/TcgSmm/TcgSmmExtra.uni
new file mode 100644 (file)
index 0000000..6c6ea75
Binary files /dev/null and b/SecurityPkg/Tcg/TcgSmm/TcgSmmExtra.uni differ
diff --git a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.uni b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.uni
new file mode 100644 (file)
index 0000000..59fc95a
Binary files /dev/null and b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxe.uni differ
diff --git a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxeExtra.uni b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxeExtra.uni
new file mode 100644 (file)
index 0000000..a1e7854
Binary files /dev/null and b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigDxeExtra.uni differ
diff --git a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.uni b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.uni
new file mode 100644 (file)
index 0000000..9964bf3
Binary files /dev/null and b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPei.uni differ
diff --git a/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPeiExtra.uni b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPeiExtra.uni
new file mode 100644 (file)
index 0000000..0fbd287
Binary files /dev/null and b/SecurityPkg/Tcg/TrEEConfig/TrEEConfigPeiExtra.uni differ
diff --git a/SecurityPkg/Tcg/TrEEDxe/TrEEDxe.uni b/SecurityPkg/Tcg/TrEEDxe/TrEEDxe.uni
new file mode 100644 (file)
index 0000000..d0ccc25
Binary files /dev/null and b/SecurityPkg/Tcg/TrEEDxe/TrEEDxe.uni differ
diff --git a/SecurityPkg/Tcg/TrEEDxe/TrEEDxeExtra.uni b/SecurityPkg/Tcg/TrEEDxe/TrEEDxeExtra.uni
new file mode 100644 (file)
index 0000000..1ad7a51
Binary files /dev/null and b/SecurityPkg/Tcg/TrEEDxe/TrEEDxeExtra.uni differ
diff --git a/SecurityPkg/Tcg/TrEEPei/TrEEPei.uni b/SecurityPkg/Tcg/TrEEPei/TrEEPei.uni
new file mode 100644 (file)
index 0000000..a4c8d45
Binary files /dev/null and b/SecurityPkg/Tcg/TrEEPei/TrEEPei.uni differ
diff --git a/SecurityPkg/Tcg/TrEEPei/TrEEPeiExtra.uni b/SecurityPkg/Tcg/TrEEPei/TrEEPeiExtra.uni
new file mode 100644 (file)
index 0000000..5256811
Binary files /dev/null and b/SecurityPkg/Tcg/TrEEPei/TrEEPeiExtra.uni differ
diff --git a/SecurityPkg/Tcg/TrEESmm/TrEESmm.uni b/SecurityPkg/Tcg/TrEESmm/TrEESmm.uni
new file mode 100644 (file)
index 0000000..2095582
Binary files /dev/null and b/SecurityPkg/Tcg/TrEESmm/TrEESmm.uni differ
diff --git a/SecurityPkg/Tcg/TrEESmm/TrEESmmExtra.uni b/SecurityPkg/Tcg/TrEESmm/TrEESmmExtra.uni
new file mode 100644 (file)
index 0000000..91627bf
Binary files /dev/null and b/SecurityPkg/Tcg/TrEESmm/TrEESmmExtra.uni differ
diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.uni b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.uni
new file mode 100644 (file)
index 0000000..b1539d2
Binary files /dev/null and b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProvider.uni differ
diff --git a/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderExtra.uni b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderExtra.uni
new file mode 100644 (file)
index 0000000..bc807c4
Binary files /dev/null and b/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/PwdCredentialProviderExtra.uni differ
diff --git a/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProvider.uni b/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProvider.uni
new file mode 100644 (file)
index 0000000..d229ac1
Binary files /dev/null and b/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProvider.uni differ
diff --git a/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderExtra.uni b/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderExtra.uni
new file mode 100644 (file)
index 0000000..4395e9d
Binary files /dev/null and b/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/UsbCredentialProviderExtra.uni differ
diff --git a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManager.uni b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManager.uni
new file mode 100644 (file)
index 0000000..afe148e
Binary files /dev/null and b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManager.uni differ
diff --git a/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerExtra.uni b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerExtra.uni
new file mode 100644 (file)
index 0000000..9c00951
Binary files /dev/null and b/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/UserIdentifyManagerExtra.uni differ
diff --git a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.uni b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.uni
new file mode 100644 (file)
index 0000000..baa9659
Binary files /dev/null and b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManager.uni differ
diff --git a/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerExtra.uni b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerExtra.uni
new file mode 100644 (file)
index 0000000..c29b9f5
Binary files /dev/null and b/SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerExtra.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.uni b/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.uni
new file mode 100644 (file)
index 0000000..b0f1897
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSal.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSalExtra.uni b/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSalExtra.uni
new file mode 100644 (file)
index 0000000..a5d7333
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/EsalVariableDxeSalExtra.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/Pei/PeiVariableAuth.uni b/SecurityPkg/VariableAuthenticated/Pei/PeiVariableAuth.uni
new file mode 100644 (file)
index 0000000..6fabecc
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/Pei/PeiVariableAuth.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/Pei/PeiVariableExtra.uni b/SecurityPkg/VariableAuthenticated/Pei/PeiVariableExtra.uni
new file mode 100644 (file)
index 0000000..c9f171b
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/Pei/PeiVariableExtra.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthRuntimeDxe.uni b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthRuntimeDxe.uni
new file mode 100644 (file)
index 0000000..192aebe
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthRuntimeDxe.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthSmm.uni b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthSmm.uni
new file mode 100644 (file)
index 0000000..9546201
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthSmm.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthSmmRuntimeDxe.uni b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthSmmRuntimeDxe.uni
new file mode 100644 (file)
index 0000000..3c24f61
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableAuthSmmRuntimeDxe.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxeExtra.uni b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxeExtra.uni
new file mode 100644 (file)
index 0000000..577f005
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableRuntimeDxeExtra.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmExtra.uni b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmExtra.uni
new file mode 100644 (file)
index 0000000..0ac11fe
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmExtra.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxeExtra.uni b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxeExtra.uni
new file mode 100644 (file)
index 0000000..86cbfbd
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmmRuntimeDxeExtra.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.uni b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.uni
new file mode 100644 (file)
index 0000000..2e94fe1
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxe.uni differ
diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxeExtra.uni b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxeExtra.uni
new file mode 100644 (file)
index 0000000..6d2115b
Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxeExtra.uni differ