mirror_edk2/BaseTools/Source/Python/Workspace
Fan, ZhijuX 838bc257ba BaseTools:BaseTools supports to the driver combination.
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1520

To save the image size without the compression, more than
one drivers can be combined into single one. When more than
one drivers are combined, their depex will be AND together.
Below is the example to combine BootManagerPolicyDxe into
DriverHealthManagerDxe.

Besides this patch, BaseTools also needs to check the module
type and make sure all module type are same. Otherwise,
BaseTools will report the error.
DRIVER INF has the parameter ENTRY_POINT
LIBRARY INF has the parameter LIBRARY_CLASS

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2019-02-20 13:16:56 +08:00
..
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
BuildClassObject.py BaseTools: Add MaxSizeUserSet to Pcd deepcopy function 2019-02-19 20:32:42 +08:00
DecBuildData.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
DscBuildData.py BaseTools: Fixed a code bug for Pcd Array. 2019-02-19 20:32:44 +08:00
InfBuildData.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
MetaDataTable.py BaseTools: the list and iterator translation 2019-02-01 11:09:24 +08:00
MetaFileCommentParser.py License header updated to match correct format. 2014-08-28 13:53:34 +00:00
MetaFileParser.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00
MetaFileTable.py BaseTools: Fixed incorrect line number in PcdValueInit.c 2019-02-02 10:28:56 +08:00
WorkspaceCommon.py BaseTools:BaseTools supports to the driver combination. 2019-02-20 13:16:56 +08:00
WorkspaceDatabase.py BaseTools: Various typo 2019-02-14 10:02:28 +08:00