]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/UseSocketDxe/UseSocketDxe.inf
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / StdLib / UseSocketDxe / UseSocketDxe.inf
CommitLineData
d7ce7006 1#/** @file\r
2# Component description file for the EFI socket library.\r
3#\r
4# This module implements the socket layer.\r
5# Copyright (c) 2011, Intel Corporation\r
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 = UseSocketDxe\r
19 FILE_GUID = 1A6853C8-F362-4f68-A77E-0B304A194C05\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = UseSocketDxe\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
26#\r
27\r
28[Sources.common]\r
29 UseSocketDxe.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 StdLib/StdLib.dec\r
35# SocketPkg/SocketPkg.dec\r
36\r
37[LibraryClasses]\r
38 UefiLib\r
39 UefiBootServicesTableLib\r
40 BaseMemoryLib\r
41 DebugLib\r
42\r
43[Protocols]\r
44 gEfiSocketProtocolGuid\r
45 gEfiSocketServiceBindingProtocolGuid\r