]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/MdePkg.uni: Add the prompt and help information
authorShenglei Zhang <shenglei.zhang@intel.com>
Thu, 7 Mar 2019 08:29:01 +0000 (16:29 +0800)
committerLiming Gao <liming.gao@intel.com>
Tue, 19 Mar 2019 07:21:59 +0000 (15:21 +0800)
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>
MdePkg/MdePkg.uni

index 863a68d0254fd7d5cac58d88c5991c382d59abff..f5a8ed1618f989a3befd1babf44741d94be00732 100644 (file)
                                                                                          "0  - No length check for unicode string.<BR>\n"\r
                                                                                          ">0 - Maximum length of unicode string.<BR>"\r
 \r
+#string STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMask_PROMPT  #language en-US "Enable control flow enforcement."\r
+\r
+#string STR_gEfiMdePkgTokenSpaceGuid_PcdControlFlowEnforcementPropertyMask_HELP  #language en-US  "Indicates the control flow enforcement enabling state.\n"\r
+                                                                                                  "If enabled, it uses control flow enforcement technology to prevent ROP or JOP.<BR><BR>\n"\r
+                                                                                                  " BIT0 - SMM CET Shadow Stack is enabled.<BR>\n"\r
+                                                                                                  " Other - reserved"\r
+\r
 #string STR_gEfiMdePkgTokenSpaceGuid_PcdMaximumAsciiStringLength_PROMPT  #language en-US "Maximum Length of Ascii String"\r
 \r
 #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"\r