]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Enhance the *P Flag display for Structure Pcd
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 11 Oct 2018 07:04:41 +0000 (15:04 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 13 Oct 2018 02:06:37 +0000 (10:06 +0800)
commit15298db95ca3338c36ce8750ea07e6bafa6353ad
treefadd75ef67cd1812f318c53b653ee2321c9aa550
parent27f38c6d6e3df494c0cf856ce87732cefe1dafdc
BaseTools: Enhance the *P Flag display for Structure Pcd

Cover the case:
1.only define the structure Pcd in DEC file, it should not have any
Flag.
2.In the DEC file and DSC file only have the PCD's default value, and
without the field value, it should have *P Flag.

Cc: Liming Gao <liming.gao@intel.com>
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/build/BuildReport.py