2009-02-03 08:56:54 +01:00
|
|
|
/** @file
|
|
|
|
Component description file for Mnp module.
|
|
|
|
|
|
|
|
Copyright (c) 2006, Intel Corporation.<BR>
|
|
|
|
All rights reserved. This program and the accompanying materials
|
|
|
|
are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
which accompanies this distribution. The full text of the license may be found at
|
|
|
|
http://opensource.org/licenses/bsd-license.php
|
|
|
|
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2007-07-24 10:06:37 +02:00
|
|
|
|
2009-02-03 08:56:54 +01:00
|
|
|
**/
|
2007-07-24 10:06:37 +02:00
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = MnpDxe
|
|
|
|
FILE_GUID = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A
|
2008-08-18 11:18:44 +02:00
|
|
|
MODULE_TYPE = UEFI_DRIVER
|
2007-07-24 10:06:37 +02:00
|
|
|
VERSION_STRING = 1.0
|
|
|
|
ENTRY_POINT = MnpDriverEntryPoint
|
2007-09-28 08:02:01 +02:00
|
|
|
UNLOAD_IMAGE = NetLibDefaultUnload
|
2007-07-24 10:06:37 +02:00
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32 X64 IPF EBC
|
|
|
|
#
|
2008-12-04 08:12:25 +01:00
|
|
|
# DRIVER_BINDING = gMnpDriverBinding
|
|
|
|
# COMPONENT_NAME = gMnpComponentName
|
|
|
|
# COMPONENT_NAME2 = gMnpComponentName2
|
|
|
|
#
|
2007-07-24 10:06:37 +02:00
|
|
|
|
|
|
|
[Sources.common]
|
|
|
|
MnpMain.c
|
|
|
|
MnpIo.c
|
2009-02-03 08:56:54 +01:00
|
|
|
ComponentName.h
|
2007-07-24 10:06:37 +02:00
|
|
|
MnpDriver.h
|
|
|
|
ComponentName.c
|
|
|
|
MnpDriver.c
|
|
|
|
MnpConfig.c
|
|
|
|
MnpImpl.h
|
|
|
|
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
|
|
|
|
|
|
|
|
[LibraryClasses]
|
2009-05-20 22:05:06 +02:00
|
|
|
BaseLib
|
2009-05-21 01:15:47 +02:00
|
|
|
BaseMemoryLib
|
|
|
|
MemoryAllocationLib
|
2007-07-24 10:06:37 +02:00
|
|
|
UefiLib
|
|
|
|
UefiBootServicesTableLib
|
|
|
|
UefiDriverEntryPoint
|
|
|
|
DebugLib
|
|
|
|
NetLib
|
|
|
|
|
|
|
|
|
|
|
|
[Protocols]
|
|
|
|
gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
|
|
|
|