]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/VirtioBlkDxe/VirtioBlk.inf
OvmfPkg/QemuBootOrderLib: sort [Sources*] sections in the INF file
[mirror_edk2.git] / OvmfPkg / VirtioBlkDxe / VirtioBlk.inf
CommitLineData
fd51d759 1## @file\r
2# This driver produces Block I/O Protocol instances for virtio-blk devices.\r
3#\r
4# Copyright (C) 2012, 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\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = VirtioBlkDxe\r
19 FILE_GUID = 11D92DFB-3CA9-4F93-BA2E-4780ED3E03B5\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = VirtioBlkEntryPoint\r
23\r
24[Sources]\r
25 VirtioBlk.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
045b46e9 29 OvmfPkg/OvmfPkg.dec\r
fd51d759 30\r
31[LibraryClasses]\r
32 BaseMemoryLib\r
33 DebugLib\r
34 MemoryAllocationLib\r
35 UefiBootServicesTableLib\r
36 UefiDriverEntryPoint\r
37 UefiLib\r
263559b8 38 VirtioLib\r
fd51d759 39\r
40[Protocols]\r
56f65ed8
OM
41 gEfiBlockIoProtocolGuid ## BY_START\r
42 gVirtioDeviceProtocolGuid ## TO_START\r