]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
Fix Some typo.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiDxe.inf
CommitLineData
b6045475 1/** @file\r
2 Component description file for IScsi module.\r
3\r
4Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
6a690e23 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
7a444476 17 BASE_NAME = IScsiDxe\r
6a690e23 18 FILE_GUID = 4579B72D-7EC4-4dd4-8486-083C86B182A7\r
d3f16117 19 MODULE_TYPE = UEFI_DRIVER\r
6a690e23 20 VERSION_STRING = 1.0\r
6a690e23 21 ENTRY_POINT = IScsiDriverEntryPoint\r
22 UNLOAD_IMAGE = EfiIScsiUnload\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29# DRIVER_BINDING = gIScsiDriverBinding\r
30# COMPONENT_NAME = gIScsiComponentName\r
d354ab7f 31# COMPONENT_NAME2 = gIScsiComponentName2\r
6a690e23 32#\r
33\r
34[Sources.common]\r
35 IScsiTcp4Io.h\r
36 IScsiProto.h\r
37 IScsiMisc.h\r
38 IScsiIbft.h\r
39 IScsiExtScsiPassThru.h\r
40 IScsiDriver.h\r
41 IScsiDhcp.h\r
42 IScsiCommon.h\r
43 IScsiCHAP.h\r
44 IScsiTcp4Io.c\r
45 IScsiProto.c\r
46 IScsiMisc.c\r
47 IScsiInitiatorName.c\r
48 IScsiIbft.c\r
49 IScsiExtScsiPassThru.c\r
50 IScsiDriver.c\r
51 IScsiDhcp.c\r
52 IScsiCHAP.c\r
53 ComponentName.c\r
54 Md5.c\r
55 IScsiConfigDxeStrings.uni\r
56 IScsiConfigDxe.vfr\r
57 IScsiConfig.c\r
58 IScsiConfig.h\r
5451bd96 59 IScsiImpl.h\r
6a690e23 60\r
61[Packages]\r
62 MdePkg/MdePkg.dec\r
63 MdeModulePkg/MdeModulePkg.dec\r
64 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
65 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
66\r
67[LibraryClasses]\r
68 UefiDriverEntryPoint\r
69 UefiLib\r
70 BaseLib\r
6a690e23 71 UefiBootServicesTableLib\r
72 UefiRuntimeServicesTableLib\r
73 DevicePathLib\r
74 DebugLib\r
75 PrintLib\r
93e3992d 76 HiiLib\r
77 IfrSupportLib\r
9226efe5 78 ExtendedHiiLib\r
79 ExtendedIfrSupportLib\r
6a690e23 80 NetLib\r
81\r
82[Protocols]\r
83 gEfiIScsiInitiatorNameProtocolGuid\r
6a690e23 84 gEfiTcp4ProtocolGuid\r
85 gEfiExtScsiPassThruProtocolGuid\r
86 gEfiDevicePathProtocolGuid\r
87 gEfiTcp4ServiceBindingProtocolGuid\r
93e3992d 88 gEfiHiiDatabaseProtocolGuid\r
89 gEfiHiiConfigAccessProtocolGuid\r
6a690e23 90 gEfiPciIoProtocolGuid\r
91 gEfiAcpiSupportProtocolGuid\r
92 gEfiDhcp4ProtocolGuid\r
9226efe5 93 gEfiDhcp4ServiceBindingProtocolGuid\r