]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/GenFds.py
BaseTools: compare GUID value should not case-sensitive
authorBin Wang <binx.a.wang@intel.com>
Mon, 26 Feb 2018 08:19:30 +0000 (16:19 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 29 Mar 2018 08:34:54 +0000 (16:34 +0800)
commitb1956b5d42182309604d008036882e62f17d1ccf
treecdfc35842f40804b3c1d14c5af42a697d7f95f52
parentcc0321f22ac7422a2d477c98fed209547eaf0cb5
BaseTools: compare GUID value should not case-sensitive

build report error when the same Guid value in FDF file use lowercase,
in tools_def.txt file use uppercase.
The guid value's compare should not case-sensitive.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bin Wang <binx.a.wang@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/GenFds/GenFds.py