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