]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
ArmPlatformPkg/ArmJunoDxe: simplify ACPI table installation
[mirror_edk2.git] / ArmVirtPkg / PlatformHasAcpiDtDxe / PlatformHasAcpiDtDxe.inf
CommitLineData
2558bfe3
LE
1## @file\r
2# Decide whether the firmware should expose an ACPI- and/or a Device Tree-based\r
3# hardware description to the operating system.\r
4#\r
5# Copyright (c) 2017, Red Hat, Inc.\r
6#\r
7# This program and the accompanying materials are licensed and made available\r
8# under the terms and conditions of the BSD License which accompanies this\r
9# distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT\r
13# WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 1.25\r
18 BASE_NAME = PlatformHasAcpiDtDxe\r
19 FILE_GUID = 9d1dd27f-6d7f-427b-aec4-b62f6279c2f1\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = PlatformHasAcpiDt\r
23\r
24[Sources]\r
25 PlatformHasAcpiDtDxe.c\r
26\r
27[Packages]\r
7e5f1b67 28 ArmVirtPkg/ArmVirtPkg.dec\r
2558bfe3
LE
29 EmbeddedPkg/EmbeddedPkg.dec\r
30 MdePkg/MdePkg.dec\r
110316a9 31 OvmfPkg/OvmfPkg.dec\r
2558bfe3
LE
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 DebugLib\r
7e5f1b67 36 PcdLib\r
110316a9 37 QemuFwCfgLib\r
2558bfe3
LE
38 UefiBootServicesTableLib\r
39 UefiDriverEntryPoint\r
40\r
41[Guids]\r
42 gEdkiiPlatformHasAcpiGuid ## SOMETIMES_PRODUCES ## PROTOCOL\r
43 gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL\r
44\r
7e5f1b67
AB
45[Pcd]\r
46 gArmVirtTokenSpaceGuid.PcdForceNoAcpi\r
47\r
2558bfe3
LE
48[Depex]\r
49 TRUE\r