]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
Fix ICC build break.
[mirror_edk2.git] / MdeModulePkg / Bus / Scsi / ScsiDiskDxe / ScsiDiskDxe.inf
CommitLineData
6ad55b15 1#/** @file\r
3b2dbece 2# \r
3# Component description file for Scsi Disk module.\r
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
35# COMPONENT_NAME = gScsiDiskComponentName \r
36#\r
37\r
6ad55b15 38[Sources.common]\r
39 ComponentName.c\r
40 ScsiDisk.c\r
41 ScsiDisk.h\r
42\r
6ad55b15 43[Packages]\r
44 MdePkg/MdePkg.dec\r
45\r
46\r
6ad55b15 47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 ScsiLib\r
50 BaseMemoryLib\r
51 UefiLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
54\r
55\r
6ad55b15 56[Protocols]\r
57 gEfiBlockIoProtocolGuid # PROTOCOL BY_START\r
58 gEfiScsiIoProtocolGuid # PROTOCOL TO_START\r
59\r