]> git.proxmox.com Git - mirror_edk2.git/blob - QuarkPlatformPkg/Acpi/AcpiTables/AcpiTables.inf
73c26c253206aa4344331206cb7143ead213e61b
[mirror_edk2.git] / QuarkPlatformPkg / Acpi / AcpiTables / AcpiTables.inf
1 ## @file
2 # Component description file for PlatformAcpiTable module.
3 #
4 # Build acpi table data required by system boot.
5 # All .asi files tagged with "ToolCode="DUMMY"" in following
6 # file list are device description and are included by top
7 # level ASL file which will be dealed with by asl.exe application.
8 #
9 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
10 #
11 # SPDX-License-Identifier: BSD-2-Clause-Patent
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = AcpiTables
18 FILE_GUID = 7E374E25-8E01-4FEE-87F2-390C23C606CD
19 MODULE_TYPE = USER_DEFINED
20 VERSION_STRING = 1.0
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 Facs/Facs.aslc
30 Fadt/Fadt2.0.aslc
31 Hpet/Hpet.aslc
32 Mcfg/Mcfg.aslc
33 Dsdt/Platform.asl
34 CpuPm/CpuPm.asl
35 Cpu0Cst/Cpu0Cst.asl
36 Cpu0Ist/Cpu0Ist.asl
37 Cpu0Tst/Cpu0Tst.asl
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 QuarkPlatformPkg/QuarkPlatformPkg.dec
42 QuarkSocPkg/QuarkSocPkg.dec