]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
Add header file "SerialStatusCode.h" inclusion.
[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
b263ee17 44 IScsiInitiatorName.h\r
45 ComponentName.h\r
5af5b3fd 46 Md5.h\r
6a690e23 47 IScsiTcp4Io.c\r
48 IScsiProto.c\r
49 IScsiMisc.c\r
50 IScsiInitiatorName.c\r
51 IScsiIbft.c\r
52 IScsiExtScsiPassThru.c\r
53 IScsiDriver.c\r
54 IScsiDhcp.c\r
55 IScsiCHAP.c\r
56 ComponentName.c\r
57 Md5.c\r
58 IScsiConfigDxeStrings.uni\r
59 IScsiConfigDxe.vfr\r
60 IScsiConfig.c\r
61 IScsiConfig.h\r
5451bd96 62 IScsiImpl.h\r
6a690e23 63\r
64[Packages]\r
65 MdePkg/MdePkg.dec\r
66 MdeModulePkg/MdeModulePkg.dec\r
67 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
68 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
69\r
70[LibraryClasses]\r
71 UefiDriverEntryPoint\r
72 UefiLib\r
73 BaseLib\r
6a690e23 74 UefiBootServicesTableLib\r
75 UefiRuntimeServicesTableLib\r
76 DevicePathLib\r
77 DebugLib\r
78 PrintLib\r
93e3992d 79 HiiLib\r
80 IfrSupportLib\r
9226efe5 81 ExtendedHiiLib\r
82 ExtendedIfrSupportLib\r
6a690e23 83 NetLib\r
84\r
85[Protocols]\r
86 gEfiIScsiInitiatorNameProtocolGuid\r
6a690e23 87 gEfiTcp4ProtocolGuid\r
88 gEfiExtScsiPassThruProtocolGuid\r
89 gEfiDevicePathProtocolGuid\r
90 gEfiTcp4ServiceBindingProtocolGuid\r
93e3992d 91 gEfiHiiDatabaseProtocolGuid\r
92 gEfiHiiConfigAccessProtocolGuid\r
6a690e23 93 gEfiPciIoProtocolGuid\r
94 gEfiAcpiSupportProtocolGuid\r
95 gEfiDhcp4ProtocolGuid\r
9226efe5 96 gEfiDhcp4ServiceBindingProtocolGuid\r
01a5c994 97\r
98[Guids]\r
99 gEfiEventExitBootServicesGuid\r