]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_I...
authorStar Zeng <star.zeng@intel.com>
Wed, 20 Nov 2013 02:08:21 +0000 (02:08 +0000)
committerlzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Nov 2013 02:08:21 +0000 (02:08 +0000)
It has no obviously benefit to reduce size by PcdPcdInfoGeneration, so remove this PCD.
And PCD_INFO_GENERATION flag can be used to enable/disable PCD info feature, a sample is added in Nt32Pkg to show how to use this flag.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14870 6f19259b-4bc3-4df7-8a09-765794883524

Nt32Pkg/Nt32Pkg.dsc

index 63e510837167a2bf707f7a8dbe120c5c045cdf4a..13400fd59e5357986d411263482d14a72059be95 100644 (file)
   BUILD_TARGETS                  = DEBUG|RELEASE\r
   SKUID_IDENTIFIER               = DEFAULT\r
   FLASH_DEFINITION               = Nt32Pkg/Nt32Pkg.fdf\r
   BUILD_TARGETS                  = DEBUG|RELEASE\r
   SKUID_IDENTIFIER               = DEFAULT\r
   FLASH_DEFINITION               = Nt32Pkg/Nt32Pkg.fdf\r
-  //\r
-  // This flag is to control tool to generate PCD info for dynamic(ex) PCD,\r
-  // then enable or disable PCD info feature. TRUE is enable, and FLASE is disable.\r
-  // If the flag is absent, it will be same as FALSE.\r
-  //\r
+  #\r
+  # This flag is to control tool to generate PCD info for dynamic(ex) PCD,\r
+  # then enable or disable PCD info feature. TRUE is enable, and FLASE is disable.\r
+  # If the flag is absent, it will be same as FALSE.\r
+  #\r
   PCD_INFO_GENERATION            = TRUE\r
 \r
   #\r
   PCD_INFO_GENERATION            = TRUE\r
 \r
   #\r