]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION definition.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiDxe.inf
CommitLineData
6a690e23 1#/** @file\r
7a444476 2# Component description file for IScsi module.\r
6a690e23 3#\r
4# Copyright (c) 2006 - 2007, Intel Corporation\r
5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
7a444476 18 BASE_NAME = IScsiDxe\r
6a690e23 19 FILE_GUID = 4579B72D-7EC4-4dd4-8486-083C86B182A7\r
d3f16117 20 MODULE_TYPE = UEFI_DRIVER\r
6a690e23 21 VERSION_STRING = 1.0\r
6a690e23 22 ENTRY_POINT = IScsiDriverEntryPoint\r
23 UNLOAD_IMAGE = EfiIScsiUnload\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30# DRIVER_BINDING = gIScsiDriverBinding\r
31# COMPONENT_NAME = gIScsiComponentName\r
32#\r
33\r
34[Sources.common]\r
35 IScsiTcp4Io.h\r
36 IScsiProto.h\r
37 IScsiMisc.h\r
38 IScsiIbft.h\r
39 IScsiExtScsiPassThru.h\r
40 IScsiDriver.h\r
41 IScsiDhcp.h\r
42 IScsiCommon.h\r
43 IScsiCHAP.h\r
44 IScsiTcp4Io.c\r
45 IScsiProto.c\r
46 IScsiMisc.c\r
47 IScsiInitiatorName.c\r
48 IScsiIbft.c\r
49 IScsiExtScsiPassThru.c\r
50 IScsiDriver.c\r
51 IScsiDhcp.c\r
52 IScsiCHAP.c\r
53 ComponentName.c\r
54 Md5.c\r
55 IScsiConfigDxeStrings.uni\r
56 IScsiConfigDxe.vfr\r
57 IScsiConfig.c\r
58 IScsiConfig.h\r
5451bd96 59 IScsiImpl.h\r
6a690e23 60\r
61[Packages]\r
62 MdePkg/MdePkg.dec\r
63 MdeModulePkg/MdeModulePkg.dec\r
64 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
65 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
66\r
67[LibraryClasses]\r
68 UefiDriverEntryPoint\r
69 UefiLib\r
70 BaseLib\r
6a690e23 71 UefiBootServicesTableLib\r
72 UefiRuntimeServicesTableLib\r
73 DevicePathLib\r
74 DebugLib\r
75 PrintLib\r
93e3992d 76 HiiLib\r
77 IfrSupportLib\r
9226efe5 78 ExtendedHiiLib\r
79 ExtendedIfrSupportLib\r
6a690e23 80 NetLib\r
81\r
82[Protocols]\r
83 gEfiIScsiInitiatorNameProtocolGuid\r
6a690e23 84 gEfiTcp4ProtocolGuid\r
85 gEfiExtScsiPassThruProtocolGuid\r
86 gEfiDevicePathProtocolGuid\r
87 gEfiTcp4ServiceBindingProtocolGuid\r
93e3992d 88 gEfiHiiDatabaseProtocolGuid\r
89 gEfiHiiConfigAccessProtocolGuid\r
6a690e23 90 gEfiPciIoProtocolGuid\r
91 gEfiAcpiSupportProtocolGuid\r
92 gEfiDhcp4ProtocolGuid\r
9226efe5 93 gEfiDhcp4ServiceBindingProtocolGuid\r