]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc...
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
... / ...
CommitLineData
1/** @file\r
2 Instance of DxeNetLib.\r
3\r
4Copyright (c) 2006 - 2009, Intel Corporation.<BR>\r
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
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeNetLib\r
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
23\r
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
33\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 DebugLib\r
43 BaseMemoryLib\r
44 UefiBootServicesTableLib\r
45 UefiRuntimeServicesTableLib\r
46 UefiLib\r
47 MemoryAllocationLib\r
48 DevicePathLib\r
49 HiiLib\r
50 PrintLib\r
51\r
52[Guids] \r
53 gEfiNicIp4ConfigVariableGuid\r
54\r
55[Protocols]\r
56 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
59 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r