]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf
Clean up the private GUID definition in module Level.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiDxe.inf
index 95aa2426748ea4b5acc3e3f9f1c9ce0e3935ac7c..9ad161f2e9d93c06131e928628ea83ef47ffa7de 100644 (file)
@@ -1,27 +1,23 @@
-#/** @file\r
+## @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
+# Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
+# 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
+# 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
+##\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
 #\r
 #  DRIVER_BINDING                =  gIScsiDriverBinding\r
 #  COMPONENT_NAME                =  gIScsiComponentName\r
+#  COMPONENT_NAME2               =  gIScsiComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   IScsiTcp4Io.h\r
   IScsiProto.h\r
   IScsiMisc.h\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
   IScsiConfigDxe.vfr\r
   IScsiConfig.c\r
   IScsiConfig.h\r
+  IScsiImpl.h\r
+  IScsiConfigNVDataStruc.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
-  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\r
   UefiDriverEntryPoint\r
   UefiLib\r
   BaseLib\r
-  MemoryAllocationLib\r
-  BaseMemoryLib\r
   UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
   DevicePathLib\r
   DebugLib\r
   PrintLib\r
   HiiLib\r
-  IfrSupportLib\r
   NetLib\r
 \r
 [Protocols]\r
   gEfiIScsiInitiatorNameProtocolGuid\r
-  gEfiBlockIoProtocolGuid\r
   gEfiTcp4ProtocolGuid\r
   gEfiExtScsiPassThruProtocolGuid\r
   gEfiDevicePathProtocolGuid\r
   gEfiHiiDatabaseProtocolGuid\r
   gEfiHiiConfigAccessProtocolGuid\r
   gEfiPciIoProtocolGuid\r
-  gEfiAcpiSupportProtocolGuid\r
+  gEfiAcpiTableProtocolGuid\r
   gEfiDhcp4ProtocolGuid\r
-  gEfiDhcp4ServiceBindingProtocolGuid
\ No newline at end of file
+  gEfiDhcp4ServiceBindingProtocolGuid\r
+\r
+[Guids]\r
+  gEfiEventExitBootServicesGuid\r
+  gEfiIfrTianoGuid                              ## CONSUMES ## GUID\r
+  gEfiAcpiTableGuid                             ## CONSUMES ## GUID\r
+  gEfiAcpi10TableGuid                           ## CONSUMES ## GUID\r
+  gEfiAcpi20TableGuid                           ## CONSUMES ## GUID\r
+  gIp4IScsiConfigGuid                           ## PRODUCES ## GUID\r
+  gIScsiCHAPAuthInfoGuid
\ No newline at end of file