mirror_edk2/BaseTools/Source/Python/GenFds
Carsey, Jaben 8bb63e377b BaseTools: replace string constants used for module types
replace raw strings in the code (note: except UPT) with constants.
SUP_MODULE_BASE was 'BASE'
SUP_MODULE_SEC was 'SEC'
SUP_MODULE_PEI_CORE was 'PEI_CORE'
SUP_MODULE_PEIM was 'PEIM'
SUP_MODULE_DXE_CORE was 'DXE_CORE'
SUP_MODULE_DXE_DRIVER was 'DXE_DRIVER'
SUP_MODULE_DXE_RUNTIME_DRIVER was 'DXE_RUNTIME_DRIVER'
SUP_MODULE_DXE_SAL_DRIVER was 'DXE_SAL_DRIVER'
SUP_MODULE_DXE_SMM_DRIVER was 'DXE_SMM_DRIVER'
SUP_MODULE_UEFI_DRIVER was 'UEFI_DRIVER'
SUP_MODULE_UEFI_APPLICATION was 'UEFI_APPLICATION'
SUP_MODULE_USER_DEFINED was 'USER_DEFINED'
SUP_MODULE_SMM_CORE was 'SMM_CORE'
SUP_MODULE_MM_STANDALONE was 'MM_STANDALONE'
SUP_MODULE_MM_CORE_STANDALONE was 'MM_CORE_STANDALONE'

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>
2018-05-02 14:56:31 +08:00
..
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
AprioriSection.py BaseTools: use predefined constants instead of local strings 2018-04-18 22:15:35 +08:00
Attribute.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
Capsule.py BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
CapsuleData.py BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
ComponentStatement.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
CompressSection.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
DataSection.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
DepexSection.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
EfiSection.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
Fd.py BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
FdfParser.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
Ffs.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
FfsFileStatement.py BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
FfsInfStatement.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
Fv.py BaseTools: Remove extra .keys() 2018-04-26 14:43:25 +08:00
FvImageSection.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
GenFds.py BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
GenFdsGlobalVariable.py BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared constants. 2018-04-23 11:11:20 +08:00
GuidSection.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
OptionRom.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
OptRomFileStatement.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
OptRomInfStatement.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
Region.py BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
Rule.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
RuleComplexFile.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
RuleSimpleFile.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
Section.py BaseTools: use predefined constants instead of local strings 2018-04-18 22:15:35 +08:00
UiSection.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
VerSection.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
Vtf.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00