2 # This module produces EFI MNP Protocol, EFI MNP Servie Binding Protocol and EFI VLAN Protocol.
4 # This module produces EFI Managed Network Protocol upon EFI Simple Network Protocol,
5 # to provide raw asynchronous network I/O services. It also produces EFI VLAN Protocol
6 # to provide manageability interface for VLAN configuration.
8 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
20 INF_VERSION = 0x00010005
22 MODULE_UNI_FILE = MnpDxe.uni
23 FILE_GUID = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A
24 MODULE_TYPE = UEFI_DRIVER
26 ENTRY_POINT = MnpDriverEntryPoint
27 UNLOAD_IMAGE = NetLibDefaultUnload
29 # The following information is for reference only and not required by the build tools.
31 # VALID_ARCHITECTURES = IA32 X64 EBC
33 # DRIVER_BINDING = gMnpDriverBinding
34 # COMPONENT_NAME = gMnpComponentName
35 # COMPONENT_NAME2 = gMnpComponentName2
52 MdeModulePkg/MdeModulePkg.dec
59 UefiBootServicesTableLib
66 gEfiManagedNetworkServiceBindingProtocolGuid ## BY_START
67 gEfiSimpleNetworkProtocolGuid ## TO_START
68 gEfiManagedNetworkProtocolGuid ## BY_START
70 ## UNDEFINED # variable
71 gEfiVlanConfigProtocolGuid
73 [UserExtensions.TianoCore."ExtraFiles"]