]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/BsdSocketLib/BsdSocketLib.inf
Remove SocketPkg references
[mirror_edk2.git] / StdLib / BsdSocketLib / BsdSocketLib.inf
1 #/** @file
2 # Component description file for the socket library.
3 #
4 # This module implements the socket library.
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 = BsdSocketLib
19 FILE_GUID = E7A79769-DD6E-48f7-B90B-D4C510AC1741
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = BsdSocketLib
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
26 #
27
28 [Sources.common]
29 accept.c
30 base64.c
31 bind.c
32 close.c
33 connect.c
34 gethostbydns.c
35 gethostbyht.c
36 gethostbynis.c
37 gethostname.c
38 gethostnamadr.c
39 gethostbynis.c
40 getnetbydns.c
41 getnetbynis.c
42 getnetbyht.c
43 getnetnamadr.c
44 getpeername.c
45 getprotoent.c
46 getprotoname.c
47 getproto.c
48 getservbyname.c
49 getservbyport.c
50 getservent.c
51 getsockname.c
52 getsockopt.c
53 herror.c
54 # inet_addr.c
55 # inet_lnaof.c
56 # inet_makeaddr.c
57 inet_net_ntop.c
58 inet_net_pton.c
59 inet_neta.c
60 # inet_netof.c
61 # inet_network.c
62 # inet_ntoa.c
63 # inet_ntop.c
64 inet_pton.c
65 listen.c
66 map_v4v6.c
67 ns_addr.c
68 ns_name.c
69 ns_netint.c
70 ns_ntoa.c
71 ns_parse.c
72 ns_print.c
73 ns_ttl.c
74 nsap_addr.c
75 poll.c
76 read.c
77 recv.c
78 recvfrom.c
79 res_comp.c
80 res_config.h
81 res_data.c
82 res_debug.c
83 res_init.c
84 res_mkquery.c
85 res_mkupdate.c
86 res_query.c
87 res_send.c
88 res_update.c
89 send.c
90 sendto.c
91 sethostname.c
92 setsockopt.c
93 shutdown.c
94 socket.c
95 SocketInternals.h
96 write.c
97
98 [Packages]
99 StdLib/StdLib.dec
100 StdLibPrivateInternalFiles/DoNotUse.dec
101 MdePkg/MdePkg.dec
102 MdeModulePkg/MdeModulePkg.dec
103
104 [LibraryClasses]
105 BaseLib
106 BaseMemoryLib
107 DebugLib
108 DevUtility
109 UefiBootServicesTableLib
110 UefiLib
111
112 [Protocols]
113 gEfiSocketServiceBindingProtocolGuid
114 gEfiSocketProtocolGuid