]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
ArmVirtPkg: remove PURE_ACPI_BOOT_ENABLE and PcdPureAcpiBoot
[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
2558bfe3
LE
28 EmbeddedPkg/EmbeddedPkg.dec\r
29 MdePkg/MdePkg.dec\r
110316a9 30 OvmfPkg/OvmfPkg.dec\r
2558bfe3
LE
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 DebugLib\r
110316a9 35 QemuFwCfgLib\r
2558bfe3
LE
36 UefiBootServicesTableLib\r
37 UefiDriverEntryPoint\r
38\r
39[Guids]\r
40 gEdkiiPlatformHasAcpiGuid ## SOMETIMES_PRODUCES ## PROTOCOL\r
41 gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL\r
42\r
2558bfe3
LE
43[Depex]\r
44 TRUE\r