]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - OvmfPkg/AcpiPlatformDxe/QemuFwCfgAcpiPlatformDxe.inf
BaseTools: Library hashing fix and optimization for --hash feature
[mirror_edk2.git] / OvmfPkg / AcpiPlatformDxe / QemuFwCfgAcpiPlatformDxe.inf
... / ...
CommitLineData
1## @file\r
2# OVMF ACPI Platform Driver using QEMU's fw-cfg interface\r
3#\r
4# Copyright (c) 2008 - 2014, 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 = QemuFwCfgAcpiPlatform\r
12 FILE_GUID = 17985e6f-e778-4d94-aefa-c5dd2b77e186\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 ARM AARCH64\r
21#\r
22\r
23[Sources]\r
24 AcpiPlatform.h\r
25 BootScript.c\r
26 EntryPoint.c\r
27 PciDecoding.c\r
28 QemuFwCfgAcpi.c\r
29 QemuFwCfgAcpiPlatform.c\r
30 QemuLoader.h\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 MdeModulePkg/MdeModulePkg.dec\r
35 OvmfPkg/OvmfPkg.dec\r
36\r
37[LibraryClasses]\r
38 BaseLib\r
39 DebugLib\r
40 MemoryAllocationLib\r
41 OrderedCollectionLib\r
42 QemuFwCfgLib\r
43 QemuFwCfgS3Lib\r
44 UefiBootServicesTableLib\r
45 UefiDriverEntryPoint\r
46\r
47[Protocols]\r
48 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
49 gEfiPciIoProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
50\r
51[Guids]\r
52 gRootBridgesConnectedEventGroupGuid\r
53\r
54[Pcd]\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration\r
56\r
57[Depex]\r
58 gEfiAcpiTableProtocolGuid\r