]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
3ce822d831a51dac73c6c1c5cc2b3221650ad42b
[mirror_edk2.git] / MdeModulePkg / Library / DxeNetLib / DxeNetLib.inf
1 #/** @file
2 # Component name for module DxeNetLib
3 #
4 # FIX ME!
5 # Copyright (c) 2006, Intel Corporation.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = DxeNetLib
21 FILE_GUID = db6dcef3-9f4e-4340-9351-fc35aa8a5888
22 MODULE_TYPE = DXE_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = NetLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 CONSTRUCTOR = NetLibConstructor
29
30 #
31 # The following information is for reference only and not required by the build tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36 [Sources.common]
37 DxeNetLib.c
38 NetBuffer.c
39 NetDebug.c
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44
45
46 [LibraryClasses]
47 BaseLib
48 DebugLib
49 BaseMemoryLib
50 UefiBootServicesTableLib
51 UefiRuntimeServicesTableLib
52 UefiLib
53 MemoryAllocationLib
54
55 [Protocols]
56 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiNicIp4ConfigProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiDpcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED
60 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED