]> 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 d18ed2b60707ee76329c181858d2fe3bdf37711e..9ad161f2e9d93c06131e928628ea83ef47ffa7de 100644 (file)
@@ -1,16 +1,16 @@
-/** @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
+## @file\r
+#  Component description file for IScsi module.\r
+#\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
+#\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -31,7 +31,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #  COMPONENT_NAME2               =  gIScsiComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   IScsiTcp4Io.h\r
   IScsiProto.h\r
   IScsiMisc.h\r
@@ -60,12 +60,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   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
@@ -73,13 +72,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   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
@@ -91,6 +89,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   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