VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/ArmVirtPkg/CloudHvPlatformHasAcpiDtDxe/CloudHvHasAcpiDtDxe.inf@ 102466

Last change on this file since 102466 was 101291, checked in by vboxsync, 17 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: 1.1 KB
Line 
1## @file
2# Decide whether the firmware should expose an ACPI- and/or a Device Tree-based
3# hardware description to the operating system.
4#
5# Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8##
9
10[Defines]
11 INF_VERSION = 0x0001001B
12 BASE_NAME = CloudHvPlatformHasAcpiDtDxe
13 FILE_GUID = 71fe72f9-6dc1-199d-5054-13b4200ee88d
14 MODULE_TYPE = DXE_DRIVER
15 VERSION_STRING = 1.0
16 ENTRY_POINT = PlatformHasAcpiDt
17
18[Sources]
19 CloudHvHasAcpiDtDxe.c
20
21[Packages]
22 ArmVirtPkg/ArmVirtPkg.dec
23 EmbeddedPkg/EmbeddedPkg.dec
24 MdeModulePkg/MdeModulePkg.dec
25 MdePkg/MdePkg.dec
26 OvmfPkg/OvmfPkg.dec
27
28[LibraryClasses]
29 BaseLib
30 DebugLib
31 PcdLib
32 UefiBootServicesTableLib
33 UefiDriverEntryPoint
34
35[Guids]
36 gEdkiiPlatformHasAcpiGuid ## SOMETIMES_PRODUCES ## PROTOCOL
37 gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL
38
39[Pcd]
40 gUefiOvmfPkgTokenSpaceGuid.PcdForceNoAcpi
41
42[Depex]
43 gEfiVariableArchProtocolGuid
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