mirror_edk2/BaseTools/Source/Python/Workspace
Yunhua Feng 3378782691 BaseTools: Support DSC component !include PCD items
DSC format:
[Components]
  TestPkg/TestDriver.inf {
    <PcdsFixedAtBuild>
      !include TestPkg/Test.txt
  }

Test.txt content:
PcdToken.PcdCName | 0x123

Per spec we should support this usage.

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-19 15:47:36 +08:00
..
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00: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 predefined constants instead of local strings 2018-04-18 22:15:35 +08:00
DscBuildData.py BaseTools: merge towards minimum PCD MAX <something> methods 2018-04-18 22:15:36 +08:00
InfBuildData.py BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +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: Support DSC component !include PCD items 2018-04-19 15:47:36 +08:00
MetaFileTable.py BaseTools: use predefined constants instead of local strings 2018-04-18 22:15:35 +08:00
WorkspaceCommon.py BaseTools: refactor and remove un-needed use of .keys() on dictionaries 2018-04-18 22:15:36 +08:00
WorkspaceDatabase.py BaseTools: use predefined constants instead of local strings 2018-04-18 22:15:35 +08:00