]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Extend the keyword "!include"/"!if" to case-insensitive
authorzhijufan <zhijux.fan@intel.com>
Tue, 4 Sep 2018 02:28:11 +0000 (10:28 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 5 Sep 2018 01:04:13 +0000 (09:04 +0800)
commit865d7f7b0158f3fb4b3fb187aae4b323a705a8ed
treedae54b94e80950086a6ea8fd656a163f0b7f0f93
parent04722cfa309104d815257a2705db5ee7024dc9bf
BaseTools: Extend the keyword "!include"/"!if" to case-insensitive

Extend the keyword "!include", "!if", etc to case-insensitive.
Current DSC parser already support it, while FDF parser only support
the lower case, so this patch add the support for FDF parser.

Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=1111
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/GenFds/FdfParser.py