]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenC.py
BaseTools: Fix a bug for FixedPcd value generation in AutoGen file
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 13 Jul 2016 09:00:03 +0000 (17:00 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 18 Jul 2016 00:51:27 +0000 (08:51 +0800)
commitc9da41b235eaf34248c92839924650f071079dc8
tree13984b8d6215f703d04f4057b3358f6b28d2716c
parente2f5c491d8749c88cbf56168a3493d70ff19a382
BaseTools: Fix a bug for FixedPcd value generation in AutoGen file

If the library is listed in [Components] section for build only, its
used FixedPcd Value is not generated into AutoGen code. This patch
cover this case to generate the FixedPcd Value in AutoGen file.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/GenC.py