]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpDxe.inf
CommitLineData
779ae357 1## @file\r
2# Component description file for Mnp module.\r
3#\r
6bfbb5f0 4# Copyright (c) 2006 - 2010, Intel Corporation. <BR>\r
779ae357 5# All rights reserved. This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
8a67d61d 14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = MnpDxe\r
18 FILE_GUID = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A\r
d3f16117 19 MODULE_TYPE = UEFI_DRIVER\r
8a67d61d 20 VERSION_STRING = 1.0\r
8a67d61d 21 ENTRY_POINT = MnpDriverEntryPoint\r
da1d0201 22 UNLOAD_IMAGE = NetLibDefaultUnload\r
8a67d61d 23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
27#\r
779ae357 28# DRIVER_BINDING = gMnpDriverBinding\r
d354ab7f 29# COMPONENT_NAME = gMnpComponentName\r
30# COMPONENT_NAME2 = gMnpComponentName2\r
31#\r
8a67d61d 32\r
6bfbb5f0 33[Sources]\r
8a67d61d 34 MnpMain.c\r
35 MnpIo.c\r
6e4bac4d 36 ComponentName.h\r
8a67d61d 37 MnpDriver.h\r
38 ComponentName.c\r
39 MnpDriver.c\r
40 MnpConfig.c\r
41 MnpImpl.h\r
779ae357 42 MnpVlan.h\r
43 MnpVlan.c\r
8a67d61d 44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
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
779ae357 61 gEfiManagedNetworkServiceBindingProtocolGuid ## PRODUCES\r
62 gEfiSimpleNetworkProtocolGuid ## CONSUMES\r
63 gEfiManagedNetworkProtocolGuid ## PRODUCES\r
64 gEfiVlanConfigProtocolGuid ## SOMETIMES_PRODUCES\r