audk/BaseTools/Source/Python/Workspace
Marvin Haeuser 1d4f84f9f4 BaseTools/Workspace: Fix ValueChain set
Commit 88252a90d1 changed ValueChain
from a dict to a set, but also changed the (former) key type from a
touple to two separate values, which was probably unintended and also
breaks build for packages involving Structured PCDs, because add()
only takes one argument.
This commit changes the values back to touples.

V2:
  - Removed a whitespace change.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Marvin Haeuser <Marvin.Haeuser@outlook.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
2018-05-23 13:17:51 +08:00
..
BuildClassObject.py
DecBuildData.py BaseTools: Replace PCD type strings with predefined constant 2018-05-02 14:59:25 +08:00
DscBuildData.py BaseTools/Workspace: Fix ValueChain set 2018-05-23 13:17:51 +08:00
InfBuildData.py BaseTools: dont make iterator into list if not needed 2018-05-04 13:08:09 +08:00
MetaDataTable.py BaseTools: dont make iterator into list if not needed 2018-05-04 13:08:09 +08:00
MetaFileCommentParser.py
MetaFileParser.py
MetaFileTable.py
WorkspaceCommon.py
WorkspaceDatabase.py
__init__.py