]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDiskDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
2c6d600e 2# \r
3# Scsi Disk driver. This driver detects the Scsi disk media and installs Block I/O Protocol\r
4# on the device handle that holds the SCSI I/O Portocol.\r
3b2dbece 5# \r
6bfbb5f0 6# Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
6ad55b15 7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
3b2dbece 9# which accompanies this distribution. The full text of the license may be found at\r
6ad55b15 10# http://opensource.org/licenses/bsd-license.php\r
3b2dbece 11# \r
6ad55b15 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
3b2dbece 14# \r
6bfbb5f0 15##\r
6ad55b15 16\r
6ad55b15 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = ScsiDisk\r
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
63 gEfiDiskInfoScsiInterfaceGuid ## SOMETIME_PRODUCES (The device is physical SCSI disk)\r
64 gEfiDiskInfoIdeInterfaceGuid ## SOMETIME_PRODUCES (The device is ATAPI device in IDE mode)\r
65 gEfiDiskInfoAhciInterfaceGuid ## SOMETIME_PRODUCES (The device is ATAPI device in AHCI mode)\r