]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/BsdSocketLib/BsdSocketLib.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / BsdSocketLib / BsdSocketLib.inf
diff --git a/StdLib/BsdSocketLib/BsdSocketLib.inf b/StdLib/BsdSocketLib/BsdSocketLib.inf
deleted file mode 100644 (file)
index 238b709..0000000
+++ /dev/null
@@ -1,114 +0,0 @@
-#/** @file\r
-# Component description file for the socket library.\r
-#\r
-# This module implements the socket library.\r
-# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  All rights reserved. This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#**/\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = BsdSocketLib\r
-  FILE_GUID                      = E7A79769-DD6E-48f7-B90B-D4C510AC1741\r
-  MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = BsdSocketLib\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-\r
-[Sources.common]\r
-  accept.c\r
-  base64.c\r
-  bind.c\r
-  close.c\r
-  connect.c\r
-  getaddrinfo.c\r
-  gethostbydns.c\r
-  gethostbyht.c\r
-  gethostbynis.c\r
-  gethostname.c\r
-  gethostnamadr.c\r
-  gethostbynis.c\r
-  getnameinfo.c\r
-  getnetbydns.c\r
-  getnetbynis.c\r
-  getnetbyht.c\r
-  getnetnamadr.c\r
-  getpeername.c\r
-  getprotoent.c\r
-  getprotoname.c\r
-  getproto.c\r
-  getservbyname.c\r
-  getservbyport.c\r
-  getservent.c\r
-  getsockname.c\r
-  getsockopt.c\r
-  herror.c\r
-  inet_net_ntop.c\r
-  inet_net_pton.c\r
-  inet_neta.c\r
-  inet_pton.c\r
-  Ip6Addr_Any.c\r
-  Ip6Addr_Loopback.c\r
-  Ip6Addr_NodeLocal_AllNodes.c\r
-  Ip6Addr_LinkLocal_AllNodes.c\r
-  Ip6Addr_LinkLocal_AllRouters.c\r
-  listen.c\r
-  map_v4v6.c\r
-  ns_addr.c\r
-  ns_name.c\r
-  ns_netint.c\r
-  ns_ntoa.c\r
-  ns_parse.c\r
-  ns_print.c\r
-  ns_ttl.c\r
-  nsap_addr.c\r
-  poll.c\r
-  read.c\r
-  recv.c\r
-  recvfrom.c\r
-  res_comp.c\r
-  res_config.h\r
-  res_data.c\r
-  res_debug.c\r
-  res_init.c\r
-  res_mkquery.c\r
-  res_mkupdate.c\r
-  res_query.c\r
-  res_send.c\r
-  res_update.c\r
-  send.c\r
-  sendto.c\r
-  sethostname.c\r
-  setsockopt.c\r
-  shutdown.c\r
-  socket.c\r
-  SocketInternals.h\r
-  write.c\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  StdLibPrivateInternalFiles/DoNotUse.dec\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-\r
-[LibraryClasses]\r
-  BaseLib\r
-  BaseMemoryLib\r
-  DebugLib\r
-  DevUtility\r
-  UefiBootServicesTableLib\r
-  UefiLib\r
-\r
-[Protocols]\r
-  gEfiSocketServiceBindingProtocolGuid\r
-  gEfiSocketProtocolGuid\r