]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/SocketDxe/SocketDxe.inf
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / SocketDxe / SocketDxe.inf
CommitLineData
d7ce7006 1#/** @file\r
2# Component description file for the socket layer driver.\r
3#\r
4# This module implements the socket layer.\r
56ca9007 5# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
d7ce7006 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 = SocketDxe\r
19 FILE_GUID = 2A43BA5F-AC29-4fdc-8A3B-0328D0256F8C\r
20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
22\r
23 ENTRY_POINT = EntryPoint\r
24\r
25#\r
56ca9007 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
d7ce7006 27#\r
28\r
29[Sources.common]\r
30 Socket.h\r
31 ComponentName.c\r
32 DriverBinding.c\r
33 EntryUnload.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 StdLib/StdLib.dec\r
39\r
40[LibraryClasses]\r
41 EfiSocketLib\r
42 UefiLib\r
43 UefiBootServicesTableLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46 UefiRuntimeLib\r
47 UefiDriverEntryPoint\r
48\r
49[Protocols]\r
50 gEfiTcp4ProtocolGuid\r
51 gEfiTcp4ServiceBindingProtocolGuid\r
52 gEfiUdp4ProtocolGuid\r
53 gEfiUdp4ServiceBindingProtocolGuid\r
54 gEfiSocketProtocolGuid\r
55 gEfiSocketServiceBindingProtocolGuid\r
56\r
57[Depex]\r
58 gEfiBdsArchProtocolGuid AND\r
59 gEfiCpuArchProtocolGuid AND\r
60 gEfiTcp4ServiceBindingProtocolGuid AND\r
61 gEfiTimerArchProtocolGuid AND\r
62 gEfiUdp4ServiceBindingProtocolGuid\r