]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/NetUtil/NetUtil.inf
Add Socket Libraries.
[mirror_edk2.git] / StdLib / LibC / NetUtil / NetUtil.inf
CommitLineData
2aa62f2b 1## @file\r
2# BSD Socket Library, Infrastructure functions.\r
3#\r
4# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.\r
10#\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\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = LibNetUtil\r
20 FILE_GUID = f3c9667b-c50c-4e9c-a1f1-78c3b1ddf2c2\r
21 MODULE_TYPE = UEFI_APPLICATION\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = LibNetUtil\r
24\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF\r
27#\r
28\r
29[Sources]\r
30 inet_addr.c #\r
31 inet_makeaddr.c #\r
32 inet_lnaof.c #\r
33 inet_netof.c #\r
34 inet_network.c #\r
35 inet_ntoa.c #\r
36 inet_ntop.c #\r
37\r
38[Packages]\r
39 StdLib/StdLib.dec\r
40 StdLibPrivateInternalFiles/DoNotUse.dec\r
41 MdePkg/MdePkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiLib\r
45 BaseLib\r
46 BaseMemoryLib\r
47 MemoryAllocationLib\r
48 LibStdLib\r
49 LibStdio\r
50 LibString\r