]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
sync comments, fix function header, rename variable name to follow coding style.
[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
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24\r
25 ENTRY_POINT = IScsiDriverEntryPoint\r
26 UNLOAD_IMAGE = EfiIScsiUnload\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33# DRIVER_BINDING = gIScsiDriverBinding\r
34# COMPONENT_NAME = gIScsiComponentName\r
35#\r
36\r
37[Sources.common]\r
38 IScsiTcp4Io.h\r
39 IScsiProto.h\r
40 IScsiMisc.h\r
41 IScsiIbft.h\r
42 IScsiExtScsiPassThru.h\r
43 IScsiDriver.h\r
44 IScsiDhcp.h\r
45 IScsiCommon.h\r
46 IScsiCHAP.h\r
47 IScsiTcp4Io.c\r
48 IScsiProto.c\r
49 IScsiMisc.c\r
50 IScsiInitiatorName.c\r
51 IScsiIbft.c\r
52 IScsiExtScsiPassThru.c\r
53 IScsiDriver.c\r
54 IScsiDhcp.c\r
55 IScsiCHAP.c\r
56 ComponentName.c\r
57 Md5.c\r
58 IScsiConfigDxeStrings.uni\r
59 IScsiConfigDxe.vfr\r
60 IScsiConfig.c\r
61 IScsiConfig.h\r
5451bd96 62 IScsiImpl.h\r
6a690e23 63\r
64[Packages]\r
65 MdePkg/MdePkg.dec\r
66 MdeModulePkg/MdeModulePkg.dec\r
67 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
68 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
69\r
70[LibraryClasses]\r
71 UefiDriverEntryPoint\r
72 UefiLib\r
73 BaseLib\r
6a690e23 74 UefiBootServicesTableLib\r
75 UefiRuntimeServicesTableLib\r
76 DevicePathLib\r
77 DebugLib\r
78 PrintLib\r
93e3992d 79 HiiLib\r
80 IfrSupportLib\r
9226efe5 81 ExtendedHiiLib\r
82 ExtendedIfrSupportLib\r
6a690e23 83 NetLib\r
84\r
85[Protocols]\r
86 gEfiIScsiInitiatorNameProtocolGuid\r
6a690e23 87 gEfiTcp4ProtocolGuid\r
88 gEfiExtScsiPassThruProtocolGuid\r
89 gEfiDevicePathProtocolGuid\r
90 gEfiTcp4ServiceBindingProtocolGuid\r
93e3992d 91 gEfiHiiDatabaseProtocolGuid\r
92 gEfiHiiConfigAccessProtocolGuid\r
6a690e23 93 gEfiPciIoProtocolGuid\r
94 gEfiAcpiSupportProtocolGuid\r
95 gEfiDhcp4ProtocolGuid\r
9226efe5 96 gEfiDhcp4ServiceBindingProtocolGuid\r