]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: Fix the bug when use FILE_GUID override the module in DSC
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 3 Aug 2016 09:09:18 +0000 (17:09 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 8 Aug 2016 02:53:30 +0000 (10:53 +0800)
commit622b17582e7928d6938ab421848313c3976a368a
tree91220ebb9e08c2e4f686c73a19e4fa9f7f7a72c1
parentc3915fa586c98ec68da3b464218651480e1324b6
BaseTools: Fix the bug when use FILE_GUID override the module in DSC

In last commit 2502b73, it doesn't cover the case that in the DSC file
use FILE_GUID to override the module.

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/AutoGen/AutoGen.py