BaseTools: Replace PCD type strings with predefined constant
Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
committed by
Yonghong Zhu
parent
eece4292ac
commit
be409b6756
@ -28,8 +28,8 @@ from IdfClassObject import *
|
||||
|
||||
## PCD type string
|
||||
gItemTypeStringDatabase = {
|
||||
TAB_PCDS_FEATURE_FLAG : 'FixedAtBuild',
|
||||
TAB_PCDS_FIXED_AT_BUILD : 'FixedAtBuild',
|
||||
TAB_PCDS_FEATURE_FLAG : TAB_PCDS_FIXED_AT_BUILD,
|
||||
TAB_PCDS_FIXED_AT_BUILD : TAB_PCDS_FIXED_AT_BUILD,
|
||||
TAB_PCDS_PATCHABLE_IN_MODULE: 'BinaryPatch',
|
||||
TAB_PCDS_DYNAMIC : '',
|
||||
TAB_PCDS_DYNAMIC_DEFAULT : '',
|
||||
|
Reference in New Issue
Block a user