mirror_edk2/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
..
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
BuildClassObject.py BaseTools: move PCD size calculation functions to PcdClassObject 2018-05-04 13:03:05 +08:00
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 License header updated to match correct format. 2014-08-28 13:53:34 +00:00
MetaFileParser.py BaseTools: DataType - cleanup list constants 2018-05-02 14:59:20 +08:00
MetaFileTable.py BaseTools: use predefined constants instead of local strings 2018-04-18 22:15:35 +08:00
WorkspaceCommon.py BaseTools: replace string constants used for module types 2018-05-02 14:56:31 +08:00
WorkspaceDatabase.py BaseTools: use predefined constants instead of local strings 2018-04-18 22:15:35 +08:00