]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
1. retired NicIp4ConfigProtocolGuid
[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 CONSTRUCTOR = NetLibConstructor
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources.common]
33 DxeNetLib.c
34 NetBuffer.c
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41
42 [LibraryClasses]
43 BaseLib
44 DebugLib
45 BaseMemoryLib
46 UefiBootServicesTableLib
47 UefiRuntimeServicesTableLib
48 UefiLib
49 MemoryAllocationLib
50 DevicePathLib
51 HiiLib
52 PrintLib
53
54 [Guids]
55 gEfiNicIp4ConfigVariableGuid
56
57 [Protocols]
58 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59 gEfiDpcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
60 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED
61 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
62 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED
63
64 [Depex]
65 gEfiDpcProtocolGuid
66