]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpDxe.inf
CommitLineData
779ae357 1## @file\r
6036e94d 2# This module produces EFI MNP Protocol, EFI MNP Servie Binding Protocol and EFI VLAN Protocol.\r
779ae357 3#\r
6036e94d
SZ
4# This module produces EFI Managed Network Protocol upon EFI Simple Network Protocol,\r
5# to provide raw asynchronous network I/O services. It also produces EFI VLAN Protocol\r
d1102dba 6# to provide manageability interface for VLAN configuration.\r
6036e94d 7#\r
d1102dba 8# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
9d510e61 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
779ae357 10#\r
11##\r
8a67d61d 12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = MnpDxe\r
6036e94d 16 MODULE_UNI_FILE = MnpDxe.uni\r
8a67d61d 17 FILE_GUID = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A\r
d3f16117 18 MODULE_TYPE = UEFI_DRIVER\r
8a67d61d 19 VERSION_STRING = 1.0\r
8a67d61d 20 ENTRY_POINT = MnpDriverEntryPoint\r
da1d0201 21 UNLOAD_IMAGE = NetLibDefaultUnload\r
8a67d61d 22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
de005223 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
8a67d61d 26#\r
779ae357 27# DRIVER_BINDING = gMnpDriverBinding\r
d354ab7f 28# COMPONENT_NAME = gMnpComponentName\r
29# COMPONENT_NAME2 = gMnpComponentName2\r
30#\r
8a67d61d 31\r
6bfbb5f0 32[Sources]\r
8a67d61d 33 MnpMain.c\r
34 MnpIo.c\r
6e4bac4d 35 ComponentName.h\r
8a67d61d 36 MnpDriver.h\r
37 ComponentName.c\r
38 MnpDriver.c\r
39 MnpConfig.c\r
40 MnpImpl.h\r
779ae357 41 MnpVlan.h\r
42 MnpVlan.c\r
8a67d61d 43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47\r
8a67d61d 48[LibraryClasses]\r
f3989f41 49 BaseLib\r
cfb1461b 50 BaseMemoryLib\r
51 MemoryAllocationLib\r
8a67d61d 52 UefiLib\r
53 UefiBootServicesTableLib\r
54 UefiDriverEntryPoint\r
55 DebugLib\r
56 NetLib\r
d8d26fb2 57 DpcLib\r
8a67d61d 58\r
59[Protocols]\r
6036e94d
SZ
60 gEfiManagedNetworkServiceBindingProtocolGuid ## BY_START\r
61 gEfiSimpleNetworkProtocolGuid ## TO_START\r
62 gEfiManagedNetworkProtocolGuid ## BY_START\r
63 ## BY_START\r
64 ## UNDEFINED # variable\r
65 gEfiVlanConfigProtocolGuid\r
66\r
67[UserExtensions.TianoCore."ExtraFiles"]\r
68 MnpDxeExtra.uni\r