]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
Put EOF (End of File) on its own line for all source files. This is required for...
[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
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
63886849 51 HiiLib\r
52 PrintLib\r
53\r
54[Guids] \r
55 gEfiNicIp4ConfigVariableGuid \r
56\r
cbf316f2 57[Protocols]\r
cbf316f2 58 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
36ee91ca 59 gEfiDpcProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
3012ce5c 60 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
d5aace25 61 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63886849 62 gEfiHiiConfigRoutingProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
d5aace25 63\r
64[Depex]\r
65 gEfiDpcProtocolGuid\r
66