]> git.proxmox.com Git - mirror_edk2.git/blame - NetworkPkg/MnpDxe/MnpDxe.inf
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / NetworkPkg / 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
07135c12 47 NetworkPkg/NetworkPkg.dec\r
8a67d61d 48\r
8a67d61d 49[LibraryClasses]\r
f3989f41 50 BaseLib\r
cfb1461b 51 BaseMemoryLib\r
52 MemoryAllocationLib\r
8a67d61d 53 UefiLib\r
54 UefiBootServicesTableLib\r
55 UefiDriverEntryPoint\r
56 DebugLib\r
57 NetLib\r
d8d26fb2 58 DpcLib\r
8a67d61d 59\r
60[Protocols]\r
6036e94d
SZ
61 gEfiManagedNetworkServiceBindingProtocolGuid ## BY_START\r
62 gEfiSimpleNetworkProtocolGuid ## TO_START\r
63 gEfiManagedNetworkProtocolGuid ## BY_START\r
64 ## BY_START\r
65 ## UNDEFINED # variable\r
66 gEfiVlanConfigProtocolGuid\r
67\r
68[UserExtensions.TianoCore."ExtraFiles"]\r
69 MnpDxeExtra.uni\r