]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / OvmfPkg / AcpiPlatformDxe / AcpiPlatformDxe.inf
1 ## @file
2 # OVMF ACPI Platform Driver
3 #
4 # Copyright (c) 2008 - 2019, 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
40 [LibraryClasses]
41 UefiLib
42 PcdLib
43 BaseMemoryLib
44 DebugLib
45 UefiBootServicesTableLib
46 UefiDriverEntryPoint
47 QemuFwCfgLib
48 QemuFwCfgS3Lib
49 MemoryAllocationLib
50 BaseLib
51 DxeServicesTableLib
52 OrderedCollectionLib
53 XenPlatformLib
54
55 [Protocols]
56 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
58 gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
59
60 [Guids]
61 gRootBridgesConnectedEventGroupGuid
62
63 [Pcd]
64 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile
65 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration
66 gUefiCpuPkgTokenSpaceGuid.PcdCpuLocalApicBaseAddress
67 gUefiOvmfPkgTokenSpaceGuid.Pcd8259LegacyModeEdgeLevel
68 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress
69
70 [Depex]
71 gEfiAcpiTableProtocolGuid