]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
Retire Extended HII library class.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiDxe.inf
index 7ad22c28b1236e0b88b029f8bb457ea160acd66a..29509911e7c3fc9d93336112672173d1fac24633 100644 (file)
@@ -1,17 +1,16 @@
-#/** @file\r
-#  Component description file for IScsi module.\r
-#\r
-#  Copyright (c) 2006 - 2007, Intel Corporation\r
-#  All rights reserved. This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-#**/\r
+/** @file\r
+  Component description file for IScsi module.\r
+\r
+Copyright (c) 2004 - 2008, Intel Corporation.<BR>\r
+All rights reserved. This program and the accompanying materials\r
+are licensed and made available under the terms and conditions of the BSD License\r
+which accompanies this distribution.  The full text of the license may be found at\r
+http://opensource.org/licenses/bsd-license.php\r
+\r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+\r
+**/\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -19,9 +18,6 @@
   FILE_GUID                      = 4579B72D-7EC4-4dd4-8486-083C86B182A7\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = IScsiDriverEntryPoint\r
   UNLOAD_IMAGE                   = EfiIScsiUnload\r
 \r
@@ -32,6 +28,7 @@
 #\r
 #  DRIVER_BINDING                =  gIScsiDriverBinding\r
 #  COMPONENT_NAME                =  gIScsiComponentName\r
+#  COMPONENT_NAME2               =  gIScsiComponentName2\r
 #\r
 \r
 [Sources.common]\r
@@ -44,6 +41,9 @@
   IScsiDhcp.h\r
   IScsiCommon.h\r
   IScsiCHAP.h\r
+  IScsiInitiatorName.h\r
+  ComponentName.h\r
+  Md5.h\r
   IScsiTcp4Io.c\r
   IScsiProto.c\r
   IScsiMisc.c\r
@@ -59,6 +59,8 @@
   IScsiConfigDxe.vfr\r
   IScsiConfig.c\r
   IScsiConfig.h\r
+  IScsiImpl.h\r
+  IScsiConfigNVDataStruc.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -70,8 +72,6 @@
   UefiDriverEntryPoint\r
   UefiLib\r
   BaseLib\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
   UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
   DevicePathLib\r
   PrintLib\r
   HiiLib\r
   IfrSupportLib\r
-  ExtendedHiiLib\r
   ExtendedIfrSupportLib\r
   NetLib\r
 \r
 [Protocols]\r
   gEfiIScsiInitiatorNameProtocolGuid\r
-  gEfiBlockIoProtocolGuid\r
   gEfiTcp4ProtocolGuid\r
   gEfiExtScsiPassThruProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
@@ -96,3 +94,6 @@
   gEfiAcpiSupportProtocolGuid\r
   gEfiDhcp4ProtocolGuid\r
   gEfiDhcp4ServiceBindingProtocolGuid\r
+\r
+[Guids]\r
+  gEfiEventExitBootServicesGuid\r