]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiBusDxe / ScsiBusDxe.inf
1 ## @file
2 # The SCSI bus driver scans all SCSI devices and creates a device handle for each of them.
3 # Note that the driver will install the Device Path Protocol and SCSI I/O Protocol on
4 # these handles.
5 #
6 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = ScsiBus
14 MODULE_UNI_FILE = ScsiBus.uni
15 FILE_GUID = 0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeScsiBus
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26 # DRIVER_BINDING = gSCSIBusDriverBinding
27 # COMPONENT_NAME = gScsiBusComponentName
28 # COMPONENT_NAME2 = gScsiBusComponentName2
29 #
30
31 [Sources]
32 ComponentName.c
33 ScsiBus.c
34 ScsiBus.h
35
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42
43 [LibraryClasses]
44 DevicePathLib
45 UefiBootServicesTableLib
46 UefiScsiLib
47 BaseMemoryLib
48 UefiLib
49 UefiDriverEntryPoint
50 DebugLib
51 MemoryAllocationLib
52 ReportStatusCodeLib
53
54
55 [Protocols]
56 gEfiScsiIoProtocolGuid ## BY_START
57 ## TO_START
58 ## BY_START
59 gEfiDevicePathProtocolGuid
60 gEfiScsiPassThruProtocolGuid ## TO_START
61 gEfiExtScsiPassThruProtocolGuid ## TO_START
62
63 [UserExtensions.TianoCore."ExtraFiles"]
64 ScsiBusExtra.uni