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