]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/DxeNetLib/DxeNetLib.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[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
26 CONSTRUCTOR = NetLibConstructor
27
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
32 #
33
34 [Sources.common]
35 DxeNetLib.c
36 NetBuffer.c
37
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42
43
44 [LibraryClasses]
45 BaseLib
46 DebugLib
47 BaseMemoryLib
48 UefiBootServicesTableLib
49 UefiRuntimeServicesTableLib
50 UefiLib
51 MemoryAllocationLib
52 DevicePathLib
53
54 [Protocols]
55 gEfiSimpleNetworkProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56 gEfiNicIp4ConfigProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiDpcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiComponentNameProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59 gEfiComponentName2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
60
61 [Depex]
62 gEfiDpcProtocolGuid
63