]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/build/BuildReport.py
BaseTools: Fix Pcd Array changes build report issue.
authorFan, ZhijuX <zhijux.fan@intel.com>
Fri, 18 Jan 2019 02:32:43 +0000 (10:32 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 28 Jan 2019 03:44:41 +0000 (11:44 +0800)
commite3ef8f0c52aa4bcceb9a305ff4c0842b4bb1e074
treecbf5129364544956d1354bad6ef8f600fdac6caf
parent83463154afc699c8116a42df9184b034056c7b33
BaseTools: Fix Pcd Array changes 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.

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