audk/BaseTools/Source/Python/Workspace
Yunhua Feng b9a6d9d7ca BaseTools: Parse PCD GUID name in FILE statement issue
FDF format as below:
FILE APPLICATION = PCD(PcdToken.PcdCName) {

}
when parse PCD, need get all PCDs from Platform and Packages,
use self.BuildObject[self.Platform, Arch] get some modules is wrong.
so use self.BuildObject[self.Platform, Arch, TargetName, ToolChainTag]
get all modules.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
2018-04-10 10:09:45 +08:00
..
BuildClassObject.py BaseTools: use built in OrderedDict instead of custom version. 2018-04-08 14:50:17 +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
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00