DynamicTablesPkg: Extract AcpiHelperLib from TableHelperLib
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>
This commit is contained in:
committed by
mergify[bot]
parent
422e5d2f7f
commit
0875443f7e
@@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# AML Generation Library
|
||||
#
|
||||
# Copyright (c) 2019 - 2020, Arm Limited. All rights reserved.<BR>
|
||||
# Copyright (c) 2019 - 2021, Arm Limited. All rights reserved.<BR>
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
##
|
||||
@@ -66,6 +66,7 @@
|
||||
DynamicTablesPkg/DynamicTablesPkg.dec
|
||||
|
||||
[LibraryClasses]
|
||||
AcpiHelperLib
|
||||
BaseLib
|
||||
|
||||
[BuildOptions]
|
||||
|
Reference in New Issue
Block a user