X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FNetwork%2FMnpDxe%2FMnpDxe.inf;h=18f46cb11a474833a0fe34fa56a8a14afbcba810;hp=6347d97dee108deed0e7fe1b0e72d14432ce2a46;hb=de005223b77c473d45c9c8a11147f6968325f73e;hpb=779ae3579848a36319d67a6ba012b4b9aa88aa6b diff --git a/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf b/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf index 6347d97dee..18f46cb11a 100644 --- a/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf +++ b/MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf @@ -1,8 +1,12 @@ ## @file -# Component description file for Mnp module. +# This module produces EFI MNP Protocol, EFI MNP Servie Binding Protocol and EFI VLAN Protocol. # -# Copyright (c) 2006 - 2009, Intel Corporation.
-# All rights reserved. This program and the accompanying materials +# This module produces EFI Managed Network Protocol upon EFI Simple Network Protocol, +# to provide raw asynchronous network I/O services. It also produces EFI VLAN Protocol +# to provide manageability interface for VLAN configuration. +# +# Copyright (c) 2006 - 2018, 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 @@ -15,6 +19,7 @@ [Defines] INF_VERSION = 0x00010005 BASE_NAME = MnpDxe + MODULE_UNI_FILE = MnpDxe.uni FILE_GUID = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 @@ -23,14 +28,14 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 EBC # # DRIVER_BINDING = gMnpDriverBinding # COMPONENT_NAME = gMnpComponentName # COMPONENT_NAME2 = gMnpComponentName2 # -[Sources.common] +[Sources] MnpMain.c MnpIo.c ComponentName.h @@ -58,7 +63,12 @@ DpcLib [Protocols] - gEfiManagedNetworkServiceBindingProtocolGuid ## PRODUCES - gEfiSimpleNetworkProtocolGuid ## CONSUMES - gEfiManagedNetworkProtocolGuid ## PRODUCES - gEfiVlanConfigProtocolGuid ## SOMETIMES_PRODUCES + gEfiManagedNetworkServiceBindingProtocolGuid ## BY_START + gEfiSimpleNetworkProtocolGuid ## TO_START + gEfiManagedNetworkProtocolGuid ## BY_START + ## BY_START + ## UNDEFINED # variable + gEfiVlanConfigProtocolGuid + +[UserExtensions.TianoCore."ExtraFiles"] + MnpDxeExtra.uni