summaryrefslogtreecommitdiffstats
path: root/StdLib/LibC/Stdio/Stdio.inf
blob: fe87242a091575fc565c5aa64660c302ad67a27b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
## @file
#  Standard C library: Implementation for <stdio.h>.
#
#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>
#
#  This program and the accompanying materials
#  are licensed and made available under the terms and conditions of the BSD License
#  which accompanies this distribution. The full text of the license may be found at
#  http://opensource.org/licenses/bsd-license.php.
#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
#
##

[Defines]
  INF_VERSION                    = 0x00010005
  BASE_NAME                      = LibStdio
  FILE_GUID                      = 7d2bd134-500d-4f42-aee2-26accfb6cb1d
  MODULE_TYPE                    = UEFI_APPLICATION
  VERSION_STRING                 = 1.0
  LIBRARY_CLASS                  = LibStdio

#
#  VALID_ARCHITECTURES           = IA32 X64
#

[Sources]
  clrerr.c            #
  fclose.c            #
  fdopen.c            #
  feof.c              #
  ferror.c            #
  fflush.c            #
  fgetc.c             #
  fgetln.c            #
  fgetpos.c           #
  fgets.c             #
  fopen.c             #
  fprintf.c           #
  fputc.c             #
  fputs.c             #
  fread.c             #
  freopen.c           #
  fscanf.c            #
  fseek.c             #
  fsetpos.c           #
  ftell.c             #
  fwrite.c            #
  getc.c              #
  getchar.c           #
  gets.c              #
  perror.c            #
  printf.c            #
  putc.c              #
  putchar.c           #
  puts.c              #
  remove.c            #
  rewind.c            #
  scanf.c             #
  setbuf.c            #
  setvbuf.c           #
  sprintf.c           #
  sscanf.c            #
  tempnam.c           #
  tmpfile.c           #
  tmpnam.c            #
  ungetc.c            #
  vfprintf.c          #
  vfwprintf.c         #
  vprintf.c           #
  vsprintf.c          #

  snprintf.c
  vsnprintf.c
  fparseln.c

  # Wide character functions
  fgetwc.c            #
  fgetws.c            #
  fputwc.c            #
  fputws.c            #
  fwide.c             #
  fwprintf.c          #
  fwscanf.c           #
  getwc.c             #
  getwchar.c          #
  putwc.c             #
  putwchar.c          #
  swprintf.c          #
  swscanf.c           #
  ungetwc.c           #
  vfwscanf.c          #
  vswprintf.c         #
  vswscanf.c          #
  vwprintf.c          #
  vwscanf.c           #
  wprintf.c           #
  wscanf.c            #


  # Files internal to the implementation
  fgetstr.c           #
  findfp.c            #
  flags.c             #
  fseeko.c            #
  ftello.c            #
  fvwrite.c           #
  fwalk.c             #
  gettemp.c           #
  makebuf.c           #
  mkstemp.c           #
  mktemp.c            #
  refill.c            #
  rget.c              #
  snprintf.c          #
  stdio.c             #
  vfscanf.c           #
  wbuf.c              #
  wsetup.c            #


[Packages]
  StdLib/StdLib.dec
  StdLibPrivateInternalFiles/DoNotUse.dec
  MdePkg/MdePkg.dec
  ShellPkg/ShellPkg.dec

[LibraryClasses]
  LibC
  LibCType
  LibGdtoa
  LibLocale
  LibStdLib
  LibString
  LibTime
  LibUefi
  LibWchar

################################################################
#
# The Build Options, below, are only used when building the C library.
# DO NOT use them when building your application!
# Nasty things could happen if you do.
#
[BuildOptions]
  GCC:*_*_*_CC_FLAGS    = -fno-builtin -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wno-format