]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
1) fix one goto issue in IScsiProto.c
[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 Md5.h
45 IScsiTcp4Io.c
46 IScsiProto.c
47 IScsiMisc.c
48 IScsiInitiatorName.c
49 IScsiIbft.c
50 IScsiExtScsiPassThru.c
51 IScsiDriver.c
52 IScsiDhcp.c
53 IScsiCHAP.c
54 ComponentName.c
55 Md5.c
56 IScsiConfigDxeStrings.uni
57 IScsiConfigDxe.vfr
58 IScsiConfig.c
59 IScsiConfig.h
60 IScsiImpl.h
61
62 [Packages]
63 MdePkg/MdePkg.dec
64 MdeModulePkg/MdeModulePkg.dec
65 IntelFrameworkPkg/IntelFrameworkPkg.dec
66 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
67
68 [LibraryClasses]
69 UefiDriverEntryPoint
70 UefiLib
71 BaseLib
72 UefiBootServicesTableLib
73 UefiRuntimeServicesTableLib
74 DevicePathLib
75 DebugLib
76 PrintLib
77 HiiLib
78 IfrSupportLib
79 ExtendedHiiLib
80 ExtendedIfrSupportLib
81 NetLib
82
83 [Protocols]
84 gEfiIScsiInitiatorNameProtocolGuid
85 gEfiTcp4ProtocolGuid
86 gEfiExtScsiPassThruProtocolGuid
87 gEfiDevicePathProtocolGuid
88 gEfiTcp4ServiceBindingProtocolGuid
89 gEfiHiiDatabaseProtocolGuid
90 gEfiHiiConfigAccessProtocolGuid
91 gEfiPciIoProtocolGuid
92 gEfiAcpiSupportProtocolGuid
93 gEfiDhcp4ProtocolGuid
94 gEfiDhcp4ServiceBindingProtocolGuid