]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
MdeModulePkg/NetLib: Add NetLibDetectMediaWaitTimeout() API to support EFI_NOT_READY...
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# This library instance provides the basic network services.\r
6bfbb5f0 3#\r
6036e94d 4# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
33ecfa8a 5# (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
6036e94d
SZ
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
6bfbb5f0 10#\r
6036e94d
SZ
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
6bfbb5f0
LG
13#\r
14##\r
8f5e6151 15\r
cbf316f2 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
687a2e5f 19 BASE_NAME = DxeNetLib\r
6036e94d 20 MODULE_UNI_FILE = DxeNetLib.uni\r
cbf316f2 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
cbf316f2 25\r
cbf316f2 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
6bfbb5f0 32[Sources]\r
cbf316f2 33 DxeNetLib.c\r
34 NetBuffer.c\r
e48e37fc 35\r
cbf316f2 36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41\r
42[LibraryClasses]\r
3012ce5c 43 BaseLib\r
44 DebugLib\r
45 BaseMemoryLib\r
46 UefiBootServicesTableLib\r
47 UefiRuntimeServicesTableLib\r
48 UefiLib\r
49 MemoryAllocationLib\r
1232b214 50 DevicePathLib\r
63886849 51 PrintLib\r
52\r
6c5c70d6 53\r
1dc1b43f 54[Guids]\r
6036e94d 55 gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
33ecfa8a 56 gEfiSmbios3TableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
ca4e4323 57 gEfiAdapterInfoMediaStateGuid ## SOMETIMES_CONSUMES\r
63886849 58\r
6c5c70d6 59\r
cbf316f2 60[Protocols]\r
6036e94d
SZ
61 gEfiSimpleNetworkProtocolGuid ## SOMETIMES_CONSUMES\r
62 gEfiManagedNetworkProtocolGuid ## SOMETIMES_CONSUMES\r
63 gEfiManagedNetworkServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r
6c5c70d6 64 gEfiIp4Config2ProtocolGuid ## SOMETIMES_CONSUMES\r
6036e94d
SZ
65 gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMES\r
66 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
ca4e4323 67 gEfiAdapterInformationProtocolGuid ## SOMETIMES_CONSUMES