]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
OvmfPkg: Retrieve SMBIOS from Cloud Hypervisor
[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
48b85089
JJ
30\r
31[Packages]\r
818bc86a 32 MdeModulePkg/MdeModulePkg.dec\r
180f1908 33 MdePkg/MdePkg.dec\r
48b85089
JJ
34 OvmfPkg/OvmfPkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseLib\r
cc302b79 38 BaseMemoryLib\r
48b85089
JJ
39 DebugLib\r
40 MemoryAllocationLib\r
41 OrderedCollectionLib\r
cc302b79 42 PcdLib\r
48b85089 43 QemuFwCfgLib\r
687f7521 44 QemuFwCfgS3Lib\r
48b85089
JJ
45 UefiBootServicesTableLib\r
46 UefiDriverEntryPoint\r
47\r
48[Protocols]\r
49 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
8f35eb92 50 gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
b6bc800d
LE
51\r
52[Guids]\r
53 gRootBridgesConnectedEventGroupGuid\r
818bc86a
LE
54\r
55[Pcd]\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration\r
48b85089
JJ
57\r
58[Depex]\r
59 gEfiAcpiTableProtocolGuid\r