]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
ArmVirtPkg/VirtFdtDxe: remove Xenio handling and rename to VirtioFdtDxe
[mirror_edk2.git] / ArmVirtPkg / VirtioFdtDxe / VirtioFdtDxe.inf
CommitLineData
ad106932 1## @file\r
57b6122f 2# Virtio FDT client protocol driver for virtio,mmio DT node\r
ad106932 3#\r
57b6122f 4# Copyright (c) 2014 - 2016, Linaro Ltd. All rights reserved.<BR>\r
ad106932
AB
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
57b6122f
AB
18 BASE_NAME = VirtioFdtDxe\r
19 FILE_GUID = 0049858F-8CA7-4CCD-918B-D952CBF32975\r
ad106932
AB
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
57b6122f 23 ENTRY_POINT = InitializeVirtioFdtDxe\r
ad106932
AB
24\r
25[Sources]\r
57b6122f 26 VirtioFdtDxe.c\r
ad106932
AB
27\r
28[Packages]\r
7fbd1eb2 29 ArmVirtPkg/ArmVirtPkg.dec\r
57b6122f 30 MdePkg/MdePkg.dec\r
ad106932
AB
31 OvmfPkg/OvmfPkg.dec\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
57b6122f
AB
35 BaseMemoryLib\r
36 DebugLib\r
37 DevicePathLib\r
38 MemoryAllocationLib\r
39 UefiBootServicesTableLib\r
ad106932 40 UefiDriverEntryPoint\r
ad106932
AB
41 VirtioMmioDeviceLib\r
42\r
43[Guids]\r
73bb8e68 44 gVirtioMmioTransportGuid\r
ad106932 45\r
ad106932 46[Protocols]\r
57b6122f
AB
47 gEfiDevicePathProtocolGuid ## PRODUCES\r
48 gFdtClientProtocolGuid ## CONSUMES\r
ad106932
AB
49\r
50[Depex]\r
57b6122f 51 gFdtClientProtocolGuid\r