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