]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
cee4113a7b7a5b8db4aadb44c590eb2aad2491ab
[mirror_edk2.git] / OvmfPkg / AcpiPlatformDxe / AcpiPlatformDxe.inf
1 ## @file
2 # OVMF ACPI Platform Driver
3 #
4 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = AcpiPlatform
12 FILE_GUID = 49970331-E3FA-4637-9ABC-3B7868676970
13 MODULE_TYPE = DXE_DRIVER
14 VERSION_STRING = 1.0
15 ENTRY_POINT = AcpiPlatformEntryPoint
16
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32 X64 EBC
21 #
22
23 [Sources]
24 AcpiPlatform.c
25 AcpiPlatform.h
26 BootScript.c
27 EntryPoint.c
28 PciDecoding.c
29 Qemu.c
30 QemuFwCfgAcpi.c
31 QemuLoader.h
32 Xen.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 OvmfPkg/OvmfPkg.dec
38 UefiCpuPkg/UefiCpuPkg.dec
39 PcAtChipsetPkg/PcAtChipsetPkg.dec
40
41 [LibraryClasses]
42 UefiLib
43 PcdLib
44 BaseMemoryLib
45 DebugLib
46 UefiBootServicesTableLib
47 UefiDriverEntryPoint
48 HobLib
49 QemuFwCfgLib
50 QemuFwCfgS3Lib
51 MemoryAllocationLib
52 BaseLib
53 DxeServicesTableLib
54 OrderedCollectionLib
55
56 [Protocols]
57 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
59 gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
60
61 [Guids]
62 gEfiXenInfoGuid
63 gRootBridgesConnectedEventGroupGuid
64
65 [Pcd]
66 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile
67 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration
68 gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress
69 gPcAtChipsetPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel
70 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress
71
72 [Depex]
73 gEfiAcpiTableProtocolGuid