]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix FDF file parse !include file issue
authorYunhua Feng <yunhuax.feng@intel.com>
Wed, 28 Jun 2017 10:29:18 +0000 (18:29 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 10 Jul 2017 01:59:16 +0000 (09:59 +0800)
commit47a29bc7072b20d465ccfd634b74121a67368c4f
tree16dd9871997ff9eecfc3a35928ed9c537a0edb84
parentbc0d7233925e82ddb8423532b2b90a3ad1ef1e49
BaseTools: Fix FDF file parse !include file issue

when FDF file use "!include" format to include the other file,
and the end line of the file not end with '\n', the include
file parse error.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/GenFds/FdfParser.py