]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDiskDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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
6ad55b15 24\r
25 ENTRY_POINT = InitializeScsiDisk\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 = gScsiDiskDriverBinding \r
9beb888e 33# COMPONENT_NAME = gScsiDiskComponentName\r
34# COMPONENT_NAME2 = gScsiDiskComponentName2\r
6ad55b15 35#\r
36\r
6ad55b15 37[Sources.common]\r
38 ComponentName.c\r
39 ScsiDisk.c\r
40 ScsiDisk.h\r
41\r
6ad55b15 42[Packages]\r
43 MdePkg/MdePkg.dec\r
44\r
45\r
6ad55b15 46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
ae50ee26 48 UefiScsiLib\r
6ad55b15 49 BaseMemoryLib\r
50 UefiLib\r
51 UefiDriverEntryPoint\r
52 DebugLib\r
53\r
54\r
6ad55b15 55[Protocols]\r
56 gEfiBlockIoProtocolGuid # PROTOCOL BY_START\r
57 gEfiScsiIoProtocolGuid # PROTOCOL TO_START\r
58\r