]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
remove the unused msa files in MdeModulePkg.
[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
35# COMPONENT_NAME = gScsiBusComponentName \r
36#\r
37\r
3a10d471 38[Sources.common]\r
39 ComponentName.c\r
40 ScsiBus.c\r
41 ScsiBus.h\r
42\r
43\r
3a10d471 44\r
3a10d471 45[Packages]\r
3a10d471 46 MdePkg/MdePkg.dec\r
5ed00ce4 47 MdeModulePkg/MdeModulePkg.dec\r
3a10d471 48\r
49\r
3a10d471 50[LibraryClasses]\r
51 DevicePathLib\r
52 UefiBootServicesTableLib\r
53 ScsiLib\r
54 BaseMemoryLib\r
55 UefiLib\r
56 UefiDriverEntryPoint\r
57 DebugLib\r
70c94b3b 58 MemoryAllocationLib\r
3a10d471 59\r
60\r
3a10d471 61[Protocols]\r
62 gEfiScsiIoProtocolGuid # PROTOCOL BY_START\r
63 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
64 gEfiScsiPassThruProtocolGuid # PROTOCOL TO_START\r
70c94b3b 65 gEfiExtScsiPassThruProtocolGuid\r