mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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>
28 lines
568 B
INI
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
|