]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
dc8c462fd4fe0051162d6e4f9385bde4edd206dd
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
1 ## @file
2 # This library instance provides the basic network services.
3 #
4 # Copyright (c) 2006 - 2014, 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
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = DxeNetLib
19 MODULE_UNI_FILE = DxeNetLib.uni
20 FILE_GUID = db6dcef3-9f4e-4340-9351-fc35aa8a5888
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = NetLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 DxeNetLib.c
33 NetBuffer.c
34
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40
41 [LibraryClasses]
42 BaseLib
43 DebugLib
44 BaseMemoryLib
45 UefiBootServicesTableLib
46 UefiRuntimeServicesTableLib
47 UefiLib
48 MemoryAllocationLib
49 DevicePathLib
50 PrintLib
51
52
53 [Guids]
54 gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable
55
56
57 [Protocols]
58 gEfiSimpleNetworkProtocolGuid ## SOMETIMES_CONSUMES
59 gEfiManagedNetworkProtocolGuid ## SOMETIMES_CONSUMES
60 gEfiManagedNetworkServiceBindingProtocolGuid ## SOMETIMES_CONSUMES
61 gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES
62 gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMES
63 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES
64 gEfiHttpProtocolGuid
65 gEfiHttpServiceBindingProtocolGuid