]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Network/MnpDxe/MnpDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe / MnpDxe.inf
1 ## @file
2 # Component description file for Mnp module.
3 #
4 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
5 # 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
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = MnpDxe
18 FILE_GUID = 025BBFC7-E6A9-4b8b-82AD-6815A1AEAF4A
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = MnpDriverEntryPoint
22 UNLOAD_IMAGE = NetLibDefaultUnload
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
27 #
28 # DRIVER_BINDING = gMnpDriverBinding
29 # COMPONENT_NAME = gMnpComponentName
30 # COMPONENT_NAME2 = gMnpComponentName2
31 #
32
33 [Sources]
34 MnpMain.c
35 MnpIo.c
36 ComponentName.h
37 MnpDriver.h
38 ComponentName.c
39 MnpDriver.c
40 MnpConfig.c
41 MnpImpl.h
42 MnpVlan.h
43 MnpVlan.c
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.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 ## PRODUCES
62 gEfiSimpleNetworkProtocolGuid ## CONSUMES
63 gEfiManagedNetworkProtocolGuid ## PRODUCES
64 gEfiVlanConfigProtocolGuid ## SOMETIMES_PRODUCES