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