]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: Optimizing DscDefaultValue process in BuildReport
authorFrom: Yunhua Feng <yunhuax.feng@intel.com>
Sat, 20 Jan 2018 06:22:43 +0000 (14:22 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sun, 21 Jan 2018 08:28:45 +0000 (16:28 +0800)
commita676a24656546a7fc722868fb75cd178c003056a
tree7d5c52a9008f08d2d20a169860ad035de61ca9d9
parent6735645d9c09d9a391ea96233d3addd3c2b30843
BaseTools: Optimizing DscDefaultValue process in BuildReport

DscDefaultValue from Dsc file has been parsed by ValueExpressionEx
when Dsc file parse, so only DscDefaultValue from FDF file need
ValueExpressionEx parse

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/build/BuildReport.py