VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxAcpiPlatformDxe/VBoxAcpiPlatformDxe.inf

Last change on this file was 106355, checked in by vboxsync, 2 months ago

Devices/EFI/Firmware: Expose ACPI tables if available, bugref:10733 [svn properties]

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.1 KB
Line 
1## @file
2# ACPI Platform Driver for VirtualBox
3#
4# Copyright (c) 2024, Oracle and/or its affiliates.<BR>
5# Copyright (c) 2021, ARM Limited. All rights reserved.<BR>
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 0x0001001B
12 BASE_NAME = VBoxAcpiPlatformDxe
13 FILE_GUID = 6c76e407-73f2-dc1c-938f-5d6c4691ea93
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = VBoxAcpiPlatformEntryPoint
17
18#
19# The following information is for reference only and not required by the build tools.
20#
21# VALID_ARCHITECTURES = AARCH64
22#
23
24[Sources]
25 VBoxAcpiPlatform.c
26
27[Packages]
28 ArmVirtPkg/ArmVirtPkg.dec
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31 VBoxPkg/VBoxPkg.dec
32
33[LibraryClasses]
34 BaseLib
35 DebugLib
36 MemoryAllocationLib
37 OrderedCollectionLib
38 UefiBootServicesTableLib
39 UefiDriverEntryPoint
40 VBoxArmPlatformLib
41
42[Protocols]
43 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
44
45[Pcd]
46
47[Depex]
48 gEfiAcpiTableProtocolGuid
Note: See TracBrowser for help on using the repository browser.

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