]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/XenioFdtDxe/XenioFdtDxe.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / ArmVirtPkg / XenioFdtDxe / XenioFdtDxe.inf
CommitLineData
81996ba8
AB
1## @file\r
2# Xenio FDT client protocol driver for xen,xen DT node\r
3#\r
4# Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials are\r
7# licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = XenioFdtDxe\r
19 FILE_GUID = 338695EA-CA84-4FA2-9DA8-5C4BB87905C6\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = InitializeXenioFdtDxe\r
24\r
25[Sources]\r
26 XenioFdtDxe.c\r
27\r
28[Packages]\r
29 ArmVirtPkg/ArmVirtPkg.dec\r
30 MdePkg/MdePkg.dec\r
31 OvmfPkg/OvmfPkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 DebugLib\r
36 UefiBootServicesTableLib\r
37 UefiDriverEntryPoint\r
38 XenIoMmioLib\r
39\r
40[Protocols]\r
41 gFdtClientProtocolGuid ## CONSUMES\r
42\r
43[Depex]\r
44 gFdtClientProtocolGuid\r