]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Add missing PCD usage information string.
authorQiu Shumin <shumin.qiu@intel.com>
Fri, 26 Feb 2016 08:37:20 +0000 (16:37 +0800)
committerQiu Shumin <shumin.qiu@intel.com>
Mon, 29 Feb 2016 01:39:50 +0000 (09:39 +0800)
For new PCDs add their usage information strings in UNI file.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: "Yao, Jiewen" <jiewen.yao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
MdeModulePkg/MdeModulePkg.uni

index 3d7f22f86ebe81f04d664dfb4f0e21e8de12f2ff..257a5d61254b81ebb782d26bf2002c6ac5a3374d 100644 (file)
@@ -4,7 +4,7 @@
 // It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes)\r
 // and libraries instances, which are used for those modules.\r
 //\r
-// Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
 // This program and the accompanying materials are licensed and made available under\r
 // the terms and conditions of the BSD License that accompanies this distribution.\r
                                                                                         "equal to 8.<BR>\n"\r
                                                                                         "For certain UART whose register needs to be accessed in DWORD aligned address,\n"\r
                                                                                         "RegisterStride equals to 4.\n"\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiExposedTableVersions_PROMPT  #language en-US "Exposed ACPI table versions."\r
+\r
+#string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdAcpiExposedTableVersions_HELP  #language en-US "Indicates which ACPI versions are targeted by the ACPI tables exposed to the OS\n"\r
+                                                                                             "These values are aligned with the definitions in MdePkg/Include/Protocol/AcpiSystemDescriptionTable.h\n"\r
+                                                                                             "BIT 1 - EFI_ACPI_TABLE_VERSION_1_0B.<BR>\n"\r
+                                                                                             "BIT 2 - EFI_ACPI_TABLE_VERSION_2_0.<BR>\n"\r
+                                                                                             "BIT 3 - EFI_ACPI_TABLE_VERSION_3_0.<BR>\n"\r
+                                                                                             "BIT 4 - EFI_ACPI_TABLE_VERSION_4_0.<BR>\n"\r
+                                                                                             "BIT 5 - EFI_ACPI_TABLE_VERSION_5_0.<BR>"\r
+\r