]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools: report error if source module INF is only list in FDF file
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 20 Jul 2016 05:58:03 +0000 (13:58 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 27 Jul 2016 01:48:58 +0000 (09:48 +0800)
commit2502b73557ae2a9014b4367e85740e209d14c06e
tree0bd65a834c59f6a0f5442f967b70da5a80c01247
parent4c53eb72d539f5ca61f949235014f7e43f0e6354
BaseTools: report error if source module INF is only list in FDF file

If source module INF is not listed in DSC, it will not be built. And it
is listed in FDF, GenFds will fail to find its build output. To reminder
user this issue early, build tool should report failure to user in early
phase.

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
BaseTools/Source/Python/GenFds/FdfParser.py