Revision: 17810
          http://sourceforge.net/p/edk2/code/17810
Author:   abiesheuvel
Date:     2015-07-02 07:32:33 +0000 (Thu, 02 Jul 2015)
Log Message:
-----------
MdeModulePkg: rename PropertiesTableEnable to PcdPropertiesTableEnable

PCD names should start with 'Pcd' so rename PropertiesTableEnable
to PcdPropertiesTableEnable.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <[email protected]>
Reviewed-by: "Yao, Jiewen" <[email protected]>

Modified Paths:
--------------
    trunk/edk2/MdeModulePkg/Core/Dxe/DxeMain.inf
    trunk/edk2/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c
    trunk/edk2/MdeModulePkg/MdeModulePkg.dec

Modified: trunk/edk2/MdeModulePkg/Core/Dxe/DxeMain.inf
===================================================================
--- trunk/edk2/MdeModulePkg/Core/Dxe/DxeMain.inf        2015-07-02 07:32:22 UTC 
(rev 17809)
+++ trunk/edk2/MdeModulePkg/Core/Dxe/DxeMain.inf        2015-07-02 07:32:33 UTC 
(rev 17810)
@@ -185,7 +185,7 @@
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxEfiSystemTablePointerAddress         ## 
CONSUMES
   gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfileMemoryType                 ## 
CONSUMES
   gEfiMdeModulePkgTokenSpaceGuid.PcdMemoryProfilePropertyMask               ## 
CONSUMES
-  gEfiMdeModulePkgTokenSpaceGuid.PropertiesTableEnable                      ## 
CONSUMES
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable                   ## 
CONSUMES
 
 # [Hob]
 # RESOURCE_DESCRIPTOR   ## CONSUMES

Modified: trunk/edk2/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c
===================================================================
--- trunk/edk2/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c     2015-07-02 
07:32:22 UTC (rev 17809)
+++ trunk/edk2/MdeModulePkg/Core/Dxe/Misc/PropertiesTable.c     2015-07-02 
07:32:33 UTC (rev 17810)
@@ -1311,7 +1311,7 @@
   VOID                                    *Context
   )
 {
-  if (PcdGetBool (PropertiesTableEnable)) {
+  if (PcdGetBool (PcdPropertiesTableEnable)) {
     EFI_STATUS  Status;
 
     Status = gBS->InstallConfigurationTable (&gEfiPropertiesTableGuid, 
&mPropertiesTable);

Modified: trunk/edk2/MdeModulePkg/MdeModulePkg.dec
===================================================================
--- trunk/edk2/MdeModulePkg/MdeModulePkg.dec    2015-07-02 07:32:22 UTC (rev 
17809)
+++ trunk/edk2/MdeModulePkg/MdeModulePkg.dec    2015-07-02 07:32:33 UTC (rev 
17810)
@@ -1311,7 +1311,7 @@
   # section. If PE code/data sections are merged, the result is unpredictable.
   #
   # @Prompt Publish UEFI PropertiesTable.
-  gEfiMdeModulePkgTokenSpaceGuid.PropertiesTableEnable|TRUE|BOOLEAN|0x0000006e
+  
gEfiMdeModulePkgTokenSpaceGuid.PcdPropertiesTableEnable|TRUE|BOOLEAN|0x0000006e
 
   ## Default OEM ID for ACPI table creation, its length must be 0x6 bytes to 
follow ACPI specification.
   # @Prompt Default OEM ID for ACPI table creation.


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to