]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the missing depex file in GenFds
authorLiming Gao <liming.gao@intel.com>
Wed, 26 Aug 2015 06:33:31 +0000 (06:33 +0000)
committerlgao4 <lgao4@Edk2>
Wed, 26 Aug 2015 06:33:31 +0000 (06:33 +0000)
commit23cc8adbaf86fcc6d0a81f766f8abde2c4f8ff07
tree94963e53ae1f01606e2df6d20a9bc33fea8d6d19
parent118bf0960c203f25f08b5c02000cade5149ac8eb
BaseTools: Fix the missing depex file in GenFds

If FDF FfsRule describes |.depex for depex file on source build, it may
be missed in the generated FD image. GenFds tool needs to check the
output file list and find the matched one.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18318 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/GenFds/Section.py