]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/XenAcpiPlatformDxe/XenAcpiPlatformDxe.inf
OvmfPkg/XenAcpiPlatformDxe: remove QEMU fw_cfg dependency
[mirror_edk2.git] / OvmfPkg / XenAcpiPlatformDxe / XenAcpiPlatformDxe.inf
1 ## @file
2 # OVMF ACPI Platform Driver for Xen guests
3 #
4 # Copyright (C) 2021, Red Hat, Inc.
5 # Copyright (c) 2008 - 2019, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 ##
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = XenAcpiPlatform
13 FILE_GUID = fa0a48ac-767d-4c88-b70c-ec54c8b900c4
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = AcpiPlatformEntryPoint
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23
24 [Sources]
25 AcpiPlatform.c
26 AcpiPlatform.h
27 EntryPoint.c
28 Xen.c
29
30 [Packages]
31 MdeModulePkg/MdeModulePkg.dec
32 MdePkg/MdePkg.dec
33 OvmfPkg/OvmfPkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 DebugLib
38 PcdLib
39 UefiBootServicesTableLib
40 UefiDriverEntryPoint
41 XenPlatformLib
42
43 [Protocols]
44 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
45 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
46
47 [Guids]
48 gRootBridgesConnectedEventGroupGuid
49
50 [Pcd]
51 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile
52 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration
53
54 [Depex]
55 gEfiAcpiTableProtocolGuid