]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Uefi/Uefi.inf
Add Socket Libraries.
[mirror_edk2.git] / StdLib / LibC / Uefi / Uefi.inf
CommitLineData
2aa62f2b 1## @file\r
2# Standard C library: UEFI "system calls".\r
3#\r
53e1e5c6 4# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
2aa62f2b 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.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = LibUefi\r
d7ce7006 19 FILE_GUID = 1dcff17c-aa53-4b78-b234-864027555035\r
2aa62f2b 20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = LibUefi\r
d7ce7006 23 LIBRARY_CONSTRUCTOR = DestructMePlease\r
2aa62f2b 24\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 IPF\r
27#\r
28\r
29[Sources]\r
d7ce7006 30 select.c\r
2aa62f2b 31 SysCalls.c\r
d7ce7006 32 writev.c\r
2aa62f2b 33 Xform.c\r
d7ce7006 34 compat.c\r
35 GetPass.c\r
36 StubFunctions.c\r
2aa62f2b 37\r
38[Packages]\r
39 StdLib/StdLib.dec\r
40 StdLibPrivateInternalFiles/DoNotUse.dec\r
41 MdePkg/MdePkg.dec\r
42 ShellPkg/ShellPkg.dec\r
43\r
44[LibraryClasses]\r
45 UefiLib\r
46 BaseLib\r
47 BaseMemoryLib\r
48 MemoryAllocationLib\r
49 UefiBootServicesTableLib\r
50 ShellLib\r
51 LibC\r
52 LibLocale\r
53 LibString\r
54 LibTime\r
53e1e5c6 55 DevUtility\r