]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Bhyve/AcpiPlatformDxe/AcpiPlatformDxe.inf
OvmfPkg: Pipeline: Resolve SecureBootVariableLib dependency
[mirror_edk2.git] / OvmfPkg / Bhyve / AcpiPlatformDxe / AcpiPlatformDxe.inf
1 ## @file
2 # OVMF ACPI Platform Driver
3 #
4 # Copyright (c) 2020, Rebecca Cran <rebecca@bsdio.com>
5 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 ##
9
10 [Defines]
11 INF_VERSION = 1.29
12 BASE_NAME = AcpiPlatform
13 FILE_GUID = D5F92408-BAB5-44CA-8A60-C212F01D7E9D
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 Bhyve.c
28 EntryPoint.c
29 PciDecoding.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34 OvmfPkg/OvmfPkg.dec
35 UefiCpuPkg/UefiCpuPkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 BaseMemoryLib
40 BhyveFwCtlLib
41 DebugLib
42 DxeServicesTableLib
43 MemoryAllocationLib
44 OrderedCollectionLib
45 PcdLib
46 QemuFwCfgLib
47 UefiBootServicesTableLib
48 UefiDriverEntryPoint
49 UefiLib
50
51 [Protocols]
52 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
53 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
54 gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
55
56 [Guids]
57 gRootBridgesConnectedEventGroupGuid
58
59 [Pcd]
60 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile
61 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration
62 gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress
63 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress
64
65 [Depex]
66 gEfiAcpiTableProtocolGuid