]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/PlatformHasAcpiDtDxe/PlatformHasAcpiDtDxe.inf
SecurityPkg OpalPasswordDxe: Move OPAL request variable definition
[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 29 EmbeddedPkg/EmbeddedPkg.dec\r
a391e592 30 MdeModulePkg/MdeModulePkg.dec\r
2558bfe3 31 MdePkg/MdePkg.dec\r
110316a9 32 OvmfPkg/OvmfPkg.dec\r
2558bfe3
LE
33\r
34[LibraryClasses]\r
35 BaseLib\r
36 DebugLib\r
7e5f1b67 37 PcdLib\r
110316a9 38 QemuFwCfgLib\r
2558bfe3
LE
39 UefiBootServicesTableLib\r
40 UefiDriverEntryPoint\r
41\r
42[Guids]\r
43 gEdkiiPlatformHasAcpiGuid ## SOMETIMES_PRODUCES ## PROTOCOL\r
44 gEdkiiPlatformHasDeviceTreeGuid ## SOMETIMES_PRODUCES ## PROTOCOL\r
45\r
7e5f1b67
AB
46[Pcd]\r
47 gArmVirtTokenSpaceGuid.PcdForceNoAcpi\r
48\r
2558bfe3
LE
49[Depex]\r
50 TRUE\r