]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/DscBuildData.py
BaseTools: Not compare the VOID* difference in the DSC and DEC file
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 9 Oct 2018 08:12:35 +0000 (16:12 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 13 Oct 2018 02:07:16 +0000 (10:07 +0800)
commit913795f7a2b0937a18692ccfec892ca20cbc5aa6
tree85af8729b914bb05ff528dd56528e56da8010a39
parent15298db95ca3338c36ce8750ea07e6bafa6353ad
BaseTools: Not compare the VOID* difference in the DSC and DEC file

For structure Pcd, the type defined in the DEC file is the struct name
while if this Pcd used in the DSC file, it should add VOID* keywords
when it have max size info. so this patch filter the type compare for
this case.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Workspace/DscBuildData.py