diff options
author | Fan, ZhijuX <zhijux.fan@intel.com> | 2019-09-12 16:18:58 +0800 |
---|---|---|
committer | Feng, Bob C <bob.c.feng@intel.com> | 2019-09-17 10:18:51 +0800 |
commit | b67735a7e8e962b74120bad956d9a0734f784472 (patch) | |
tree | 97812b13fcb32353ad888688e01fdbeb3d5cddc4 /BaseTools/Source/Python/AutoGen/GenC.py | |
parent | ea331a5c21f7d71980fe0ea2e4aa425474f8ffb2 (diff) | |
download | edk2-b67735a7e8e962b74120bad956d9a0734f784472.tar.gz edk2-b67735a7e8e962b74120bad956d9a0734f784472.tar.bz2 edk2-b67735a7e8e962b74120bad956d9a0734f784472.zip |
BaseTools:Replace PlatformInfo with PlatformAutoGen for Moudle
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2188
build -p MdeModulePkg\MdeModulePkg.dsc -a IA32 -m
MdeModulePkg\Universal\PCD\Pei\Pcd.inf
Error:
AttributeError: 'PlatformInfo' object has no attribute
'DynamicPcdList'
The DSC data object used to build a separate module today
is PlatformInfo rather than PlatformAutoGen
'PlatformAutoGen' object has attribute 'DynamicPcdList'
This patch is going to fixed this issue
Cc: Liming Gao <liming.gao@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen/GenC.py')
0 files changed, 0 insertions, 0 deletions