]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
Code clean up in NetLib:
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
1 /** @file
2 Instance of DxeNetLib.
3
4 Copyright (c) 2006 - 2009, 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
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = DxeNetLib
19 FILE_GUID = db6dcef3-9f4e-4340-9351-fc35aa8a5888
20 MODULE_TYPE = DXE_DRIVER
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = NetLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources.common]
31 DxeNetLib.c
32 NetBuffer.c
33
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39
40 [LibraryClasses]
41 BaseLib
42 DebugLib
43 BaseMemoryLib
44 UefiBootServicesTableLib
45 UefiRuntimeServicesTableLib
46 UefiLib
47 MemoryAllocationLib
48 DevicePathLib
49 HiiLib
50 PrintLib
51
52 [Guids]
53 gEfiNicIp4ConfigVariableGuid
54
55 [Protocols]
56 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED
60 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
61 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED