2018-12-15 13:02:25 +01:00
|
|
|
## @file
|
|
|
|
# Dsc include file for Dynamic Tables Framework.
|
|
|
|
#
|
|
|
|
# Copyright (c) 2017 - 2018, ARM Limited. All rights reserved.<BR>
|
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
|
2018-12-15 13:20:23 +01:00
|
|
|
[BuildOptions]
|
|
|
|
*_*_*_ASL_FLAGS = -tc -li -so
|
|
|
|
|
2018-12-15 13:02:25 +01:00
|
|
|
[LibraryClasses.common]
|
|
|
|
TableHelperLib|DynamicTablesPkg/Library/Common/TableHelperLib/TableHelperLib.inf
|
|
|
|
|
2018-12-15 13:17:06 +01:00
|
|
|
[Components.common]
|
|
|
|
#
|
|
|
|
# Dynamic Table Factory Dxe
|
|
|
|
#
|
2018-12-15 13:20:23 +01:00
|
|
|
DynamicTablesPkg/Drivers/DynamicTableFactoryDxe/DynamicTableFactoryDxe.inf {
|
|
|
|
<LibraryClasses>
|
2018-12-15 13:28:23 +01:00
|
|
|
NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiDbg2LibArm/AcpiDbg2LibArm.inf
|
2018-12-15 13:22:45 +01:00
|
|
|
NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiFadtLibArm/AcpiFadtLibArm.inf
|
2018-12-15 13:25:52 +01:00
|
|
|
NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiGtdtLibArm/AcpiGtdtLibArm.inf
|
2018-12-15 13:31:47 +01:00
|
|
|
NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiIortLibArm/AcpiIortLibArm.inf
|
2018-12-15 13:23:59 +01:00
|
|
|
NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiMadtLibArm/AcpiMadtLibArm.inf
|
2018-12-15 13:29:49 +01:00
|
|
|
NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiMcfgLibArm/AcpiMcfgLibArm.inf
|
2018-12-15 13:20:23 +01:00
|
|
|
NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiRawLibArm/AcpiRawLibArm.inf
|
2018-12-15 13:27:03 +01:00
|
|
|
NULL|DynamicTablesPkg/Library/Acpi/Arm/AcpiSpcrLibArm/AcpiSpcrLibArm.inf
|
2018-12-15 13:20:23 +01:00
|
|
|
}
|
2018-12-15 13:17:06 +01:00
|
|
|
|
2018-12-15 13:18:52 +01:00
|
|
|
#
|
|
|
|
# Dynamic Tables Manager Dxe
|
|
|
|
#
|
|
|
|
DynamicTablesPkg/Drivers/DynamicTableManagerDxe/DynamicTableManagerDxe.inf
|
|
|
|
|