]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
ArmVirtPkg/PlatformHasAcpiDtDxe: depend on gEfiVariableArchProtocolGuid
[mirror_edk2.git] / ArmVirtPkg / PlatformHasAcpiDtDxe / PlatformHasAcpiDtDxe.inf
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) 2017, Red Hat, Inc.
6 #
7 # This program and the accompanying materials are licensed and made available
8 # under the terms and conditions of the BSD License which accompanies this
9 # distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
13 # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 ##
15
16 [Defines]
17 INF_VERSION = 1.25
18 BASE_NAME = PlatformHasAcpiDtDxe
19 FILE_GUID = 9d1dd27f-6d7f-427b-aec4-b62f6279c2f1
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = PlatformHasAcpiDt
23
24 [Sources]
25 PlatformHasAcpiDtDxe.c
26
27 [Packages]
28 ArmVirtPkg/ArmVirtPkg.dec
29 EmbeddedPkg/EmbeddedPkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31 MdePkg/MdePkg.dec
32 OvmfPkg/OvmfPkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 DebugLib
37 PcdLib
38 QemuFwCfgLib
39 UefiBootServicesTableLib
40 UefiDriverEntryPoint
41
42 [Guids]
43 gEdkiiPlatformHasAcpiGuid ## SOMETIMES_PRODUCES ## PROTOCOL
44 gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL
45
46 [Pcd]
47 gArmVirtTokenSpaceGuid.PcdForceNoAcpi
48
49 [Depex]
50 gEfiVariableArchProtocolGuid