]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AcpiTables/AcpiTables.inf
2c604c34d5beafa38fc98e444e866281b68fab46
[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 - 2010, Intel Corporation. All rights reserved.<BR>
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = PlatformAcpiTables
20 FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD
21 MODULE_TYPE = USER_DEFINED
22 VERSION_STRING = 1.0
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources]
31 Platform.h
32 Madt.aslc
33 Facp.aslc
34 Facs.aslc
35 Dsdt.asl
36 Ssdt.asl
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 OvmfPkg/OvmfPkg.dec
41
42 [Pcd]
43 gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort
44