mirror_edk2/BaseTools/Source/Python/Workspace
Fan, ZhijuX 5895f7f6d4 BaseTools: PCD value incorrect in structure pcd sku case.
Defined 2 PCDs(Test4 & Test401) and 2 SKUs(DEFAULT & _),
then set "SKUID_Defines" to ALL, for FixedAtBuild
gEfiStructuredPcdPkgTokenSpaceGuid. Test401 in this case,
its value should get from "Default" SKU, not from "_" SKU,
but we does not set value in SKU "_" in dsc, so Test401
should only display the value get from dec.

Missing the map() function causes SKU specific items to
not be deleted

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
2019-02-02 10:28:54 +08:00
..
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
BuildClassObject.py BaseTools: Handle the bytes and str difference 2019-02-01 11:09:24 +08:00
DecBuildData.py BaseTools: Remove unused logic for EDKI 2019-01-14 09:34:23 +08:00
DscBuildData.py BaseTools: PCD value incorrect in structure pcd sku case. 2019-02-02 10:28:54 +08:00
InfBuildData.py BaseTools: the list and iterator translation 2019-02-01 11:09:24 +08:00
MetaDataTable.py BaseTools: the list and iterator translation 2019-02-01 11:09:24 +08:00
MetaFileCommentParser.py License header updated to match correct format. 2014-08-28 13:53:34 +00:00
MetaFileParser.py BaseTools: Handle the bytes and str difference 2019-02-01 11:09:24 +08:00
MetaFileTable.py BaseTools: Enable component override functionality 2019-01-14 11:14:24 +08:00
WorkspaceCommon.py BaseTools: Remove unused logic for EDKI 2019-01-14 09:34:23 +08:00
WorkspaceDatabase.py BaseTools: Fixed metafile parser issues 2018-12-18 10:45:31 +08:00