]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/Virtio10Dxe/Virtio10.inf
OvmfPkg/Virtio10Dxe: convert to PciCapLib
[mirror_edk2.git] / OvmfPkg / Virtio10Dxe / Virtio10.inf
1 ## @file
2 # A non-transitional driver for VirtIo 1.0 PCI devices.
3 #
4 # Copyright (C) 2016, Red Hat, Inc.
5 #
6 # This program and the accompanying materials are licensed and made available
7 # under the terms and conditions of the BSD License which accompanies this
8 # 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, WITHOUT
12 # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = Virtio10
18 FILE_GUID = 0170F60C-1D40-4651-956D-F0BD9879D527
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = Virtio10EntryPoint
22
23 [Sources]
24 Virtio10.c
25 Virtio10.h
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 OvmfPkg/OvmfPkg.dec
30
31 [LibraryClasses]
32 BaseMemoryLib
33 DebugLib
34 MemoryAllocationLib
35 PciCapLib
36 PciCapPciIoLib
37 UefiBootServicesTableLib
38 UefiDriverEntryPoint
39 UefiLib
40
41 [Protocols]
42 gEfiPciIoProtocolGuid ## TO_START
43 gVirtioDeviceProtocolGuid ## BY_START