]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Scsi/ScsiBusDxe/ScsiBusDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiBusDxe / ScsiBusDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d
SZ
2# The SCSI bus driver scans all SCSI devices and creates a device handle for each of them.\r
3# Note that the driver will install the Device Path Protocol and SCSI I/O Protocol on\r
2c6d600e 4# these handles.\r
d1102dba
LG
5#\r
6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
d1102dba 8#\r
6bfbb5f0 9##\r
3a10d471 10\r
3a10d471 11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = ScsiBus\r
6036e94d 14 MODULE_UNI_FILE = ScsiBus.uni\r
3a10d471 15 FILE_GUID = 0167CCC4-D0F7-4f21-A3EF-9E64B7CDCE8B\r
d3f16117 16 MODULE_TYPE = UEFI_DRIVER\r
3a10d471 17 VERSION_STRING = 1.0\r
3a10d471 18\r
19 ENTRY_POINT = InitializeScsiBus\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
de005223 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
3a10d471 25#\r
d1102dba 26# DRIVER_BINDING = gSCSIBusDriverBinding\r
9beb888e 27# COMPONENT_NAME = gScsiBusComponentName\r
28# COMPONENT_NAME2 = gScsiBusComponentName2\r
3a10d471 29#\r
30\r
6bfbb5f0 31[Sources]\r
3a10d471 32 ComponentName.c\r
33 ScsiBus.c\r
34 ScsiBus.h\r
35\r
36\r
3a10d471 37\r
3a10d471 38[Packages]\r
3a10d471 39 MdePkg/MdePkg.dec\r
5ed00ce4 40 MdeModulePkg/MdeModulePkg.dec\r
3a10d471 41\r
42\r
3a10d471 43[LibraryClasses]\r
44 DevicePathLib\r
45 UefiBootServicesTableLib\r
ae50ee26 46 UefiScsiLib\r
3a10d471 47 BaseMemoryLib\r
48 UefiLib\r
49 UefiDriverEntryPoint\r
50 DebugLib\r
70c94b3b 51 MemoryAllocationLib\r
37623a5c 52 ReportStatusCodeLib\r
3a10d471 53\r
54\r
3a10d471 55[Protocols]\r
3ed0238a 56 gEfiScsiIoProtocolGuid ## BY_START\r
6036e94d
SZ
57 ## TO_START\r
58 ## BY_START\r
59 gEfiDevicePathProtocolGuid\r
3ed0238a 60 gEfiScsiPassThruProtocolGuid ## TO_START\r
61 gEfiExtScsiPassThruProtocolGuid ## TO_START\r
6036e94d
SZ
62\r
63[UserExtensions.TianoCore."ExtraFiles"]\r
64 ScsiBusExtra.uni\r