]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDiskDxe.inf
1 ## @file
2 # The Scsi Disk driver is used to retrieve the media info in the attached SCSI disk.
3 # It detects the SCSI disk media and installs Block I/O and Block I/O2 Protocol on
4 # the device handle.
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 = ScsiDisk
14 MODULE_UNI_FILE = ScsiDisk.uni
15 FILE_GUID = 0A66E322-3740-4cce-AD62-BD172CECCA35
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeScsiDisk
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 = gScsiDiskDriverBinding
27 # COMPONENT_NAME = gScsiDiskComponentName
28 # COMPONENT_NAME2 = gScsiDiskComponentName2
29 #
30
31 [Sources]
32 ComponentName.c
33 ScsiDisk.c
34 ScsiDisk.h
35
36 [Packages]
37 MdePkg/MdePkg.dec
38
39
40 [LibraryClasses]
41 UefiBootServicesTableLib
42 UefiScsiLib
43 BaseMemoryLib
44 MemoryAllocationLib
45 UefiLib
46 UefiDriverEntryPoint
47 DebugLib
48 DevicePathLib
49
50 [Protocols]
51 gEfiDiskInfoProtocolGuid ## BY_START
52 gEfiBlockIoProtocolGuid ## BY_START
53 gEfiBlockIo2ProtocolGuid ## BY_START
54 gEfiEraseBlockProtocolGuid ## BY_START
55 gEfiScsiIoProtocolGuid ## TO_START
56 gEfiScsiPassThruProtocolGuid ## TO_START
57 gEfiExtScsiPassThruProtocolGuid ## TO_START
58
59 [Guids]
60 gEfiDiskInfoScsiInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED
61 gEfiDiskInfoIdeInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED
62 gEfiDiskInfoAhciInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED
63 gEfiDiskInfoUfsInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED
64
65 # [Event]
66 # EVENT_TYPE_RELATIVE_TIMER ## CONSUMES
67 #
68
69 [UserExtensions.TianoCore."ExtraFiles"]
70 ScsiDiskExtra.uni