]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/AcpiPlatformDxe/AcpiPlatformDxe.inf
OvmfPkg/AcpiPlatformDxe: Measure ACPI table from QEMU in TDVF
[mirror_edk2.git] / OvmfPkg / AcpiPlatformDxe / AcpiPlatformDxe.inf
1 ## @file
2 # OVMF ACPI Platform Driver
3 #
4 # Copyright (c) 2008 - 2014, 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 = QemuFwCfgAcpiPlatform
12 FILE_GUID = 17985e6f-e778-4d94-aefa-c5dd2b77e186
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 ARM AARCH64
21 #
22
23 [Sources]
24 AcpiPlatform.c
25 AcpiPlatform.h
26 BootScript.c
27 CloudHvAcpi.c
28 EntryPoint.c
29 PciDecoding.c
30 QemuFwCfgAcpi.c
31
32 [Packages]
33 MdeModulePkg/MdeModulePkg.dec
34 MdePkg/MdePkg.dec
35 OvmfPkg/OvmfPkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 BaseMemoryLib
40 DebugLib
41 MemoryAllocationLib
42 OrderedCollectionLib
43 PcdLib
44 QemuFwCfgLib
45 QemuFwCfgS3Lib
46 UefiBootServicesTableLib
47 UefiDriverEntryPoint
48 HobLib
49 TpmMeasurementLib
50
51 [Protocols]
52 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
53 gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
54 gQemuAcpiTableNotifyProtocolGuid # PROTOCOL PRODUCES
55
56 [Guids]
57 gRootBridgesConnectedEventGroupGuid
58 gUefiOvmfPkgTdxAcpiHobGuid
59
60 [Pcd]
61 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration
62 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
63 gUefiOvmfPkgTokenSpaceGuid.PcdXenPvhStartOfDayStructPtr
64 gUefiOvmfPkgTokenSpaceGuid.PcdXenPvhStartOfDayStructPtrSize
65 gEfiMdePkgTokenSpaceGuid.PcdConfidentialComputingGuestAttr
66
67 [Depex]
68 gEfiAcpiTableProtocolGuid