]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
Modified for use reversion field and fix a typo.
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
CommitLineData
8f5e6151 1/** @file\r
2 Component name for module DxeNetLib.\r
3\r
4Copyright (c) 2006, 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
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
36ee91ca 24 CONSTRUCTOR = NetLibConstructor\r
cbf316f2 25\r
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
32[Sources.common]\r
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
51 \r
cbf316f2 52[Protocols]\r
cbf316f2 53 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
e5e12de7 54 gEfiNicIp4ConfigProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
36ee91ca 55 gEfiDpcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
3012ce5c 56 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
d5aace25 57 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58\r
59[Depex]\r
60 gEfiDpcProtocolGuid\r
61