]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiBusDxe / ScsiBusDxe.inf
... / ...
CommitLineData
1#/** @file\r
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
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
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# \r
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
15# \r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = ScsiBus\r
21 FILE_GUID = 0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24\r
25 ENTRY_POINT = InitializeScsiBus\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 = gSCSIBusDriverBinding \r
33# COMPONENT_NAME = gScsiBusComponentName\r
34# COMPONENT_NAME2 = gScsiBusComponentName2\r
35#\r
36\r
37[Sources.common]\r
38 ComponentName.c\r
39 ScsiBus.c\r
40 ScsiBus.h\r
41\r
42\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
48\r
49[LibraryClasses]\r
50 DevicePathLib\r
51 UefiBootServicesTableLib\r
52 UefiScsiLib\r
53 BaseMemoryLib\r
54 UefiLib\r
55 UefiDriverEntryPoint\r
56 DebugLib\r
57 MemoryAllocationLib\r
58\r
59\r
60[Protocols]\r
61 gEfiScsiIoProtocolGuid # PROTOCOL BY_START\r
62 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
63 gEfiScsiPassThruProtocolGuid # PROTOCOL TO_START\r
64 gEfiExtScsiPassThruProtocolGuid # PROTOCOL TO_START\r