edk2/BaseTools/Source/Python/Workspace
Joey Vagedes c5aa7e7d94 BaseTools/Build: Output warning message for library class mismatch
Performs a check that will verify that the library instance implements
the library specified in the dsc by ensuring a LIBRARY_CLASS definition
exists in the INF [Defines] section and the value matches the library it
says it is implementing.

As an example, from a platform dsc file:
BaseBmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.inf

BaseBmpSupportLib is supposed to be of library class BmpSupportLib, but the
dsc defines it incorrectly, the warning message will be displayed during
build.

Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
Co-authored-by: Poncho Figueroa <poncho.figueroa.esqueda@intel.com>
2026-08-06 04:55:34 +00:00
..
__init__.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
BuildClassObject.py BaseTools: WorkSpace: Remove unnecessary code 2025-07-01 09:51:38 +08:00
DecBuildData.py BaseTools: Enable the flag to treat dynamic pcd as dynamicEx 2021-07-12 07:40:07 +00:00
DscBuildData.py BaseTools/Build: Output warning message for library class mismatch 2026-08-06 04:55:34 +00:00
InfBuildData.py BaseTools: Remove DXE_SAL_DRIVER 2025-10-30 10:00:32 +00:00
MetaDataTable.py BaseTools: WorkSpace: Remove unnecessary code 2025-07-01 09:51:38 +08:00
MetaFileCommentParser.py BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
MetaFileParser.py BaseTools/Build: Output warning message for library class mismatch 2026-08-06 04:55:34 +00:00
MetaFileTable.py BaseTools/Build: Output warning message for library class mismatch 2026-08-06 04:55:34 +00:00
WorkspaceCommon.py BaseTools: Dump library dependency chain on build failure 2025-04-08 08:40:49 +00:00
WorkspaceDatabase.py BaseTools: WorkSpace: Remove unnecessary code 2025-07-01 09:51:38 +08:00