audk/BaseTools/Source/Python/Workspace
Yunhua Feng 395f333686 BaseTools: Fix two drivers include the same file issue
Two drivers include the same PCD file, the PCD value in the first
driver is correct, but it in the second driver is incorrect.

DSC:
[Components]
  Testpkg/Testdriver1.inf {
  <PcdsFixedAtBuild>
  !include Test.txt
  }
  Testpkg/Testdriver2.inf {
  <PcdsFixedAtBuild>
  !include Test.txt
  }

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-06-29 15:21:45 +08:00
..
BuildClassObject.py BaseTools: Fix old python2 idioms 2018-06-27 16:33:27 +08:00
DecBuildData.py BaseTools: Adjust the spaces around commas and colons 2018-06-27 16:33:25 +08:00
DscBuildData.py BaseTools: Fix old python2 idioms 2018-06-27 16:33:27 +08:00
InfBuildData.py BaseTools: Refactor python except statements 2018-06-27 16:31:30 +08:00
MetaDataTable.py BaseTools: Fix two drivers include the same file issue 2018-06-29 15:21:45 +08:00
MetaFileCommentParser.py License header updated to match correct format. 2014-08-28 13:53:34 +00:00
MetaFileParser.py BaseTools: Fix two drivers include the same file issue 2018-06-29 15:21:45 +08:00
MetaFileTable.py BaseTools: Fix two drivers include the same file issue 2018-06-29 15:21:45 +08:00
WorkspaceCommon.py BaseTools: Adjust the spaces around commas and colons 2018-06-27 16:33:25 +08:00
WorkspaceDatabase.py BaseTools: Rename String to StringUtils. 2018-05-28 13:05:00 +08:00
__init__.py