VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/AcpiPlatformLib/DxeAcpiPlatformLib.inf

Last change on this file was 101291, checked in by vboxsync, 19 months ago

EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643

  • Property svn:eol-style set to native
File size: 811 bytes
Line 
1## @file
2# ACPI Platform Library Instance.
3#
4# Copyright (C) 2023, Corvin Köhne <[email protected]>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7##
8
9[Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = DxeAcpiPlatformLib
12 FILE_GUID = 578F441A-4A4C-4D24-B9BE-F783152B46F6
13 MODULE_TYPE = DXE_DRIVER
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = AcpiPlatformLib
16
17[Sources]
18 BootScript.c
19 DxeAcpiPlatformLib.c
20 PciDecoding.c
21 QemuFwCfgAcpi.c
22
23[Packages]
24 MdeModulePkg/MdeModulePkg.dec
25 MdePkg/MdePkg.dec
26 OvmfPkg/OvmfPkg.dec
27
28[LibraryClasses]
29 BaseLib
30 DebugLib
31 PcdLib
32 QemuFwCfgS3Lib
33 UefiBootServicesTableLib
34 TpmMeasurementLib
35
36[Protocols]
37 gQemuAcpiTableNotifyProtocolGuid # PROTOCOL PRODUCES
38
39[Pcd]
40 gEfiMdeModulePkgTokenSpaceGuid.PcdPciDisableBusEnumeration
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette