]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/UseSocketDxe/UseSocketDxe.inf
47236d02e21c9ea4b74e42127a580a8ba932dc94
[mirror_edk2.git] / StdLib / UseSocketDxe / UseSocketDxe.inf
1 #/** @file
2 # Component description file for the EFI socket library.
3 #
4 # This module implements the socket layer.
5 # Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
6 #. All rights reserved.
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #**/
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = UseSocketDxe
14 FILE_GUID = 1A6853C8-F362-4f68-A77E-0B304A194C05
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = UseSocketDxe
18
19 #
20 # VALID_ARCHITECTURES = IA32 X64 EBC
21 #
22
23 [Sources.common]
24 UseSocketDxe.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 MdeModulePkg/MdeModulePkg.dec
29 StdLib/StdLib.dec
30 # SocketPkg/SocketPkg.dec
31
32 [LibraryClasses]
33 UefiLib
34 UefiBootServicesTableLib
35 BaseMemoryLib
36 DebugLib
37
38 [Protocols]
39 gEfiSocketProtocolGuid
40 gEfiSocketServiceBindingProtocolGuid