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