]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/LibC/StdLib/StdLib.inf
Standard Libraries for EDK II.
[mirror_edk2.git] / StdLib / LibC / StdLib / StdLib.inf
1 ## @file
2 # Standard C library: StdLib implementations.
3 #
4 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
5 #
6 # This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php.
10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = LibStdLib
19 FILE_GUID = f8a312f8-bccc-479f-b49b-ce129568b06a
20 MODULE_TYPE = UEFI_APPLICATION
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = LibStdLib
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 IPF
26 #
27
28 [Sources]
29 Bsearch.c
30 Environs.c
31 Malloc.c
32 NumericInt.c
33 Qsort.c
34 Rand.c
35 strtoimax.c
36 strtoumax.c
37 Xabs.c
38 Xdiv.c
39
40 [Packages]
41 StdLib/StdLib.dec
42 StdLibPrivateInternalFiles/DoNotUse.dec
43 MdePkg/MdePkg.dec
44 ShellPkg/ShellPkg.dec
45
46 [LibraryClasses]
47 UefiBootServicesTableLib
48 DebugLib
49 BaseLib
50 BaseMemoryLib
51 MemoryAllocationLib
52 ShellLib
53 LibC
54 LibCType
55 LibSignal
56
57 ################################################################
58 #
59 # The Build Options, below, are only used when building the C library.
60 # DO NOT use them when building your application!
61 # Nasty things could happen if you do.
62 #
63 # /Oi- is required for Microsoft VC++ to allow "intrinsic" functions to be
64 # defined in this library.
65 #
66 [BuildOptions]
67 MSFT:*_*_*_CC_FLAGS = /Oi-