]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AcpiTables/AcpiTables.inf
1. Correct File header to ## @file
[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. <BR>
7 # All rights reserved. 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 EDK_RELEASE_VERSION = 0x00020000
24 EFI_SPECIFICATION_VERSION = 0x00020000
25
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 #
32
33 [Sources]
34 Platform.h
35 Madt.aslc
36 Facp.aslc
37 Facs.aslc
38 Dsdt.asl
39
40 [Packages]
41 MdePkg/MdePkg.dec
42