]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/VirtioScsiDxe/VirtioScsi.inf
OvmfPkg/VirtioScsiDxe: list "VirtioScsi.h" in the INF file
[mirror_edk2.git] / OvmfPkg / VirtioScsiDxe / VirtioScsi.inf
1 ## @file
2 # This driver produces Extended SCSI Pass Thru Protocol instances for
3 # virtio-scsi devices.
4 #
5 # Copyright (C) 2012, Red Hat, Inc.
6 #
7 # This program and the accompanying materials are licensed and made available
8 # under the terms and conditions of the BSD License which accompanies this
9 # distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
13 # WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = VirtioScsiDxe
20 FILE_GUID = FAB5D4F4-83C0-4AAF-8480-442D11DF6CEA
21 MODULE_TYPE = UEFI_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = VirtioScsiEntryPoint
24
25 [Sources]
26 VirtioScsi.c
27 VirtioScsi.h
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 OvmfPkg/OvmfPkg.dec
32
33 [LibraryClasses]
34 BaseMemoryLib
35 DebugLib
36 MemoryAllocationLib
37 UefiBootServicesTableLib
38 UefiDriverEntryPoint
39 UefiLib
40 VirtioLib
41
42 [Protocols]
43 gEfiExtScsiPassThruProtocolGuid ## BY_START
44 gVirtioDeviceProtocolGuid ## TO_START
45
46 [Pcd]
47 gUefiOvmfPkgTokenSpaceGuid.PcdVirtioScsiMaxTargetLimit ## CONSUMES
48 gUefiOvmfPkgTokenSpaceGuid.PcdVirtioScsiMaxLunLimit ## CONSUMES