]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools: fix the bug for FMP to support use Macro as path description
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 28 Apr 2016 06:42:26 +0000 (14:42 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 29 Apr 2016 06:51:06 +0000 (14:51 +0800)
commit35217a337cb6d262d4a3b5165bd86ba150a6c088
tree1960a9587ae88e329f7fde29ae1860c3dcab4c1b
parent6d3911d40610c01e843a35cefd1fec57f98a4fc2
BaseTools: fix the bug for FMP to support use Macro as path description

Fix the bug for FMP image to support to use Macro as path description,
eg: FILE DATA = $(OUTPUT_DIRECTORY)/$(TARGET)_$(TOOL_CHAIN_TAG)/test.efi

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