]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: Fix build report issue.
authorFeng, Bob C <bob.c.feng@intel.com>
Wed, 16 Jan 2019 10:48:46 +0000 (18:48 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 21 Jan 2019 10:03:31 +0000 (18:03 +0800)
commit350c9ae081a54628e2ccee9fc2d3617f670ba4aa
tree14a8927df71d7b2a6ec9896dc83ecd4c6b1725ec
parentb298567268c42ce40e1872ca3e9352b5774b0d9a
BaseTools: Fix build report issue.

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1472
The Pcd Array feature changes the Pcd Default value
data structure which is used by build report. This
patch is going to update build report to adapt that change.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/build/BuildReport.py