mirror_edk2/BaseTools/Source/Python
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
..
AutoGen BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
BPDG BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
build BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
Common BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
CommonDataClass BaseTools: CommonClass - remove unused classes 2018-04-26 14:44:36 +08:00
Ecc BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
Eot BaseTools: Eot - Remove FvImage file 2018-04-18 22:15:34 +08:00
GenFds BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
GenPatchPcdTable BaseTools: Fix regression issue by 1eb72acddd 2018-04-27 12:37:46 +08:00
PatchPcdValue BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared constants. 2018-04-23 11:11:20 +08:00
Pkcs7Sign BaseTools: Pkcs7Sign Tool to support OPENSSL_PATH has space 2017-04-27 21:19:29 +08:00
Rsa2048Sha256Sign BaseTools: fix None comparisons 2018-04-17 20:49:32 +08:00
Table BaseTools: Clean some coding style issues 2015-12-01 04:22:16 +00:00
TargetTool BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
Trim BaseTools: fix --genfds-multi-thread generate makefile issue 2018-04-11 14:47:55 +08:00
UPT BaseTools: refactor and remove out of date use of .keys() 2018-04-10 10:05:16 +08:00
Workspace BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
GNUmakefile Sync BaseTool trunk (version r2599) into EDKII BaseTools. 2013-08-23 02:18:16 +00:00
Makefile BaseTools: remove PlatformClass as it's not used 2018-04-23 11:08:44 +08:00
sitecustomize.py License header updated to match correct format. 2014-08-28 13:53:34 +00:00