]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
BaseTools/Upt: Update UPT to ignore "!include" statement when parsing UNI file
[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
SZ
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
6bfbb5f0 9#\r
6036e94d
SZ
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
6bfbb5f0
LG
12#\r
13##\r
8f5e6151 14\r
cbf316f2 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
687a2e5f 18 BASE_NAME = DxeNetLib\r
6036e94d 19 MODULE_UNI_FILE = DxeNetLib.uni\r
cbf316f2 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
cbf316f2 24\r
cbf316f2 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
6bfbb5f0 31[Sources]\r
cbf316f2 32 DxeNetLib.c\r
33 NetBuffer.c\r
e48e37fc 34\r
cbf316f2 35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40\r
41[LibraryClasses]\r
3012ce5c 42 BaseLib\r
43 DebugLib\r
44 BaseMemoryLib\r
45 UefiBootServicesTableLib\r
46 UefiRuntimeServicesTableLib\r
47 UefiLib\r
48 MemoryAllocationLib\r
1232b214 49 DevicePathLib\r
63886849 50 HiiLib\r
51 PrintLib\r
52\r
1dc1b43f 53[Guids]\r
6036e94d
SZ
54 ## SOMETIMES_PRODUCES ## UNDEFINED # HiiConstructConfigHdr EFI_NIC_IP4_CONFIG_VARIABLE\r
55 ## UNDEFINED # Device Path Node \r
56 gEfiNicIp4ConfigVariableGuid \r
57 gEfiSmbiosTableGuid ## SOMETIMES_CONSUMES ## SystemTable\r
63886849 58\r
cbf316f2 59[Protocols]\r
6036e94d
SZ
60 gEfiSimpleNetworkProtocolGuid ## SOMETIMES_CONSUMES\r
61 gEfiManagedNetworkProtocolGuid ## SOMETIMES_CONSUMES\r
62 gEfiManagedNetworkServiceBindingProtocolGuid ## SOMETIMES_CONSUMES\r
63 gEfiComponentNameProtocolGuid ## SOMETIMES_CONSUMES\r
64 gEfiComponentName2ProtocolGuid ## SOMETIMES_CONSUMES\r
65 gEfiHiiConfigRoutingProtocolGuid ## SOMETIMES_CONSUMES\r
66 gEfiHiiConfigAccessProtocolGuid ## SOMETIMES_CONSUMES\r
67\r