]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
1dfa222a16202238cd9816cadf02bfb77bfa7a24
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiDxe.inf
1 #/** @file
2 # Component description file for IScsi module.
3 #
4 # Copyright (c) 2006 - 2007, Intel Corporation
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
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = IScsiDxe
19 FILE_GUID = 4579B72D-7EC4-4dd4-8486-083C86B182A7
20 MODULE_TYPE = UEFI_DRIVER
21 VERSION_STRING = 1.0
22 ENTRY_POINT = IScsiDriverEntryPoint
23 UNLOAD_IMAGE = EfiIScsiUnload
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30 # DRIVER_BINDING = gIScsiDriverBinding
31 # COMPONENT_NAME = gIScsiComponentName
32 # COMPONENT_NAME2 = gIScsiComponentName2
33 #
34
35 [Sources.common]
36 IScsiTcp4Io.h
37 IScsiProto.h
38 IScsiMisc.h
39 IScsiIbft.h
40 IScsiExtScsiPassThru.h
41 IScsiDriver.h
42 IScsiDhcp.h
43 IScsiCommon.h
44 IScsiCHAP.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