]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
Remove over specific HobLib library for FtwLite module.
[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
62\r
63[Packages]\r
64 MdePkg/MdePkg.dec\r
65 MdeModulePkg/MdeModulePkg.dec\r
66 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
67 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
68\r
69[LibraryClasses]\r
70 UefiDriverEntryPoint\r
71 UefiLib\r
72 BaseLib\r
73 MemoryAllocationLib\r
74 BaseMemoryLib\r
75 UefiBootServicesTableLib\r
76 UefiRuntimeServicesTableLib\r
77 DevicePathLib\r
78 DebugLib\r
79 PrintLib\r
93e3992d 80 HiiLib\r
81 IfrSupportLib\r
9226efe5 82 ExtendedHiiLib\r
83 ExtendedIfrSupportLib\r
6a690e23 84 NetLib\r
85\r
86[Protocols]\r
87 gEfiIScsiInitiatorNameProtocolGuid\r
88 gEfiBlockIoProtocolGuid\r
89 gEfiTcp4ProtocolGuid\r
90 gEfiExtScsiPassThruProtocolGuid\r
91 gEfiDevicePathProtocolGuid\r
92 gEfiTcp4ServiceBindingProtocolGuid\r
93e3992d 93 gEfiHiiDatabaseProtocolGuid\r
94 gEfiHiiConfigAccessProtocolGuid\r
6a690e23 95 gEfiPciIoProtocolGuid\r
96 gEfiAcpiSupportProtocolGuid\r
97 gEfiDhcp4ProtocolGuid\r
9226efe5 98 gEfiDhcp4ServiceBindingProtocolGuid\r