]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBus.inf
Correct driver inf name
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiBusDxe / ScsiBus.inf
CommitLineData
3a10d471 1#/** @file\r
2# Component description file for Scsi Bus module.\r
3#\r
4# SCSI bus driver. This driver scans all SCSI devices and export SCSI IO protocol\r
5# Copyright (c) 2006 - 2007, Intel Corporation\r
6#\r
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
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
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
13#\r
14#\r
15#**/\r
16\r
17################################################################################\r
18#\r
19# Defines Section - statements that will be processed to create a Makefile.\r
20#\r
21################################################################################\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = ScsiBus\r
25 FILE_GUID = 0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B\r
26 MODULE_TYPE = DXE_DRIVER\r
27 VERSION_STRING = 1.0\r
28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00010010\r
30\r
31 ENTRY_POINT = InitializeScsiBus\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38# DRIVER_BINDING = gSCSIBusDriverBinding \r
39# COMPONENT_NAME = gScsiBusComponentName \r
40#\r
41\r
42################################################################################\r
43#\r
44# Sources Section - list of files that are required for the build to succeed.\r
45#\r
46################################################################################\r
47\r
48[Sources.common]\r
49 ComponentName.c\r
50 ScsiBus.c\r
51 ScsiBus.h\r
52\r
53\r
3a10d471 54\r
55################################################################################\r
56#\r
57# Package Dependency Section - list of Package files that are required for\r
58# this module.\r
59#\r
60################################################################################\r
61\r
62[Packages]\r
3a10d471 63 MdePkg/MdePkg.dec\r
5ed00ce4 64 MdeModulePkg/MdeModulePkg.dec\r
3a10d471 65\r
66\r
67################################################################################\r
68#\r
69# Library Class Section - list of Library Classes that are required for\r
70# this module.\r
71#\r
72################################################################################\r
73\r
74[LibraryClasses]\r
75 DevicePathLib\r
76 UefiBootServicesTableLib\r
77 ScsiLib\r
78 BaseMemoryLib\r
79 UefiLib\r
80 UefiDriverEntryPoint\r
81 DebugLib\r
70c94b3b 82 MemoryAllocationLib\r
3a10d471 83\r
84\r
85################################################################################\r
86#\r
87# Protocol C Name Section - list of Protocol and Protocol Notify C Names\r
88# that this module uses or produces.\r
89#\r
90################################################################################\r
91\r
92[Protocols]\r
93 gEfiScsiIoProtocolGuid # PROTOCOL BY_START\r
94 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
95 gEfiScsiPassThruProtocolGuid # PROTOCOL TO_START\r
70c94b3b 96 gEfiExtScsiPassThruProtocolGuid\r