Skip to content

Commit f516a51

Browse files
author
Jian J Wang
committed
SecurityPkg/SecurityPkg.uni: Add missing strings for new PCDs
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2026 Cc: Jiewen Yao <[email protected]> Cc: Chao Zhang <[email protected]> Cc: Shenglei Zhang <[email protected]> Signed-off-by: Jian J Wang <[email protected]> Reviewed-by: Chao Zhang <[email protected]>
1 parent 0680d08 commit f516a51

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

SecurityPkg/SecurityPkg.uni

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,3 +263,26 @@
263263
"0x01 - Do not support IdleByPass.<BR>\n"
264264
"0x02 - Support IdleByPass.<BR>\n"
265265
"0xFF - IdleByPass State is not synced with TPM hardware.<BR>"
266+
267+
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdStatusCodeFvVerificationPass_PROMPT #language en-US "Status Code for FV verification pass."
268+
269+
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdStatusCodeFvVerificationPass_HELP #language en-US "Progress Code for FV verification result.\n"
270+
" (EFI_SOFTWARE_PEI_MODULE | EFI_SUBCLASS_SPECIFIC | 00A).\n"
271+
272+
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdStatusCodeFvVerificationFail_PROMPT #language en-US "Status Code for FV verification failure."
273+
274+
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdStatusCodeFvVerificationFail_HELP #language en-US "Progress Code for FV verification result.\n"
275+
" (EFI_SOFTWARE_PEI_MODULE | EFI_SUBCLASS_SPECIFIC | 00B).\n"
276+
277+
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdSkipOpalPasswordPrompt_PROMPT #language en-US "Skip Opal DXE driver password prompt."
278+
279+
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdSkipOpalPasswordPrompt_HELP #language en-US "Indicates if Opal DXE driver skip password prompt.\n\n"
280+
" TRUE - Skip password prompt.\n"
281+
" FALSE - Does not skip password prompt.\n"
282+
283+
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdSkipHddPasswordPrompt_PROMPT #language en-US "Skip Hdd Password prompt."
284+
285+
#string STR_gEfiSecurityPkgTokenSpaceGuid_PcdSkipHddPasswordPrompt_HELP #language en-US "Indicates if Hdd Password driver skip password prompt.\n\n"
286+
" TRUE - Skip password prompt.\n"
287+
" FALSE - Does not skip password prompt.\n"
288+

0 commit comments

Comments
 (0)