]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
Make use of UefiRuntimeLib for refinement.
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
CommitLineData
8f5e6151 1/** @file\r
f98c4b82 2 Instance of DxeNetLib.\r
8f5e6151 3\r
63886849 4Copyright (c) 2006 - 2009, Intel Corporation.<BR>\r
8f5e6151 5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
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
30[Sources.common]\r
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
52[Guids] \r
d8d26fb2 53 gEfiNicIp4ConfigVariableGuid\r
63886849 54\r
cbf316f2 55[Protocols]\r
cbf316f2 56 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
3012ce5c 57 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
d5aace25 58 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63886849 59 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r