]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools:Build fail when PCD use in the [DEPEX] section of INF files
authorFan, ZhijuX <zhijux.fan@intel.com>
Tue, 15 Jan 2019 09:11:18 +0000 (17:11 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Mon, 21 Jan 2019 10:03:28 +0000 (18:03 +0800)
commit3e1ab49481a719265abec84f3f56a3f9f2cd6190
tree1a81277730ea000fa1f6fa4275888028855bc3d5
parente3b8fd1185ea566e6a0caf1b940c4347f4a0adc5
BaseTools:Build fail when PCD use in the [DEPEX] section of INF files

Update _FixedPcdVoidTypeDict to FixedVoidTypePcds
'_FixedPcdVoidTypeDict' no longer exists because edk2 version (b23414f6).
'ModuleAutoGen' object has no attribute '_FixedPcdVoidTypeDict'.
Build fail when PCD use in the [DEPEX] section of INF files

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>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/AutoGen.py