]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
ArmVirtPkg: add PlatformHasAcpiDtDxe
[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
28 ArmVirtPkg/ArmVirtPkg.dec\r
29 EmbeddedPkg/EmbeddedPkg.dec\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 DebugLib\r
35 PcdLib\r
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
43[FeaturePcd]\r
44 gArmVirtTokenSpaceGuid.PcdPureAcpiBoot ## CONSUMES\r
45\r
46[Depex]\r
47 TRUE\r