diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-03-09 12:23:25 +0800 |
---|---|---|
committer | Feng Tian <feng.tian@intel.com> | 2016-03-11 11:09:53 +0800 |
commit | bad53b3d400d1575e35aba8b7b3e10b3d9ad53c6 (patch) | |
tree | b2c6390beefcd0d5738c78f3c54e53a354afd595 /MdeModulePkg | |
parent | 96c1d788107db60e86c9726c2cbd773b63c91d7d (diff) | |
download | edk2-bad53b3d400d1575e35aba8b7b3e10b3d9ad53c6.tar.gz edk2-bad53b3d400d1575e35aba8b7b3e10b3d9ad53c6.tar.bz2 edk2-bad53b3d400d1575e35aba8b7b3e10b3d9ad53c6.zip |
MdeModulePkg: Add missing pcd description to MdeModulePkg.uni
Since PcdHiiOsRuntimeSupport has added in the MdeModulePkg.dec file,
now add the usage information in the uni file.
Cc: Qiu Shumin <shumin.qiu@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Qiu Shumin <shumin.qiu@intel.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.uni | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MdeModulePkg/MdeModulePkg.uni b/MdeModulePkg/MdeModulePkg.uni index 257a5d6125..9e62f27acc 100644 --- a/MdeModulePkg/MdeModulePkg.uni +++ b/MdeModulePkg/MdeModulePkg.uni @@ -926,3 +926,11 @@ "BIT 4 - EFI_ACPI_TABLE_VERSION_4_0.<BR>\n"
"BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.<BR>"
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_PROMPT #language en-US "Enable export HII data and configuration to be used in OS runtime."
+
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_HELP #language en-US "Indicates if HII data and configuration has been exported.<BR><BR>\n"
+ "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n"
+ "simulator platform because the performance cost for this feature.\n"
+ "TRUE - Export HII data and configuration data.<BR>\n"
+ "FALSE - Does not export HII data and configuration.<BR>"
+
|