]> 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 4fcc6e309d157fa68c5ace5b06fb05127aa5509d..9ad161f2e9d93c06131e928628ea83ef47ffa7de 100644 (file)
@@ -1,17 +1,16 @@
-#/** @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
 #  COMPONENT_NAME2               =  gIScsiComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   IScsiTcp4Io.h\r
   IScsiProto.h\r
   IScsiMisc.h\r
   IScsiIbft.h\r
   IScsiExtScsiPassThru.h\r
-  IScsiInitiatorName.h\r
   IScsiDriver.h\r
   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
   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
   BaseLib\r
   UefiBootServicesTableLib\r
   UefiRuntimeServicesTableLib\r
+  BaseMemoryLib\r
+  MemoryAllocationLib\r
   DevicePathLib\r
   DebugLib\r
   PrintLib\r
   HiiLib\r
-  IfrSupportLib\r
-  ExtendedHiiLib\r
-  ExtendedIfrSupportLib\r
   NetLib\r
 \r
 [Protocols]\r
   gEfiHiiDatabaseProtocolGuid\r
   gEfiHiiConfigAccessProtocolGuid\r
   gEfiPciIoProtocolGuid\r
-  gEfiAcpiSupportProtocolGuid\r
+  gEfiAcpiTableProtocolGuid\r
   gEfiDhcp4ProtocolGuid\r
   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