summaryrefslogtreecommitdiffstats
path: root/MdePkg/MdePkg.uni
diff options
context:
space:
mode:
authorShenglei Zhang <shenglei.zhang@intel.com>2019-03-07 16:29:01 +0800
committerLiming Gao <liming.gao@intel.com>2019-03-19 15:21:59 +0800
commitd0abf8bb3e0972011ebffd3eaa3ce29c69a8a7b8 (patch)
treed1c3b9f382707a0ac6cc77105f9ad2c0dcb32f60 /MdePkg/MdePkg.uni
parent34b162d078aa59d55059f08a0f15dd114e7b7db4 (diff)
downloadedk2-d0abf8bb3e0972011ebffd3eaa3ce29c69a8a7b8.tar.gz
edk2-d0abf8bb3e0972011ebffd3eaa3ce29c69a8a7b8.tar.bz2
edk2-d0abf8bb3e0972011ebffd3eaa3ce29c69a8a7b8.zip
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>
Diffstat (limited to 'MdePkg/MdePkg.uni')
-rw-r--r--MdePkg/MdePkg.uni7
1 files changed, 7 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.uni b/MdePkg/MdePkg.uni
index 863a68d025..f5a8ed1618 100644
--- a/MdePkg/MdePkg.uni
+++ b/MdePkg/MdePkg.uni
@@ -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"