VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/VirtioScsiDxe/VirtioScsi.inf@ 81367

Last change on this file since 81367 was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1000 bytes
Line 
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# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9##
10
11[Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = VirtioScsiDxe
14 FILE_GUID = FAB5D4F4-83C0-4AAF-8480-442D11DF6CEA
15 MODULE_TYPE = UEFI_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = VirtioScsiEntryPoint
18
19[Sources]
20 VirtioScsi.c
21 VirtioScsi.h
22
23[Packages]
24 MdePkg/MdePkg.dec
25 OvmfPkg/OvmfPkg.dec
26
27[LibraryClasses]
28 BaseMemoryLib
29 DebugLib
30 MemoryAllocationLib
31 UefiBootServicesTableLib
32 UefiDriverEntryPoint
33 UefiLib
34 VirtioLib
35
36[Protocols]
37 gEfiExtScsiPassThruProtocolGuid ## BY_START
38 gVirtioDeviceProtocolGuid ## TO_START
39
40[Pcd]
41 gUefiOvmfPkgTokenSpaceGuid.PcdVirtioScsiMaxTargetLimit ## CONSUMES
42 gUefiOvmfPkgTokenSpaceGuid.PcdVirtioScsiMaxLunLimit ## CONSUMES
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette