]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/BsdSocketLib/BsdSocketLib.inf
Fix some errors detected by the GCC 4.4 compiler.
[mirror_edk2.git] / StdLib / BsdSocketLib / BsdSocketLib.inf
CommitLineData
d7ce7006 1#/** @file\r
2# Component description file for the socket library.\r
3#\r
4# This module implements the socket library.\r
5# Copyright (c) 2011, Intel Corporation\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BsdSocketLib\r
19 FILE_GUID = E7A79769-DD6E-48f7-B90B-D4C510AC1741\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = BsdSocketLib\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
26#\r
27\r
28[Sources.common]\r
29 accept.c\r
30 base64.c\r
31 bind.c\r
32 close.c\r
33 connect.c\r
3bdf9aae 34 getaddrinfo.c\r
d7ce7006 35 gethostbydns.c\r
36 gethostbyht.c\r
37 gethostbynis.c\r
38 gethostname.c\r
39 gethostnamadr.c\r
40 gethostbynis.c\r
3bdf9aae 41 getnameinfo.c\r
d7ce7006 42 getnetbydns.c\r
43 getnetbynis.c\r
44 getnetbyht.c\r
45 getnetnamadr.c\r
46 getpeername.c\r
47 getprotoent.c\r
48 getprotoname.c\r
49 getproto.c\r
50 getservbyname.c\r
51 getservbyport.c\r
52 getservent.c\r
53 getsockname.c\r
54 getsockopt.c\r
55 herror.c\r
d7ce7006 56 inet_net_ntop.c\r
57 inet_net_pton.c\r
58 inet_neta.c\r
d7ce7006 59 inet_pton.c\r
60 listen.c\r
61 map_v4v6.c\r
62 ns_addr.c\r
63 ns_name.c\r
64 ns_netint.c\r
65 ns_ntoa.c\r
66 ns_parse.c\r
67 ns_print.c\r
68 ns_ttl.c\r
69 nsap_addr.c\r
70 poll.c\r
71 read.c\r
72 recv.c\r
73 recvfrom.c\r
74 res_comp.c\r
75 res_config.h\r
76 res_data.c\r
77 res_debug.c\r
78 res_init.c\r
79 res_mkquery.c\r
80 res_mkupdate.c\r
81 res_query.c\r
82 res_send.c\r
83 res_update.c\r
84 send.c\r
85 sendto.c\r
86 sethostname.c\r
87 setsockopt.c\r
88 shutdown.c\r
89 socket.c\r
90 SocketInternals.h\r
91 write.c\r
92\r
93[Packages]\r
94 StdLib/StdLib.dec\r
95 StdLibPrivateInternalFiles/DoNotUse.dec\r
96 MdePkg/MdePkg.dec\r
97 MdeModulePkg/MdeModulePkg.dec\r
d7ce7006 98\r
99[LibraryClasses]\r
100 BaseLib\r
101 BaseMemoryLib\r
102 DebugLib\r
103 DevUtility\r
104 UefiBootServicesTableLib\r
105 UefiLib\r
106\r
107[Protocols]\r
108 gEfiSocketServiceBindingProtocolGuid\r
109 gEfiSocketProtocolGuid\r