]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Add missing pcd description to MdeModulePkg.uni
authorDandan Bi <dandan.bi@intel.com>
Wed, 9 Mar 2016 04:23:25 +0000 (12:23 +0800)
committerFeng Tian <feng.tian@intel.com>
Fri, 11 Mar 2016 03:09:53 +0000 (11:09 +0800)
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>
MdeModulePkg/MdeModulePkg.uni

index 257a5d61254b81ebb782d26bf2002c6ac5a3374d..9e62f27acc7e18f0b71f796c2977c5821db289be 100644 (file)
                                                                                              "BIT 4 - EFI_ACPI_TABLE_VERSION_4_0.<BR>\n"\r
                                                                                              "BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.<BR>"\r
 \r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_PROMPT  #language en-US "Enable export HII data and configuration to be used in OS runtime."\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdHiiOsRuntimeSupport_HELP  #language en-US "Indicates if HII data and configuration has been exported.<BR><BR>\n"\r
+                                                                                        "Add this PCD mainly consider the use case of simulator. This PCD maybe set to FALSE for\n"\r
+                                                                                        "simulator platform because the performance cost for this feature.\n"\r
+                                                                                        "TRUE  - Export HII data and configuration data.<BR>\n"\r
+                                                                                        "FALSE - Does not export HII data and configuration.<BR>"\r
+\r