]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Uefi/Uefi.inf
StdLib: Fix some build problems and obscure bugs.
[mirror_edk2.git] / StdLib / LibC / Uefi / Uefi.inf
CommitLineData
2aa62f2b 1## @file\r
2# Standard C library: UEFI "system calls".\r
3#\r
caf89d64 4# Copyright (c) 2010 - 2014, 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
2aa62f2b 12##\r
13\r
14[Defines]\r
caf89d64
DM
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = LibUefi\r
17 FILE_GUID = 1dcff17c-aa53-4b78-b234-864027555035\r
18 MODULE_TYPE = UEFI_APPLICATION\r
19 VERSION_STRING = 1.05\r
20 LIBRARY_CLASS = LibUefi\r
fbd770b6 21 LIBRARY_DESTRUCTOR = DestructMePlease\r
2aa62f2b 22\r
23#\r
caf89d64 24# VALID_ARCHITECTURES = IA32 X64\r
2aa62f2b 25#\r
26\r
27[Sources]\r
d7ce7006 28 select.c\r
2aa62f2b 29 SysCalls.c\r
d7ce7006 30 writev.c\r
2aa62f2b 31 Xform.c\r
d7ce7006 32 compat.c\r
d7ce7006 33 StubFunctions.c\r
2aa62f2b 34\r
35[Packages]\r
36 StdLib/StdLib.dec\r
37 StdLibPrivateInternalFiles/DoNotUse.dec\r
38 MdePkg/MdePkg.dec\r
39 ShellPkg/ShellPkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiLib\r
43 BaseLib\r
44 BaseMemoryLib\r
45 MemoryAllocationLib\r
46 UefiBootServicesTableLib\r
47 ShellLib\r
48 LibC\r
49 LibLocale\r
50 LibString\r
51 LibTime\r
0c1992fb 52 LibGen\r
53e1e5c6 53 DevUtility\r