]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/EfiSocketLib/EfiSocketLib.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / EfiSocketLib / EfiSocketLib.inf
diff --git a/StdLib/EfiSocketLib/EfiSocketLib.inf b/StdLib/EfiSocketLib/EfiSocketLib.inf
deleted file mode 100644 (file)
index d8cc7ad..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-#/** @file\r
-# Component description file for the EFI socket library.\r
-#\r
-# This module implements the socket layer.\r
-# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#. All rights reserved.\r
-#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-#\r
-#**/\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = EfiSocketLib\r
-  FILE_GUID                      = C33E0B7C-9D0F-41df-BDFD-08F5E4C39EE8\r
-  MODULE_TYPE                    = BASE\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = EfiSocketLib\r
-  CONSTRUCTOR                    = EslConstructor\r
-  DESTRUCTOR                     = EslDestructor\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
-#\r
-\r
-[Sources.common]\r
-  DxeSupport.c\r
-  Init.c\r
-  Ip4.c\r
-  Service.c\r
-  Socket.c\r
-  Tcp4.c\r
-  Tcp6.c\r
-  Udp4.c\r
-  Udp6.c\r
-  UseEfiSocketLib.c\r
-\r
-[Packages]\r
-  MdePkg/MdePkg.dec\r
-  MdeModulePkg/MdeModulePkg.dec\r
-  StdLib/StdLib.dec\r
-\r
-[LibraryClasses]\r
-  BaseMemoryLib\r
-  DebugLib\r
-  MemoryAllocationLib\r
-  UefiBootServicesTableLib\r
-  UefiLib\r
-\r
-[Protocols]\r
-  gEfiIp4Config2ProtocolGuid\r
-  gEfiIp6ConfigProtocolGuid\r
-  gEfiIp4ProtocolGuid\r
-  gEfiIp4ServiceBindingProtocolGuid\r
-  gEfiIp6ProtocolGuid\r
-  gEfiIp6ServiceBindingProtocolGuid\r
-  gEfiTcp4ProtocolGuid\r
-  gEfiTcp4ServiceBindingProtocolGuid\r
-  gEfiTcp6ProtocolGuid\r
-  gEfiTcp6ServiceBindingProtocolGuid\r
-  gEfiUdp4ProtocolGuid\r
-  gEfiUdp4ServiceBindingProtocolGuid\r
-  gEfiUdp6ProtocolGuid\r
-  gEfiUdp6ServiceBindingProtocolGuid\r
-  gEfiSocketProtocolGuid\r
-  gEfiSocketServiceBindingProtocolGuid\r