]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/AutoGen.py
BaseTools: Structure Pcd value override incorrect.
authorFeng, Bob C <bob.c.feng@intel.com>
Tue, 4 Sep 2018 06:13:18 +0000 (14:13 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 12 Sep 2018 03:25:20 +0000 (11:25 +0800)
commit71127ce88392d2a0392cb0cb90eaa0245da14f05
treed1b9a6d832a5fd284fdf2df0d65b6ca98ab165cc
parentb62cbfb787e1ac594fce618a1a9c86cabc63d54b
BaseTools: Structure Pcd value override incorrect.

This patch is going to fix the issue that
The Pcd field value is override incorrectly when there
is no Pcd overall value assignment in Dsc file.

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/AutoGen/AutoGen.py
BaseTools/Source/Python/Workspace/BuildClassObject.py
BaseTools/Source/Python/Workspace/DscBuildData.py