]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: Add build info for binary modules that only list in FDF file
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 27 Jul 2016 08:29:38 +0000 (16:29 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 29 Jul 2016 08:14:12 +0000 (16:14 +0800)
commit25193a3339a72814d17f7aeda127cacfb6eb2409
tree19949c38d3a26a1a3ce587b87a3c48bfe86bb2fc
parentd6c3ef2ed14186a2dd1afb8016ac4e816ccd18e2
BaseTools: Add build info for binary modules that only list in FDF file

If the binary module is list in the FDF file but not list in the DSC
file, current build report would not include these binary module's info
in the report "Module section". The patch fix this issue.

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/build/BuildReport.py