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