diff options
author | Liming Gao <liming.gao@intel.com> | 2017-12-22 20:46:15 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2017-12-25 11:05:47 +0800 |
commit | 8518bf0b92a78938341a2752a0044f04336668cc (patch) | |
tree | 42cb756c581e15ff9a505c27f216d9f0331509de /BaseTools/Source/Python/CommonDataClass/DataClass.py | |
parent | 34952f493c24c02f5eba6ae86ed758d3311cddb1 (diff) | |
download | edk2-8518bf0b92a78938341a2752a0044f04336668cc.tar.gz edk2-8518bf0b92a78938341a2752a0044f04336668cc.tar.bz2 edk2-8518bf0b92a78938341a2752a0044f04336668cc.zip |
BaseTools: Support Structure PCD value inherit between the different SKUs
https://bugzilla.tianocore.org/show_bug.cgi?id=543
Structure PCD field value can inherit between the different SKUIds.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Feng Bob C <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/CommonDataClass/DataClass.py')
-rw-r--r-- | BaseTools/Source/Python/CommonDataClass/DataClass.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BaseTools/Source/Python/CommonDataClass/DataClass.py b/BaseTools/Source/Python/CommonDataClass/DataClass.py index efeba3e5dc..31ed46c7ec 100644 --- a/BaseTools/Source/Python/CommonDataClass/DataClass.py +++ b/BaseTools/Source/Python/CommonDataClass/DataClass.py @@ -64,6 +64,7 @@ MODEL_EFI_BINARY_FILE = 3008 MODEL_EFI_SKU_ID = 3009
MODEL_EFI_INCLUDE = 3010
MODEL_EFI_DEPEX = 3011
+MODEL_EFI_DEFAULT_STORES = 3012
MODEL_PCD = 4000
MODEL_PCD_FIXED_AT_BUILD = 4001
|