]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix a bug use 'COMMON' as CodeBase in BuildOptions section
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 17 Aug 2016 10:52:51 +0000 (18:52 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 19 Aug 2016 07:39:36 +0000 (15:39 +0800)
commit35dc964bf1eab3f0725389811d2316b1331d6cee
tree5022b326489f3fcd7511f15c27f43a4d39c3710f
parent91ae2988c62f03987fe02159d26b001a5201d812
BaseTools: Fix a bug use 'COMMON' as CodeBase in BuildOptions section

Current BaseTools query the BuildOptions not cover the case that use
'COMMON' as CodeBase, while DSC spec allow this usage. This Patch add
support for such 'common.DXE_RUNTIME_DRIVER' as the Scope2 in the query
Condition.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Kurt Kennett <Kurt.Kennett@microsoft.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/Workspace/MetaFileTable.py
BaseTools/Source/Python/Workspace/WorkspaceDatabase.py