]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/EfiSocketLib/EfiSocketLib.inf
1. Add Partial Keystroke Support in Nt32 WinNTGopDxe driver. See the Uefi2.3.1a chapt...
[mirror_edk2.git] / StdLib / EfiSocketLib / EfiSocketLib.inf
1 #/** @file
2 # Component description file for the EFI socket library.
3 #
4 # This module implements the socket layer.
5 # Copyright (c) 2011, 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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 #**/
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = EfiSocketLib
19 FILE_GUID = C33E0B7C-9D0F-41df-BDFD-08F5E4C39EE8
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = EfiSocketLib
23 CONSTRUCTOR = EslConstructor
24 DESTRUCTOR = EslDestructor
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 #
29
30 [Sources.common]
31 Init.c
32 Service.c
33 Socket.c
34 Tcp4.c
35 Udp4.c
36 UseEfiSocketLib.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 StdLib/StdLib.dec
42
43 [LibraryClasses]
44 BaseMemoryLib
45 DebugLib
46 UefiBootServicesTableLib
47 UefiLib
48
49 [Protocols]
50 gEfiTcp4ProtocolGuid
51 gEfiTcp4ServiceBindingProtocolGuid
52 gEfiUdp4ProtocolGuid
53 gEfiUdp4ServiceBindingProtocolGuid
54 gEfiSocketProtocolGuid
55 gEfiSocketServiceBindingProtocolGuid