diff options
author | Star Zeng <star.zeng@intel.com> | 2013-11-20 02:04:23 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@6f19259b-4bc3-4df7-8a09-765794883524> | 2013-11-20 02:04:23 +0000 |
commit | 61d8989f879e80250f0582129a46381d83fdf9af (patch) | |
tree | 42687ec05f6e49890d2e75dcae1a49eb40ee22b7 /Nt32Pkg | |
parent | a4d5fa17f41ef641249c7e2db795eed7bd55f3e5 (diff) | |
download | edk2-61d8989f879e80250f0582129a46381d83fdf9af.tar.gz edk2-61d8989f879e80250f0582129a46381d83fdf9af.tar.bz2 edk2-61d8989f879e80250f0582129a46381d83fdf9af.zip |
MdeModulePkg and Nt32Pkg Pcd: Add the new EFI_GET_PCD_INFO_PROTOCOL and EFI_GET_PCD_INFO_PPI support for PI 1.2.1 compliance.
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@14869 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/Nt32Pkg.dsc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc index 59ee48741b..63e5108371 100644 --- a/Nt32Pkg/Nt32Pkg.dsc +++ b/Nt32Pkg/Nt32Pkg.dsc @@ -31,6 +31,12 @@ BUILD_TARGETS = DEBUG|RELEASE
SKUID_IDENTIFIER = DEFAULT
FLASH_DEFINITION = Nt32Pkg/Nt32Pkg.fdf
+ //
+ // This flag is to control tool to generate PCD info for dynamic(ex) PCD,
+ // then enable or disable PCD info feature. TRUE is enable, and FLASE is disable.
+ // If the flag is absent, it will be same as FALSE.
+ //
+ PCD_INFO_GENERATION = TRUE
#
# Defines for default states. These can be changed on the command line.
|