mirror of https://github.com/acidanthera/audk.git
MdePkg/MdePkg.uni: Add the prompt and help information
The prompt and help information are missing in MdePkg.uni. https://bugzilla.tianocore.org/show_bug.cgi?id=1600 v2:Fix the error message of help and prompt information. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
34b162d078
commit
d0abf8bb3e
|
@ -148,6 +148,13 @@
|
|||
"0 - No length check for unicode string.<BR>\n"
|
||||
">0 - Maximum length of unicode string.<BR>"
|
||||
|
||||
#string STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMask_PROMPT #language en-US "Enable control flow enforcement."
|
||||
|
||||
#string STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMask_HELP #language en-US "Indicates the control flow enforcement enabling state.\n"
|
||||
"If enabled, it uses control flow enforcement technology to prevent ROP or JOP.<BR><BR>\n"
|
||||
" BIT0 - SMM CET Shadow Stack is enabled.<BR>\n"
|
||||
" Other - reserved"
|
||||
|
||||
#string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumAsciiStringLength_PROMPT #language en-US "Maximum Length of Ascii String"
|
||||
|
||||
#string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumAsciiStringLength_HELP #language en-US "Sets the maximum number of ASCII characters used for string functions. This affects the following BaseLib functions: AsciiStrLen(), AsciiStrSize(), AsciiStrCmp(), AsciiStrnCmp(), AsciiStrCpy(), AsciiStrnCpy(). <BR><BR>\n"
|
||||
|
|
Loading…
Reference in New Issue