audk/BaseTools/Source/Python/Workspace
Yonghong Zhu cc71d8b7f8 BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF value
current the PCD value in DSC file may be override by FDF file, then it
cause the 'DSC DEFAULT' in build report wrongly display the FDF value
but not the DSC file's value.
This patch add a attribute DscDefaultValue for PcdClassObject to save
the actual DSC file's PCD value and use this value to display for 'DSC
DEFAULT'.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2017-10-11 13:51:25 +08:00
..
BuildClassObject.py BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF value 2017-10-11 13:51:25 +08:00
MetaDataTable.py
MetaFileCommentParser.py
MetaFileParser.py BaseTools: Support TabSpace between section tag in DEC file 2017-08-13 12:04:42 +08:00
MetaFileTable.py BaseTools: Fix a bug use 'COMMON' as CodeBase in BuildOptions section 2016-08-19 15:39:36 +08:00
WorkspaceCommon.py BaseTools: Add mixed PCD support feature 2016-04-20 09:24:46 +08:00
WorkspaceDatabase.py BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF value 2017-10-11 13:51:25 +08:00
__init__.py