]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
Code Scrub:
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDiskDxe.inf
CommitLineData
6ad55b15 1#/** @file\r
3b2dbece 2# \r
9beb888e 3# Component description file for Scsi Disk module.\r
3b2dbece 4# \r
5# Scsi Disk driver. This driver detected the Scsi disk media and export block io protocol\r
6# \r
7# Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
6ad55b15 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
6ad55b15 11# http://opensource.org/licenses/bsd-license.php\r
3b2dbece 12# \r
6ad55b15 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
6ad55b15 16#**/\r
17\r
6ad55b15 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = ScsiDisk\r
21 FILE_GUID = 0A66E322-3740-4cce-AD62-BD172CECCA35\r
d3f16117 22 MODULE_TYPE = UEFI_DRIVER\r
6ad55b15 23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00010010\r
26\r
27 ENTRY_POINT = InitializeScsiDisk\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34# DRIVER_BINDING = gScsiDiskDriverBinding \r
9beb888e 35# COMPONENT_NAME = gScsiDiskComponentName\r
36# COMPONENT_NAME2 = gScsiDiskComponentName2\r
6ad55b15 37#\r
38\r
6ad55b15 39[Sources.common]\r
40 ComponentName.c\r
41 ScsiDisk.c\r
42 ScsiDisk.h\r
43\r
6ad55b15 44[Packages]\r
45 MdePkg/MdePkg.dec\r
46\r
47\r
6ad55b15 48[LibraryClasses]\r
49 UefiBootServicesTableLib\r
50 ScsiLib\r
51 BaseMemoryLib\r
52 UefiLib\r
53 UefiDriverEntryPoint\r
54 DebugLib\r
55\r
56\r
6ad55b15 57[Protocols]\r
58 gEfiBlockIoProtocolGuid # PROTOCOL BY_START\r
59 gEfiScsiIoProtocolGuid # PROTOCOL TO_START\r
60\r