]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
OvmfPkg: CloudHv: Retrieve RSDP address from PVH
[mirror_edk2.git] / OvmfPkg / AcpiPlatformDxe / AcpiPlatformDxe.inf
CommitLineData
48b85089 1## @file\r
66bce05f 2# OVMF ACPI Platform Driver\r
48b85089
JJ
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
66bce05f 24 AcpiPlatform.c\r
1c6ee78f 25 AcpiPlatform.h\r
b15e00c8 26 BootScript.c\r
7594c5bf 27 CloudHvAcpi.c\r
04951644 28 EntryPoint.c\r
8f35eb92 29 PciDecoding.c\r
b15e00c8 30 QemuFwCfgAcpi.c\r
48b85089
JJ
31\r
32[Packages]\r
818bc86a 33 MdeModulePkg/MdeModulePkg.dec\r
180f1908 34 MdePkg/MdePkg.dec\r
48b85089
JJ
35 OvmfPkg/OvmfPkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
cc302b79 39 BaseMemoryLib\r
48b85089
JJ
40 DebugLib\r
41 MemoryAllocationLib\r
42 OrderedCollectionLib\r
cc302b79 43 PcdLib\r
48b85089 44 QemuFwCfgLib\r
687f7521 45 QemuFwCfgS3Lib\r
48b85089
JJ
46 UefiBootServicesTableLib\r
47 UefiDriverEntryPoint\r
48\r
49[Protocols]\r
50 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
8f35eb92 51 gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
b6bc800d
LE
52\r
53[Guids]\r
54 gRootBridgesConnectedEventGroupGuid\r
818bc86a
LE
55\r
56[Pcd]\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration\r
7594c5bf 58 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId\r
d50d9e55
SB
59 gUefiOvmfPkgTokenSpaceGuid.PcdXenPvhStartOfDayStructPtr\r
60 gUefiOvmfPkgTokenSpaceGuid.PcdXenPvhStartOfDayStructPtrSize\r
48b85089
JJ
61\r
62[Depex]\r
63 gEfiAcpiTableProtocolGuid\r