]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
update file header
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiDxe.inf
index 95aa2426748ea4b5acc3e3f9f1c9ce0e3935ac7c..e6b497e01b573d40a424d0e221037319dedd432a 100644 (file)
@@ -1,27 +1,23 @@
-#/** @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
   BASE_NAME                      = IScsiDxe\r
   FILE_GUID                      = 4579B72D-7EC4-4dd4-8486-083C86B182A7\r
-  MODULE_TYPE                    = DXE_DRIVER\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
@@ -59,6 +56,7 @@
   IScsiConfigDxe.vfr\r
   IScsiConfig.c\r
   IScsiConfig.h\r
+  IScsiImpl.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -70,8 +68,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
@@ -93,4 +90,4 @@
   gEfiPciIoProtocolGuid\r
   gEfiAcpiSupportProtocolGuid\r
   gEfiDhcp4ProtocolGuid\r
-  gEfiDhcp4ServiceBindingProtocolGuid
\ No newline at end of file
+  gEfiDhcp4ServiceBindingProtocolGuid\r