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