]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
Code Scrub:
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiBusDxe / ScsiBusDxe.inf
CommitLineData
3a10d471 1#/** @file\r
3b2dbece 2# \r
3# Component description file for Scsi Bus module.\r
4# \r
5# SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol\r
6# \r
7# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
3a10d471 8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
3b2dbece 10# which accompanies this distribution. The full text of the license may be found at\r
3a10d471 11# http://opensource.org/licenses/bsd-license.php\r
3b2dbece 12# \r
3a10d471 13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
3b2dbece 15# \r
3a10d471 16#**/\r
17\r
3a10d471 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = ScsiBus\r
21 FILE_GUID = 0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B\r
d3f16117 22 MODULE_TYPE = UEFI_DRIVER\r
3a10d471 23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00010010\r
26\r
27 ENTRY_POINT = InitializeScsiBus\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
42d600c2 32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
3a10d471 33#\r
34# DRIVER_BINDING = gSCSIBusDriverBinding \r
9beb888e 35# COMPONENT_NAME = gScsiBusComponentName\r
36# COMPONENT_NAME2 = gScsiBusComponentName2\r
3a10d471 37#\r
38\r
3a10d471 39[Sources.common]\r
40 ComponentName.c\r
41 ScsiBus.c\r
42 ScsiBus.h\r
43\r
44\r
3a10d471 45\r
3a10d471 46[Packages]\r
3a10d471 47 MdePkg/MdePkg.dec\r
5ed00ce4 48 MdeModulePkg/MdeModulePkg.dec\r
3a10d471 49\r
50\r
3a10d471 51[LibraryClasses]\r
52 DevicePathLib\r
53 UefiBootServicesTableLib\r
54 ScsiLib\r
55 BaseMemoryLib\r
56 UefiLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
70c94b3b 59 MemoryAllocationLib\r
3a10d471 60\r
61\r
3a10d471 62[Protocols]\r
63 gEfiScsiIoProtocolGuid # PROTOCOL BY_START\r
64 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
65 gEfiScsiPassThruProtocolGuid # PROTOCOL TO_START\r
9beb888e 66 gEfiExtScsiPassThruProtocolGuid # PROTOCOL TO_START\r