]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/Section.py
BaseTools: create and use a standard shared variable for '*'
authorJaben Carsey <jaben.carsey@intel.com>
Fri, 16 Nov 2018 15:40:04 +0000 (23:40 +0800)
committerBobCF <bob.c.feng@intel.com>
Thu, 6 Dec 2018 09:11:24 +0000 (17:11 +0800)
commitbc39c5cbea30b53c35a32150431bb7ea05a3238d
tree78fd7f91b47f437c4f7b78be4ebaa35c50f116d5
parentea55e37c369ac5b9dc1a6fcc647bd3fa20cb05b1
BaseTools: create and use a standard shared variable for '*'

add a variable for the string '*' and then use it instead of lots of '*'

Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by : Bob Feng <bob.c.feng@intel.com>
13 files changed:
BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools/Source/Python/AutoGen/BuildEngine.py
BaseTools/Source/Python/BPDG/GenVpd.py
BaseTools/Source/Python/Common/DataType.py
BaseTools/Source/Python/Common/Expression.py
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/Common/ToolDefClassObject.py
BaseTools/Source/Python/Common/VpdInfoFile.py
BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools/Source/Python/GenFds/GenFds.py
BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py
BaseTools/Source/Python/GenFds/Section.py
BaseTools/Source/Python/Workspace/DscBuildData.py