]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,000 (10s...
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpDxe.inf
CommitLineData
6e4bac4d 1/** @file\r
2 Component description file for Mnp module.\r
3\r
4Copyright (c) 2006, Intel Corporation.<BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
8a67d61d 12\r
6e4bac4d 13**/\r
8a67d61d 14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = MnpDxe\r
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
25# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
26#\r
d354ab7f 27# DRIVER_BINDING = gMnpDriverBinding \r
28# COMPONENT_NAME = gMnpComponentName\r
29# COMPONENT_NAME2 = gMnpComponentName2\r
30#\r
8a67d61d 31\r
32[Sources.common]\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
41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47\r
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
60 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r