]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/EfiSocketLib/EfiSocketLib.inf
BaseTools GenerateCapsule: Change property to executable for Linux
[mirror_edk2.git] / StdLib / EfiSocketLib / EfiSocketLib.inf
index 9a30193f84dd6788c16ac245e4b26864d52ae714..d1d271ad3041be504d94a5cbeb986e623af98e52 100644 (file)
@@ -2,7 +2,7 @@
 # Component description file for the EFI socket library.\r
 #\r
 # This module implements the socket layer.\r
-# Copyright (c) 2011, Intel Corporation\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
   DESTRUCTOR                     = EslDestructor\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\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
-#  SocketPkg/SocketPkg.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