]> git.proxmox.com Git - mirror_edk2.git/blob - StdLib/LibC/Stdio/Stdio.inf
Fix GCC build errors.
[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 snprintf.c
74 vsnprintf.c
75 fparseln.c
76
77 # Wide character functions
78 fgetwc.c #
79 fgetws.c #
80 fputwc.c #
81 fputws.c #
82 fwide.c #
83 fwprintf.c #
84 fwscanf.c #
85 getwc.c #
86 getwchar.c #
87 putwc.c #
88 putwchar.c #
89 swprintf.c #
90 swscanf.c #
91 ungetwc.c #
92 vfwscanf.c #
93 vswprintf.c #
94 vswscanf.c #
95 vwprintf.c #
96 vwscanf.c #
97 wprintf.c #
98 wscanf.c #
99
100
101 # Files internal to the implementation
102 fgetstr.c #
103 findfp.c #
104 flags.c #
105 fseeko.c #
106 ftello.c #
107 fvwrite.c #
108 fwalk.c #
109 gettemp.c #
110 makebuf.c #
111 mkstemp.c #
112 mktemp.c #
113 refill.c #
114 rget.c #
115 snprintf.c #
116 stdio.c #
117 vfscanf.c #
118 wbuf.c #
119 wsetup.c #
120
121
122 [Packages]
123 StdLib/StdLib.dec
124 StdLibPrivateInternalFiles/DoNotUse.dec
125 MdePkg/MdePkg.dec
126 ShellPkg/ShellPkg.dec
127
128 [LibraryClasses]
129 LibC
130 LibCType
131 LibGdtoa
132 LibLocale
133 LibStdLib
134 LibString
135 LibTime
136 LibUefi
137 LibWchar
138
139 ################################################################
140 #
141 # The Build Options, below, are only used when building the C library.
142 # DO NOT use them when building your application!
143 # Nasty things could happen if you do.
144 #
145 [BuildOptions]
146 GCC:*_*_*_CC_FLAGS = -fno-builtin -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wno-format