edk2/DynamicTablesPkg/Library/Common/CmObjHelperLib/CmObjHelperLib.inf
Pierre Gondois d5a215ce71 DynamicTablesPkg: Add CmObjHelperLib
Some generators share some logic in how they handle CmObj.
In an effort to factorize this code, create a CmObjHelperLib,
aiming to host the common CmObj manipulation logic.

Start by adding a CheckAcpiTablePresent() function, allowing
to check if an ACPI table is in the list of the tables to
install.

Signed-off-by: Pierre Gondois <pierre.gondois@arm.com>
2025-06-11 12:24:35 +00:00

28 lines
568 B
INI

## @file
# Table Helper
#
# Copyright (c) 2025, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
[Defines]
INF_VERSION = 0x0001001B
BASE_NAME = CmObjHelperLib
FILE_GUID = d8749a75-23ad-410e-a41f-9066d1714188
VERSION_STRING = 1.0
MODULE_TYPE = DXE_DRIVER
LIBRARY_CLASS = CmObjHelperLib
[Sources]
CmObjHelperLib.c
[Packages]
MdePkg/MdePkg.dec
DynamicTablesPkg/DynamicTablesPkg.dec
[LibraryClasses]
BaseLib
CmObjHelperLib
MetadataObjLib
MetadataHandlerLib