]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
26ad8f8aa7b87bc5ee7e983fbb01197a214e4b1b
[mirror_edk2.git] / OvmfPkg / VirtioBlkDxe / VirtioBlk.inf
1 ## @file
2 # This driver produces Block I/O Protocol instances for virtio-blk devices.
3 #
4 # Copyright (C) 2012, 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
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = VirtioBlkDxe
19 FILE_GUID = 11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = VirtioBlkEntryPoint
23
24 [Sources]
25 VirtioBlk.c
26
27 [Packages]
28 MdePkg/MdePkg.dec
29
30 [LibraryClasses]
31 BaseMemoryLib
32 DebugLib
33 MemoryAllocationLib
34 UefiBootServicesTableLib
35 UefiDriverEntryPoint
36 UefiLib
37
38 [Protocols]
39 gEfiBlockIoProtocolGuid ## BY_START
40 gEfiPciIoProtocolGuid ## TO_START