]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
f6cd8010c01ab205c5c9666c6dc62029f31fec2b
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiDxe.inf
1 ## @file
2 # Component description file for IScsi module.
3 #
4 # Copyright (c) 2004 - 2010, 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]
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
69 [LibraryClasses]
70 UefiDriverEntryPoint
71 UefiLib
72 BaseLib
73 UefiBootServicesTableLib
74 UefiRuntimeServicesTableLib
75 BaseMemoryLib
76 MemoryAllocationLib
77 DevicePathLib
78 DebugLib
79 PrintLib
80 HiiLib
81 NetLib
82
83 [Protocols]
84 gEfiIScsiInitiatorNameProtocolGuid
85 gEfiTcp4ProtocolGuid
86 gEfiExtScsiPassThruProtocolGuid
87 gEfiDevicePathProtocolGuid
88 gEfiTcp4ServiceBindingProtocolGuid
89 gEfiHiiDatabaseProtocolGuid
90 gEfiHiiConfigAccessProtocolGuid
91 gEfiPciIoProtocolGuid
92 gEfiAcpiTableProtocolGuid
93 gEfiDhcp4ProtocolGuid
94 gEfiDhcp4ServiceBindingProtocolGuid
95
96 [Guids]
97 gEfiEventExitBootServicesGuid
98 gEfiIfrTianoGuid ## CONSUMES ## GUID
99 gEfiAcpiTableGuid ## CONSUMES ## GUID
100 gEfiAcpi10TableGuid ## CONSUMES ## GUID
101 gEfiAcpi20TableGuid ## CONSUMES ## GUID