]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
ArmVirtPkg: Replace BSD License with BSD+Patent License
[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 5#\r
9792fb0e 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
ad106932
AB
7#\r
8##\r
9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
57b6122f
AB
12 BASE_NAME = VirtioFdtDxe\r
13 FILE_GUID = 0049858F-8CA7-4CCD-918B-D952CBF32975\r
ad106932
AB
14 MODULE_TYPE = DXE_DRIVER\r
15 VERSION_STRING = 1.0\r
16\r
57b6122f 17 ENTRY_POINT = InitializeVirtioFdtDxe\r
ad106932
AB
18\r
19[Sources]\r
57b6122f 20 VirtioFdtDxe.c\r
ad106932
AB
21\r
22[Packages]\r
7fbd1eb2 23 ArmVirtPkg/ArmVirtPkg.dec\r
57b6122f 24 MdePkg/MdePkg.dec\r
ad106932
AB
25 OvmfPkg/OvmfPkg.dec\r
26\r
27[LibraryClasses]\r
28 BaseLib\r
57b6122f
AB
29 BaseMemoryLib\r
30 DebugLib\r
31 DevicePathLib\r
32 MemoryAllocationLib\r
33 UefiBootServicesTableLib\r
ad106932 34 UefiDriverEntryPoint\r
ad106932
AB
35 VirtioMmioDeviceLib\r
36\r
37[Guids]\r
73bb8e68 38 gVirtioMmioTransportGuid\r
ad106932 39\r
ad106932 40[Protocols]\r
57b6122f
AB
41 gEfiDevicePathProtocolGuid ## PRODUCES\r
42 gFdtClientProtocolGuid ## CONSUMES\r
ad106932
AB
43\r
44[Depex]\r
57b6122f 45 gFdtClientProtocolGuid\r