mirror_edk2/BaseTools/Source/Python/Workspace
Yonghong Zhu c33081c912 BaseTools: Fix the bug for VOID* pcd max size from component section
When the Pcd defined in components section, its value's size is larger
than the value's size in [pcd] section, it cause build error, because
original code use the size get in [pcd] section as max size.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-04-10 13:58:14 +08:00
..
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
BuildClassObject.py BaseTools: Fix the bug for VOID* pcd max size from component section 2018-04-10 13:58:14 +08:00
DecBuildData.py BaseTools: use built in OrderedDict instead of custom version. 2018-04-08 14:50:17 +08:00
DscBuildData.py BaseTools: Workspace - use built in OrderedDict instead of custom version. 2018-04-08 14:50:18 +08:00
InfBuildData.py BaseTools: Workspace - use built in OrderedDict instead of custom version. 2018-04-08 14:50:18 +08:00
MetaDataTable.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
MetaFileCommentParser.py License header updated to match correct format. 2014-08-28 13:53:34 +00:00
MetaFileParser.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
MetaFileTable.py BaseTools: Remove equality operator with None 2018-03-30 08:25:13 +08:00
WorkspaceCommon.py BaseTools: Workspace - use built in OrderedDict instead of custom version. 2018-04-08 14:50:18 +08:00
WorkspaceDatabase.py BaseTools: Parse PCD GUID name in FILE statement issue 2018-04-10 10:09:45 +08:00