The TableHelperLib contains helper functions. Some rely on DynamicTablesPkg definitions (they use Configuration Manager objects). Some others are more generic. To allow using these generic functions without including DynamicTablesPkg definitions, move them to a new AcpiHelperLib library. Reviewed-by: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
34 lines
773 B
INI
34 lines
773 B
INI
## @file
|
|
# SSDT Serial Port fixup Library
|
|
#
|
|
# Copyright (c) 2020 - 2021, Arm Limited. All rights reserved.<BR>
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x0001001B
|
|
BASE_NAME = DynamicSsdtSerialPortFixupLib
|
|
FILE_GUID = AC5978CC-5B62-4466-AD04-23644C2C38C2
|
|
VERSION_STRING = 1.0
|
|
MODULE_TYPE = DXE_DRIVER
|
|
LIBRARY_CLASS = SsdtSerialPortFixupLib
|
|
|
|
[Sources]
|
|
SsdtSerialPortFixupLib.c
|
|
SsdtSerialPortTemplate.asl
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
EmbeddedPkg/EmbeddedPkg.dec
|
|
DynamicTablesPkg/DynamicTablesPkg.dec
|
|
|
|
[LibraryClasses]
|
|
AcpiHelperLib
|
|
AmlLib
|
|
BaseLib
|
|
|
|
[Pcd]
|
|
gEdkiiDynamicTablesPkgTokenSpaceGuid.PcdNonBsaCompliant16550SerialHid
|