From 7f52d196db706328304ed9d4626f0749bc637579 Mon Sep 17 00:00:00 2001 From: Dandan Bi Date: Mon, 12 Dec 2016 13:25:52 +0800 Subject: [PATCH] Security:Add info string to UNI file for PcdPkcs7CertBuffer Cc: Jiewen Yao Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Jiewen Yao --- SecurityPkg/SecurityPkg.uni | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni index 17a684272d..9d91eb606a 100644 --- a/SecurityPkg/SecurityPkg.uni +++ b/SecurityPkg/SecurityPkg.uni @@ -180,6 +180,7 @@ #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdRsa2048Sha256PublicKeyBuffer_PROMPT #language en-US "One or more SHA 256 Hashes of RSA 2048 bit public keys used to verify Recovery and Capsule Update images" #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdRsa2048Sha256PublicKeyBuffer_HELP #language en-US "Provides one or more SHA 256 Hashes of the RSA 2048 public keys used to verify Recovery and Capsule Update images\n" + "WARNING: The default value is treated as test key. Please do not use default value in the production." #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTcg2NumberOfPCRBanks_PROMPT #language en-US "OEM configurated number of PCR banks." @@ -214,3 +215,9 @@ "Indicate whether a physical presence user exist. " "When it is configured to Dynamic or DynamicEx, it can be set through detection using " "a platform-specific method (e.g. Button pressed) in a actual platform in early boot phase.

" + +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdPkcs7CertBuffer_PROMPT #language en-US "One PKCS7 cert used to verify Recovery and Capsule Update images" + +#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdPkcs7CertBuffer_HELP #language en-US "Provides one PKCS7 cert used to verify Recovery and Capsule Update images\n" + "WARNING: The default value is treated as test key. Please do not use default value in the production." +