]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnable
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 2 Jul 2015 07:32:33 +0000 (07:32 +0000)
committerabiesheuvel <abiesheuvel@Edk2>
Thu, 2 Jul 2015 07:32:33 +0000 (07:32 +0000)
PCD names should start with 'Pcd' so rename PropertiesTableEnable
to PcdPropertiesTableEnable.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: "Yao, Jiewen" <Jiewen.Yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17810 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/DxeMain.inf
MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c
MdeModulePkg/MdeModulePkg.dec

index 9afae4e8eeec4f7923e0aab915a2a34c7f761639..7ebf0d7abfe10084bc266bcce4455ea8ab4d6ac3 100644 (file)
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddress         ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfileMemoryType                 ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfilePropertyMask               ## CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PropertiesTableEnable                      ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable                   ## CONSUMES\r
 \r
 # [Hob]\r
 # RESOURCE_DESCRIPTOR   ## CONSUMES\r
index 9459c6bda337a809a897e9386370625a89395fcb..0232a3ce7d937dcb8ca2bd257e532fe72f6d3906 100644 (file)
@@ -1311,7 +1311,7 @@ InstallPropertiesTable (
   VOID                                    *Context\r
   )\r
 {\r
-  if (PcdGetBool (PropertiesTableEnable)) {\r
+  if (PcdGetBool (PcdPropertiesTableEnable)) {\r
     EFI_STATUS  Status;\r
 \r
     Status = gBS->InstallConfigurationTable (&gEfiPropertiesTableGuid, &mPropertiesTable);\r
index a0673849f191ff104115290ee11c6699d6ae2171..5c0cf20976a97888a10e2c1e3c5ee7d60f92b1b8 100644 (file)
   # section. If PE code/data sections are merged, the result is unpredictable.\r
   #\r
   # @Prompt Publish UEFI PropertiesTable.\r
-  gEfiMdeModulePkgTokenSpaceGuid.PropertiesTableEnable|TRUE|BOOLEAN|0x0000006e\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|TRUE|BOOLEAN|0x0000006e\r
 \r
   ## Default OEM ID for ACPI table creation, its length must be 0x6 bytes to follow ACPI specification.\r
   # @Prompt Default OEM ID for ACPI table creation.\r