]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - ArmVirtPkg/VirtioFdtDxe/VirtioFdtDxe.inf
BeagleBoardPkg EmbeddedPkg Omap35xxPkg: move to ArmBaseLib
[mirror_edk2.git] / ArmVirtPkg / VirtioFdtDxe / VirtioFdtDxe.inf
... / ...
CommitLineData
1## @file\r
2# Virtio FDT client protocol driver for virtio,mmio DT node\r
3#\r
4# Copyright (c) 2014 - 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 = VirtioFdtDxe\r
19 FILE_GUID = 0049858F-8CA7-4CCD-918B-D952CBF32975\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = InitializeVirtioFdtDxe\r
24\r
25[Sources]\r
26 VirtioFdtDxe.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 BaseMemoryLib\r
36 DebugLib\r
37 DevicePathLib\r
38 MemoryAllocationLib\r
39 UefiBootServicesTableLib\r
40 UefiDriverEntryPoint\r
41 VirtioMmioDeviceLib\r
42\r
43[Guids]\r
44 gVirtioMmioTransportGuid\r
45\r
46[Protocols]\r
47 gEfiDevicePathProtocolGuid ## PRODUCES\r
48 gFdtClientProtocolGuid ## CONSUMES\r
49\r
50[Depex]\r
51 gFdtClientProtocolGuid\r