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