]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools: Correct PcdArray value assigment statement
authorFeng, Bob C <bob.c.feng@intel.com>
Mon, 24 Dec 2018 10:24:46 +0000 (18:24 +0800)
committerBobCF <bob.c.feng@intel.com>
Fri, 4 Jan 2019 07:18:18 +0000 (15:18 +0800)
commit672601cfcc6f9905dd5fe8cdd7949cfb7f91fed1
tree7211dd8cb732392325650ab20f8729935db10506
parent82bfbd392abcd9236ce5529354b20e18641f9cf4
BaseTools: Correct PcdArray value assigment statement

https://bugzilla.tianocore.org/show_bug.cgi?id=1410
BaseTools should not generate C structure array initial value
if the value is not specified with CODE style.

This patch is going to remove the incorrect initial value statement
and correct the Pcd Array value assignment statement.

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