]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update GenFds to handle file type Ffs Rule
authorLiming Gao <liming.gao@intel.com>
Mon, 8 Jun 2015 09:44:01 +0000 (09:44 +0000)
committerlgao4 <lgao4@Edk2>
Mon, 8 Jun 2015 09:44:01 +0000 (09:44 +0000)
commitb74d65ed3a5c973766b44f081ceba2d6a269c0a6
tree866586c602c327ee6c47e7ce2978a68f8860ebfc
parentf5e9390ef2b32749970f907bbf75f8500d994f2d
BaseTools: Update GenFds to handle file type Ffs Rule

Ffs Rule can specify a file type instead of specific file name. GenFds
should search Binary sections of module INF file and output directory
of the module to find all matched file with the specific file type.
Current GenFds only considers the final output target file. This patch
applies the above rule to match output file with the specific file type.

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@17579 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/GenFds/Section.py