diff options
author | Shenglei Zhang <shenglei.zhang@intel.com> | 2019-03-07 16:29:19 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2019-03-19 15:22:01 +0800 |
commit | 6ef95e4da714a5d549623bd8f439a8332b127fc4 (patch) | |
tree | 5344abbf1b296fcd0fc6aa750ce2fb4bec515b39 /SecurityPkg | |
parent | d0abf8bb3e0972011ebffd3eaa3ce29c69a8a7b8 (diff) | |
download | edk2-6ef95e4da714a5d549623bd8f439a8332b127fc4.tar.gz edk2-6ef95e4da714a5d549623bd8f439a8332b127fc4.tar.bz2 edk2-6ef95e4da714a5d549623bd8f439a8332b127fc4.zip |
SecurityPkg/SecurityPkg.uni: Add the prompt and help information
The prompt and help information are missing in SecurityPkg.uni.
https://bugzilla.tianocore.org/show_bug.cgi?id=1600
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/SecurityPkg.uni | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.uni b/SecurityPkg/SecurityPkg.uni index 400fe6015e..5f387672e8 100644 --- a/SecurityPkg/SecurityPkg.uni +++ b/SecurityPkg/SecurityPkg.uni @@ -248,6 +248,12 @@ #string STR_gEfiSecurityPkgTokenSpaceGuid_PcdTpm2PossibleIrqNumBuf_HELP #language en-US "This PCD defines possible TPM2 interrupt number in a platform reported by _PRS control method.\n"
"If PcdTpm2CurrentIrqNum set to 0, _PRS will not report any possible TPM2 interrupt numbers."
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdSkipOpalDxeUnlock_PROMPT #language en-US "Skip Opal DXE driver unlock device flow."
+
+#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdSkipOpalDxeUnlock_HELP #language en-US "Indicates if Opal DXE driver skip unlock device flow.<BR><BR>\n"
+ "TRUE - Skip unlock device flow.<BR>\n"
+ "FALSE - Does not skip unlock device flow.<BR>"
+
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdActiveTpmInterfaceType_PROMPT #language en-US "Current active TPM interface type"
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdActiveTpmInterfaceType_HELP #language en-US "This PCD indicates current active TPM interface type.\n"
|