]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FfsInfStatement.py
Add support for ${s_*} and ${d_*} macros for in FDF file for the INF files, and for...
authorAbner Chang <abner.chang@hp.com>
Thu, 11 Sep 2014 06:44:17 +0000 (06:44 +0000)
committeryingke <yingke@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 11 Sep 2014 06:44:17 +0000 (06:44 +0000)
commit0acb3d286258f50aec7dea6f86f4567078705ffa
tree4faf6bf40cc6bbb37a4aa9fdc5098a546877d816
parentfba9b6ba24bbbed0666f4e184c95f6b15a581d49
Add support for ${s_*} and ${d_*} macros for in FDF file for the INF files, and for each statement in the build rules.
The following keywords are supported:
"src", "s_path", "s_dir", "s_name", "s_base", "s_ext", "dst", "d_path", "d_name", "d_base", "d_ext"

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Abner Chang <abner.chang@hp.com>
Reviewed-by: Yingke Liu <yingke.d.liu@intel.com>
Reviewed-by: Larry Hauch <larry.hauch@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16094 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/GenFds/FfsInfStatement.py