]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDiskDxe.inf
... / ...
CommitLineData
1## @file\r
2# The Scsi Disk driver is used to retrieve the media info in the attached SCSI disk.\r
3# It detects the SCSI disk media and installs Block I/O and Block I/O2 Protocol on\r
4# the device handle.\r
5#\r
6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = ScsiDisk\r
20 MODULE_UNI_FILE = ScsiDisk.uni\r
21 FILE_GUID = 0A66E322-3740-4cce-AD62-BD172CECCA35\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = InitializeScsiDisk\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32# DRIVER_BINDING = gScsiDiskDriverBinding\r
33# COMPONENT_NAME = gScsiDiskComponentName\r
34# COMPONENT_NAME2 = gScsiDiskComponentName2\r
35#\r
36\r
37[Sources]\r
38 ComponentName.c\r
39 ScsiDisk.c\r
40 ScsiDisk.h\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 UefiScsiLib\r
49 BaseMemoryLib\r
50 MemoryAllocationLib\r
51 UefiLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
54 DevicePathLib\r
55\r
56[Protocols]\r
57 gEfiDiskInfoProtocolGuid ## BY_START\r
58 gEfiBlockIoProtocolGuid ## BY_START\r
59 gEfiBlockIo2ProtocolGuid ## BY_START\r
60 gEfiEraseBlockProtocolGuid ## BY_START\r
61 gEfiScsiIoProtocolGuid ## TO_START\r
62 gEfiScsiPassThruProtocolGuid ## TO_START\r
63 gEfiExtScsiPassThruProtocolGuid ## TO_START\r
64\r
65[Guids]\r
66 gEfiDiskInfoScsiInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED\r
67 gEfiDiskInfoIdeInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED\r
68 gEfiDiskInfoAhciInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED\r
69 gEfiDiskInfoUfsInterfaceGuid ## SOMETIMES_PRODUCES ## UNDEFINED\r
70\r
71# [Event]\r
72# EVENT_TYPE_RELATIVE_TIMER ## CONSUMES\r
73#\r
74\r
75[UserExtensions.TianoCore."ExtraFiles"]\r
76 ScsiDiskExtra.uni\r