]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Extend the Macro used in the FDF !include statement
authorYonghong Zhu <yonghong.zhu@intel.com>
Sun, 22 Jan 2017 01:59:32 +0000 (09:59 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 23 Jan 2017 13:10:49 +0000 (21:10 +0800)
commit0fdfe2742e4a76f586b16f370193b2d97f0ed04a
tree5b7cabb1650e23193717424330a8d0329e42e7a9
parent7cf59c854f35c9680965fe83e9cfd863079ddd73
BaseTools: Extend the Macro used in the FDF !include statement

Current it only support the system environment variables in the !include
statement, $(WORKSPACE), $(PACKAGES_PATH), $(EFI_SOURCE), $(EDK_SOURCE),
$(ECP_SOURCE), this patch extend the usage to support the Global macros
and the macro which defined before the statement.

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