]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
... / ...
CommitLineData
1## @file\r
2# This library instance provides the basic network services.\r
3#\r
4# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeNetLib\r
19 MODULE_UNI_FILE = DxeNetLib.uni\r
20 FILE_GUID = db6dcef3-9f4e-4340-9351-fc35aa8a5888\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = NetLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
29#\r
30\r
31[Sources]\r
32 DxeNetLib.c\r
33 NetBuffer.c\r
34\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40\r
41[LibraryClasses]\r
42 BaseLib\r
43 DebugLib\r
44 BaseMemoryLib\r
45 UefiBootServicesTableLib\r
46 UefiRuntimeServicesTableLib\r
47 UefiLib\r
48 MemoryAllocationLib\r
49 DevicePathLib\r
50 PrintLib\r
51\r
52\r
53[Guids]\r
54 gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
55\r
56\r
57[Protocols]\r
58 gEfiSimpleNetworkProtocolGuid ## SOMETIMES_CONSUMES\r
59 gEfiManagedNetworkProtocolGuid ## SOMETIMES_CONSUMES\r
60 gEfiManagedNetworkServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r
61 gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES\r
62 gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMES\r
63 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
64 gEfiHttpProtocolGuid\r
65 gEfiHttpServiceBindingProtocolGuid