X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FIScsiDxe%2FIScsiDxe.inf;h=4fd2a62af980c7f3786a9a46f072a239f1e3c142;hb=6036e94dc9402827130875258e99e486e82e7904;hp=b1415252c31ba7b892f9ab99e378890f0bf08554;hpb=cfb1461b3a735ee6c71bba512f08673660e8bc50;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf index b1415252c3..4fd2a62af9 100644 --- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf +++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDxe.inf @@ -1,20 +1,26 @@ -/** @file - Component description file for IScsi module. - -Copyright (c) 2004 - 2009, Intel Corporation.
-All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -**/ +## @file +# This module produces EFI iSCSI Initiator Name Protocol. +# +# This module produces EFI iSCSI Initiator Name Protocol upon EFI TCPv4 Protocol +# and EFI DHCPv4 Protocol, to provide the capability to do the transport for SCSI +# data over TCP/IP. It installs EFI HII Configuration Access Protocol to provide +# one way to configurate the iSCSI setting. +# +# Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.
+# This program and the accompanying materials +# are licensed and made available under the terms and conditions of the BSD License +# which accompanies this distribution. The full text of the license may be found at +# http://opensource.org/licenses/bsd-license.php +# +# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, +# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# +## [Defines] INF_VERSION = 0x00010005 - BASE_NAME = IScsiDxe + BASE_NAME = IScsi4Dxe + MODULE_UNI_FILE = IScsi4Dxe.uni FILE_GUID = 4579B72D-7EC4-4dd4-8486-083C86B182A7 MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 @@ -31,7 +37,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # COMPONENT_NAME2 = gIScsiComponentName2 # -[Sources.common] +[Sources] IScsiTcp4Io.h IScsiProto.h IScsiMisc.h @@ -81,18 +87,39 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. NetLib [Protocols] + ## PRODUCES + ## UNDEFINED # Variable gEfiIScsiInitiatorNameProtocolGuid - gEfiTcp4ProtocolGuid - gEfiExtScsiPassThruProtocolGuid + gEfiExtScsiPassThruProtocolGuid ## BY_START + gEfiTcp4ProtocolGuid ## TO_START + gEfiTcp4ServiceBindingProtocolGuid ## TO_START + gEfiDhcp4ProtocolGuid ## TO_START + gEfiDhcp4ServiceBindingProtocolGuid ## TO_START + ## TO_START + ## PRODUCES gEfiDevicePathProtocolGuid - gEfiTcp4ServiceBindingProtocolGuid - gEfiHiiDatabaseProtocolGuid - gEfiHiiConfigAccessProtocolGuid - gEfiPciIoProtocolGuid - gEfiAcpiTableProtocolGuid - gEfiDhcp4ProtocolGuid - gEfiDhcp4ServiceBindingProtocolGuid + gEfiHiiConfigAccessProtocolGuid ## PRODUCES + gEfiHiiDatabaseProtocolGuid ## CONSUMES + gEfiPciIoProtocolGuid ## SOMETIMES_CONSUMES + gEfiAcpiTableProtocolGuid ## SOMETIMES_CONSUMES [Guids] - gEfiEventExitBootServicesGuid - gEfiIfrTianoGuid ## CONSUMES ## Guid + gEfiEventExitBootServicesGuid ## SOMETIMES_CONSUMES ## Event + gEfiIfrTianoGuid ## SOMETIMES_PRODUCES ## UNDEFINED + gEfiAcpiTableGuid ## SOMETIMES_CONSUMES ## SystemTable + gEfiAcpi10TableGuid ## SOMETIMES_CONSUMES ## SystemTable + gEfiAcpi20TableGuid ## SOMETIMES_CONSUMES ## SystemTable + ## SOMETIMES_PRODUCES ## Variable:L"iSCSIDeviceList" + ## SOMETIMES_CONSUMES ## Variable:L"iSCSIDeviceList" + ## SOMETIMES_CONSUMES ## UNDEFINED # HiiIsConfigHdrMatch mVendorStorageName + ## SOMETIMES_PRODUCES ## UNDEFINED # HiiConstructConfigHdr mVendorStorageName + ## SOMETIMES_PRODUCES ## UNDEFINED # HiiGetBrowserData mVendorStorageName + ## SOMETIMES_CONSUMES ## UNDEFINED # HiiSetBrowserData mVendorStorageName + ## SOMETIMES_CONSUMES ## HII + gIp4IScsiConfigGuid + ## SOMETIMES_PRODUCES ## Variable + ## SOMETIMES_CONSUMES ## Variable + gIScsiCHAPAuthInfoGuid + +[UserExtensions.TianoCore."ExtraFiles"] + IScsi4DxeExtra.uni \ No newline at end of file