From: Dong, Guo Date: Thu, 28 Aug 2014 05:34:23 +0000 (+0000) Subject: SecurityPkg: INF/DEC file updates to EDK II packages X-Git-Tag: edk2-stable201903~11044 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=aced95158dba795733c2ab63ae2a84863daa3c31 SecurityPkg: 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: Dong, Guo Reviewed-by: Gao, Liming git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15951 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/SecurityPkg/Application/RngTest/RngTest.uni b/SecurityPkg/Application/RngTest/RngTest.uni new file mode 100644 index 0000000000..59ee08c7c1 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 index 0000000000..2206a0b76a 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 index 0000000000..80da9d7462 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 index 0000000000..b7fd354c45 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 index 0000000000..e24a8dee51 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 index 0000000000..3816bf478e 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 index 0000000000..043ec88b59 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 index 0000000000..87e7ade7f1 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 index 0000000000..32367e173a 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 index 0000000000..b9cd51474c 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 index 0000000000..bfea2e48ea 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 index 0000000000..95d8e362a2 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 index 0000000000..aa30a8c73d 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 index 0000000000..637f69fe5f 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 index 0000000000..ace2e63c43 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 index 0000000000..b0bd637ae6 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 index 0000000000..67054e20f2 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 index 0000000000..2f79a53b5b 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 index 0000000000..65fe67f020 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 index 0000000000..115d971709 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 index 0000000000..f674bce845 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 index 0000000000..eb23cfa7e4 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 index 0000000000..d44b0916e8 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 index 0000000000..6809a6fea7 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 index 0000000000..3c8dc326a1 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 index 0000000000..3c8dc326a1 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 index 0000000000..45620d5f40 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 index 0000000000..53e2ee1cea 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 index 0000000000..1a70793ebe 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 index 0000000000..4b25b3bb53 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 index 0000000000..a6573eef45 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 index 0000000000..acf6ca8b25 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 index 0000000000..d6d41c927c 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 index 0000000000..88241f98f5 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 index 0000000000..9b2ef28aee 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 index 0000000000..93475b2b64 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 index 0000000000..0d3f7780f6 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 index 0000000000..b258469ace 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 index 0000000000..c9a65c76cd 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 index 0000000000..0145366afb 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 index 0000000000..7b9d0714b9 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 index 0000000000..6c6ea75eb8 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 index 0000000000..59fc95a74e 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 index 0000000000..a1e7854d24 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 index 0000000000..9964bf3528 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 index 0000000000..0fbd287c21 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 index 0000000000..d0ccc253f1 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 index 0000000000..1ad7a5111d 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 index 0000000000..a4c8d454b6 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 index 0000000000..5256811dfb 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 index 0000000000..2095582780 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 index 0000000000..91627bfcfa 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 index 0000000000..b1539d2d8a 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 index 0000000000..bc807c46f9 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 index 0000000000..d229ac16b2 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 index 0000000000..4395e9d8a2 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 index 0000000000..afe148ef0e 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 index 0000000000..9c009518d4 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 index 0000000000..baa9659584 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 index 0000000000..c29b9f5185 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 index 0000000000..b0f1897e3c 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 index 0000000000..a5d7333179 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 index 0000000000..6fabecc407 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 index 0000000000..c9f171b066 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 index 0000000000..192aebe016 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 index 0000000000..9546201585 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 index 0000000000..3c24f61a4a 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 index 0000000000..577f005ace 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 index 0000000000..0ac11fefb2 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 index 0000000000..86cbfbd1ce 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 index 0000000000..2e94fe1898 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 index 0000000000..6d2115ba87 Binary files /dev/null and b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigDxeExtra.uni differ