In order to probe and connect to the PvScsi device we need this protocol. Currently it does nothing. Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=2567 Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Liran Alon <liran.alon@oracle.com> Message-Id: <20200328200100.60786-3-liran.alon@oracle.com> Reviewed-by: Nikita Leshenko <nikita.leshchenko@oracle.com>
29 lines
646 B
INI
29 lines
646 B
INI
## @file
|
|
#
|
|
# This driver produces Extended SCSI Pass Thru Protocol instances for
|
|
# pvscsi devices.
|
|
#
|
|
# Copyright (C) 2020, Oracle and/or its affiliates.
|
|
#
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
#
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 1.29
|
|
BASE_NAME = PvScsiDxe
|
|
FILE_GUID = 30346B14-1580-4781-879D-BA0C55AE9BB2
|
|
MODULE_TYPE = UEFI_DRIVER
|
|
VERSION_STRING = 1.0
|
|
ENTRY_POINT = PvScsiEntryPoint
|
|
|
|
[Sources]
|
|
PvScsi.c
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
|
|
[LibraryClasses]
|
|
UefiDriverEntryPoint
|
|
UefiLib
|