]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/StdLib/StdLib.inf
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / StdLib / LibC / StdLib / StdLib.inf
CommitLineData
2aa62f2b 1## @file\r
2# Standard C library: StdLib implementations.\r
3#\r
56ca9007 4# Copyright (c) 2010 - 2018, 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 = LibStdLib\r
19 FILE_GUID = f8a312f8-bccc-479f-b49b-ce129568b06a\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = LibStdLib\r
23\r
24#\r
56ca9007 25# VALID_ARCHITECTURES = IA32 X64\r
2aa62f2b 26#\r
27\r
28[Sources]\r
29 Bsearch.c\r
30 Environs.c\r
31 Malloc.c\r
32 NumericInt.c\r
33 Qsort.c\r
34 Rand.c\r
35 strtoimax.c\r
36 strtoumax.c\r
37 Xabs.c\r
38 Xdiv.c\r
d7ce7006 39 realpath.c\r
40 setprogname.c\r
2aa62f2b 41\r
42[Packages]\r
43 StdLib/StdLib.dec\r
44 StdLibPrivateInternalFiles/DoNotUse.dec\r
45 MdePkg/MdePkg.dec\r
46 ShellPkg/ShellPkg.dec\r
47\r
48[LibraryClasses]\r
49 UefiBootServicesTableLib\r
50 DebugLib\r
51 BaseLib\r
52 BaseMemoryLib\r
53 MemoryAllocationLib\r
54 ShellLib\r
55 LibC\r
56 LibCType\r
57 LibSignal\r
58\r
59################################################################\r
60#\r
61# The Build Options, below, are only used when building the C library.\r
62# DO NOT use them when building your application!\r
63# Nasty things could happen if you do.\r
64#\r
65# /Oi- is required for Microsoft VC++ to allow "intrinsic" functions to be\r
66# defined in this library.\r
67#\r
68[BuildOptions]\r
69 MSFT:*_*_*_CC_FLAGS = /Oi-\r