]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
MdeModulePkg: Add PcdDxeIplBuildPageTables for DxeIpl X64 to optionally not rebuild...
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
CommitLineData
6bfbb5f0
LG
1## @file\r
2# Instance of DxeNetLib.\r
3#\r
cd5ebaa0
HT
4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6bfbb5f0
LG
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
8f5e6151 14\r
cbf316f2 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
687a2e5f 18 BASE_NAME = DxeNetLib\r
cbf316f2 19 FILE_GUID = db6dcef3-9f4e-4340-9351-fc35aa8a5888\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = NetLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
cbf316f2 23\r
cbf316f2 24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
6bfbb5f0 30[Sources]\r
cbf316f2 31 DxeNetLib.c\r
32 NetBuffer.c\r
e48e37fc 33\r
cbf316f2 34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39\r
40[LibraryClasses]\r
3012ce5c 41 BaseLib\r
42 DebugLib\r
43 BaseMemoryLib\r
44 UefiBootServicesTableLib\r
45 UefiRuntimeServicesTableLib\r
46 UefiLib\r
47 MemoryAllocationLib\r
1232b214 48 DevicePathLib\r
63886849 49 HiiLib\r
50 PrintLib\r
51\r
1dc1b43f 52[Guids]\r
d8d26fb2 53 gEfiNicIp4ConfigVariableGuid\r
63886849 54\r
cbf316f2 55[Protocols]\r
cbf316f2 56 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
1204fe83 57 gEfiManagedNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58 gEfiManagedNetworkServiceBindingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
3012ce5c 59 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
d5aace25 60 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63886849 61 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
1dc1b43f 62 gEfiHiiConfigAccessProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r