]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AcpiTables/AcpiTables.inf
OvmfPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / OvmfPkg / AcpiTables / AcpiTables.inf
1 ## @file
2 # Component description file for PlatformAcpiTables module.
3 #
4 # ACPI table data and ASL sources required to boot the platform.
5 #
6 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = PlatformAcpiTables
14 FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD
15 MODULE_TYPE = USER_DEFINED
16 VERSION_STRING = 1.0
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23
24 [Sources]
25 Platform.h
26 Madt.aslc
27 Facp.aslc
28 Facs.aslc
29 Dsdt.asl
30 Ssdt.asl
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 OvmfPkg/OvmfPkg.dec
35
36 [Pcd]
37 gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort
38