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