Skip to content

Commit

Permalink
MdePkg/MdePkg.uni: Add the prompt and help information
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Jiewen Yao <[email protected]>
  • Loading branch information
shenglei10 authored and lgao4 committed Mar 19, 2019
1 parent 34b162d commit d0abf8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MdePkg/MdePkg.uni
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d0abf8b

Please sign in to comment.