]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
IntelFsp2Pkg/SplitFspBin.py: Support rebasing 1.x binary.
[mirror_edk2.git] / OvmfPkg / AcpiPlatformDxe / QemuFwCfgAcpiPlatformDxe.inf
CommitLineData
48b85089
JJ
1## @file\r
2# OVMF ACPI Platform Driver using QEMU's fw-cfg interface\r
3#\r
4# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
b26f0cf9 5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
48b85089
JJ
6#\r
7##\r
8\r
9[Defines]\r
10 INF_VERSION = 0x00010005\r
11 BASE_NAME = QemuFwCfgAcpiPlatform\r
12 FILE_GUID = 17985e6f-e778-4d94-aefa-c5dd2b77e186\r
13 MODULE_TYPE = DXE_DRIVER\r
14 VERSION_STRING = 1.0\r
04951644 15 ENTRY_POINT = AcpiPlatformEntryPoint\r
48b85089
JJ
16\r
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64\r
21#\r
22\r
23[Sources]\r
1c6ee78f 24 AcpiPlatform.h\r
b15e00c8 25 BootScript.c\r
04951644 26 EntryPoint.c\r
8f35eb92 27 PciDecoding.c\r
b15e00c8
LE
28 QemuFwCfgAcpi.c\r
29 QemuFwCfgAcpiPlatform.c\r
a8f97131 30 QemuLoader.h\r
48b85089
JJ
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
818bc86a 34 MdeModulePkg/MdeModulePkg.dec\r
48b85089
JJ
35 OvmfPkg/OvmfPkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 DebugLib\r
40 MemoryAllocationLib\r
41 OrderedCollectionLib\r
42 QemuFwCfgLib\r
687f7521 43 QemuFwCfgS3Lib\r
48b85089
JJ
44 UefiBootServicesTableLib\r
45 UefiDriverEntryPoint\r
46\r
47[Protocols]\r
48 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
8f35eb92 49 gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
b6bc800d
LE
50\r
51[Guids]\r
52 gRootBridgesConnectedEventGroupGuid\r
818bc86a
LE
53\r
54[Pcd]\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration\r
48b85089
JJ
56\r
57[Depex]\r
58 gEfiAcpiTableProtocolGuid\r