From: Dandan Bi Date: Wed, 9 Mar 2016 04:23:25 +0000 (+0800) Subject: MdeModulePkg: Add missing pcd description to MdeModulePkg.uni X-Git-Tag: edk2-stable201903~7648 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=bad53b3d400d1575e35aba8b7b3e10b3d9ad53c6 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 Cc: Eric Dong Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi Reviewed-by: Qiu Shumin --- 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.
\n" "BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.
" +#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.

\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.
\n" + "FALSE - Does not export HII data and configuration.
" +