]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the bug to correctly check Pcd type that in FDF file
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 27 Jul 2017 03:20:26 +0000 (11:20 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 1 Aug 2017 02:44:55 +0000 (10:44 +0800)
commitc65df5d9a14331d2b6d583359f1cf88c3b710d34
tree9d618d5957b89a808fd8004411d663c4059ae1cb
parentfff2623cc2a5e3d85db201a4cf1ca8c595e20075
BaseTools: Fix the bug to correctly check Pcd type that in FDF file

We set Pcd value in FDF and used this Pcd as PatchableInModule type in
module, it cause build report generate failure. because we incorrectly
set the Pcd type during check whether the Pcd is used.

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