]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
a03592bfb88219a7e61018e9cd7226072708f354
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpDxe.inf
1 /** @file
2 Component description file for Mnp module.
3
4 Copyright (c) 2006, Intel Corporation.<BR>
5 All rights reserved. This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 **/
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = MnpDxe
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 IPF EBC
26 #
27 # DRIVER_BINDING = gMnpDriverBinding
28 # COMPONENT_NAME = gMnpComponentName
29 # COMPONENT_NAME2 = gMnpComponentName2
30 #
31
32 [Sources.common]
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
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 MdeModulePkg/MdeModulePkg.dec
46
47
48 [LibraryClasses]
49 BaseLib
50 BaseMemoryLib
51 MemoryAllocationLib
52 UefiLib
53 UefiBootServicesTableLib
54 UefiDriverEntryPoint
55 DebugLib
56 NetLib
57 DpcLib
58
59 [Protocols]
60 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
61 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
62 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED