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