audk/BaseTools/Source/Python/AutoGen
Yonghong Zhu d900d7c985 BaseTools: Remove the duplicate Pcd items
The case is the Pcd item both used in 1 module inf and 1 lib inf, and
in the DSC component section, it override the Pcd value.
In the module, the pcd value is the override value, but in the lib inf
the pcd value is the value that in the DSC PCD section's value, then it
cause the Pcd value is different in the module and lib. but actually we
only need use the Pcd value in the module to decide whether it use the
same value.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-07-18 11:28:23 +08:00
..
AutoGen.py BaseTools: Remove the duplicate Pcd items 2018-07-18 11:28:23 +08:00
BuildEngine.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
GenC.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
GenDepex.py BaseTools: Replace StringIO.StringIO with io.BytesIO 2018-06-27 16:33:28 +08:00
GenMake.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
GenPcdDb.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
GenVar.py BaseTools: Adjust the spaces around commas and colons 2018-06-27 16:33:25 +08:00
IdfClassObject.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
InfSectionParser.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
StrGather.py BaseTools: Use absolute import in AutoGen 2018-07-16 11:22:14 +08:00
UniClassObject.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
ValidCheckingInfoObject.py BaseTools: Clean up source files 2018-07-09 10:25:47 +08:00
__init__.py