]> git.proxmox.com Git - mirror_edk2.git/blob - NetworkPkg/MnpDxe/MnpDxe.inf
NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkg
[mirror_edk2.git] / NetworkPkg / MnpDxe / MnpDxe.inf
1 ## @file
2 # This module produces EFI MNP Protocol, EFI MNP Servie Binding Protocol and EFI VLAN Protocol.
3 #
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.
7 #
8 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = MnpDxe
16 MODULE_UNI_FILE = MnpDxe.uni
17 FILE_GUID = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = MnpDriverEntryPoint
21 UNLOAD_IMAGE = NetLibDefaultUnload
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27 # DRIVER_BINDING = gMnpDriverBinding
28 # COMPONENT_NAME = gMnpComponentName
29 # COMPONENT_NAME2 = gMnpComponentName2
30 #
31
32 [Sources]
33 MnpMain.c
34 MnpIo.c
35 ComponentName.h
36 MnpDriver.h
37 ComponentName.c
38 MnpDriver.c
39 MnpConfig.c
40 MnpImpl.h
41 MnpVlan.h
42 MnpVlan.c
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 MdeModulePkg/MdeModulePkg.dec
47 NetworkPkg/NetworkPkg.dec
48
49 [LibraryClasses]
50 BaseLib
51 BaseMemoryLib
52 MemoryAllocationLib
53 UefiLib
54 UefiBootServicesTableLib
55 UefiDriverEntryPoint
56 DebugLib
57 NetLib
58 DpcLib
59
60 [Protocols]
61 gEfiManagedNetworkServiceBindingProtocolGuid ## BY_START
62 gEfiSimpleNetworkProtocolGuid ## TO_START
63 gEfiManagedNetworkProtocolGuid ## BY_START
64 ## BY_START
65 ## UNDEFINED # variable
66 gEfiVlanConfigProtocolGuid
67
68 [UserExtensions.TianoCore."ExtraFiles"]
69 MnpDxeExtra.uni