]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/LibC/Stdio/Stdio.inf
Standard Libraries for EDK II.
[mirror_edk2.git] / StdLib / LibC / Stdio / Stdio.inf
1 ## @file
2 # Standard C library: Implementation for <stdio.h>.
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 = LibStdio
19 FILE_GUID = 7d2bd134-500d-4f42-aee2-26accfb6cb1d
20 MODULE_TYPE = UEFI_APPLICATION
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = LibStdio
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 IPF
26 #
27
28 [Sources]
29 clrerr.c #
30 fclose.c #
31 fdopen.c #
32 feof.c #
33 ferror.c #
34 fflush.c #
35 fgetc.c #
36 fgetln.c #
37 fgetpos.c #
38 fgets.c #
39 fopen.c #
40 fprintf.c #
41 fputc.c #
42 fputs.c #
43 fread.c #
44 freopen.c #
45 fscanf.c #
46 fseek.c #
47 fsetpos.c #
48 ftell.c #
49 fwrite.c #
50 getc.c #
51 getchar.c #
52 gets.c #
53 perror.c #
54 printf.c #
55 putc.c #
56 putchar.c #
57 puts.c #
58 remove.c #
59 rewind.c #
60 scanf.c #
61 setbuf.c #
62 setvbuf.c #
63 sprintf.c #
64 sscanf.c #
65 tmpfile.c #
66 tmpnam.c #
67 ungetc.c #
68 vfprintf.c #
69 vfwprintf.c #
70 vprintf.c #
71 vsprintf.c #
72
73 # Wide character functions
74 fgetwc.c #
75 fgetws.c #
76 fputwc.c #
77 fputws.c #
78 fwide.c #
79 fwprintf.c #
80 fwscanf.c #
81 getwc.c #
82 getwchar.c #
83 putwc.c #
84 putwchar.c #
85 swprintf.c #
86 swscanf.c #
87 ungetwc.c #
88 vfwscanf.c #
89 vswprintf.c #
90 vswscanf.c #
91 vwprintf.c #
92 vwscanf.c #
93 wprintf.c #
94 wscanf.c #
95
96
97 # Files internal to the implementation
98 fgetstr.c #
99 findfp.c #
100 flags.c #
101 fseeko.c #
102 ftello.c #
103 fvwrite.c #
104 fwalk.c #
105 gettemp.c #
106 makebuf.c #
107 mkstemp.c #
108 mktemp.c #
109 refill.c #
110 rget.c #
111 snprintf.c #
112 stdio.c #
113 vfscanf.c #
114 wbuf.c #
115 wsetup.c #
116
117
118 [Packages]
119 StdLib/StdLib.dec
120 StdLibPrivateInternalFiles/DoNotUse.dec
121 MdePkg/MdePkg.dec
122 ShellPkg/ShellPkg.dec
123
124 [LibraryClasses]
125 LibC
126 LibCType
127 LibGdtoa
128 LibLocale
129 LibStdLib
130 LibString
131 LibTime
132 LibUefi
133 LibWchar
134
135 ################################################################
136 #
137 # The Build Options, below, are only used when building the C library.
138 # DO NOT use them when building your application!
139 # Nasty things could happen if you do.
140 #
141 [BuildOptions]
142 GCC:*_*_*_CC_FLAGS = -fno-builtin -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast