audk/BaseTools/Source/Python/Workspace
Yonghong Zhu f9fa014ee0 BaseTools: Fix two cases that use GUID CName as PCD Value
1. use CName format in components section:
  [Components]
   TestPkg/TestDriver.inf {
     <PcdsFixedAtBuild>
      PcdToken.PcdName |{GUID(TestGuid)}|VOID*|16
  }

2. Use Guid CName format in INF and the Guid is defined in the DEC
file but not write in driver's [Guids] section.
    PcdToken.PcdName  | {GUID(TestGuid)}

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-04-10 13:59:06 +08:00
..
BuildClassObject.py BaseTools: Fix the bug for VOID* pcd max size from component section 2018-04-10 13:58:14 +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: Fix two cases that use GUID CName as PCD Value 2018-04-10 13:59:06 +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