]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/XenPlatformHasAcpiDtDxe/XenPlatformHasAcpiDtDxe.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / ArmVirtPkg / XenPlatformHasAcpiDtDxe / XenPlatformHasAcpiDtDxe.inf
CommitLineData
a6141834
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 = XenPlatformHasAcpiDtDxe\r
19 FILE_GUID = 6914c46f-d46e-48dc-9998-8a5f64f02553\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = XenPlatformHasAcpiDt\r
23\r
24[Sources]\r
25 XenPlatformHasAcpiDtDxe.c\r
26\r
27[Packages]\r
28 EmbeddedPkg/EmbeddedPkg.dec\r
a391e592 29 MdeModulePkg/MdeModulePkg.dec\r
a6141834
LE
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 BaseLib\r
34 DebugLib\r
35 UefiBootServicesTableLib\r
36 UefiDriverEntryPoint\r
37\r
38[Guids]\r
39 gEdkiiPlatformHasAcpiGuid ## SOMETIMES_PRODUCES ## PROTOCOL\r
40 gEdkiiPlatformHasDeviceTreeGuid ## PRODUCES ## PROTOCOL\r
41\r
42[Depex]\r
43 TRUE\r