]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: support PCD value to use expression in the DEC file
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 12 Oct 2016 05:28:36 +0000 (13:28 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 19 Oct 2016 02:03:49 +0000 (10:03 +0800)
commit67e11e4d5902dc77fc64876da5b71122bf128837
treedaed190d23adbef537ea56d3941dd9db2fbbda14
parent6d034a2add0551dd0cef36610371585cb79f6aec
BaseTools: support PCD value to use expression in the DEC file

This patch add the support for Pcd value to use expression in the DEC file.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/Misc.py
BaseTools/Source/Python/Workspace/MetaFileParser.py