]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
ArmVirtPkg/PlatformHasAcpiDtDxe: allow guest level ACPI disable override
[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 MdePkg/MdePkg.dec
31 OvmfPkg/OvmfPkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 DebugLib
36 PcdLib
37 QemuFwCfgLib
38 UefiBootServicesTableLib
39 UefiDriverEntryPoint
40
41 [Guids]
42 gEdkiiPlatformHasAcpiGuid ## SOMETIMES_PRODUCES ## PROTOCOL
43 gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL
44
45 [Pcd]
46 gArmVirtTokenSpaceGuid.PcdForceNoAcpi
47
48 [Depex]
49 TRUE