]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Stdio/Stdio.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / LibC / Stdio / Stdio.inf
diff --git a/StdLib/LibC/Stdio/Stdio.inf b/StdLib/LibC/Stdio/Stdio.inf
deleted file mode 100644 (file)
index fe87242..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-## @file\r
-#  Standard C library: Implementation for <stdio.h>.\r
-#\r
-#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution. The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php.\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-#\r
-##\r
-\r
-[Defines]\r
-  INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = LibStdio\r
-  FILE_GUID                      = 7d2bd134-500d-4f42-aee2-26accfb6cb1d\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = LibStdio\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64\r
-#\r
-\r
-[Sources]\r
-  clrerr.c            #\r
-  fclose.c            #\r
-  fdopen.c            #\r
-  feof.c              #\r
-  ferror.c            #\r
-  fflush.c            #\r
-  fgetc.c             #\r
-  fgetln.c            #\r
-  fgetpos.c           #\r
-  fgets.c             #\r
-  fopen.c             #\r
-  fprintf.c           #\r
-  fputc.c             #\r
-  fputs.c             #\r
-  fread.c             #\r
-  freopen.c           #\r
-  fscanf.c            #\r
-  fseek.c             #\r
-  fsetpos.c           #\r
-  ftell.c             #\r
-  fwrite.c            #\r
-  getc.c              #\r
-  getchar.c           #\r
-  gets.c              #\r
-  perror.c            #\r
-  printf.c            #\r
-  putc.c              #\r
-  putchar.c           #\r
-  puts.c              #\r
-  remove.c            #\r
-  rewind.c            #\r
-  scanf.c             #\r
-  setbuf.c            #\r
-  setvbuf.c           #\r
-  sprintf.c           #\r
-  sscanf.c            #\r
-  tempnam.c           #\r
-  tmpfile.c           #\r
-  tmpnam.c            #\r
-  ungetc.c            #\r
-  vfprintf.c          #\r
-  vfwprintf.c         #\r
-  vprintf.c           #\r
-  vsprintf.c          #\r
-\r
-  snprintf.c\r
-  vsnprintf.c\r
-  fparseln.c\r
-\r
-  # Wide character functions\r
-  fgetwc.c            #\r
-  fgetws.c            #\r
-  fputwc.c            #\r
-  fputws.c            #\r
-  fwide.c             #\r
-  fwprintf.c          #\r
-  fwscanf.c           #\r
-  getwc.c             #\r
-  getwchar.c          #\r
-  putwc.c             #\r
-  putwchar.c          #\r
-  swprintf.c          #\r
-  swscanf.c           #\r
-  ungetwc.c           #\r
-  vfwscanf.c          #\r
-  vswprintf.c         #\r
-  vswscanf.c          #\r
-  vwprintf.c          #\r
-  vwscanf.c           #\r
-  wprintf.c           #\r
-  wscanf.c            #\r
-\r
-\r
-  # Files internal to the implementation\r
-  fgetstr.c           #\r
-  findfp.c            #\r
-  flags.c             #\r
-  fseeko.c            #\r
-  ftello.c            #\r
-  fvwrite.c           #\r
-  fwalk.c             #\r
-  gettemp.c           #\r
-  makebuf.c           #\r
-  mkstemp.c           #\r
-  mktemp.c            #\r
-  refill.c            #\r
-  rget.c              #\r
-  snprintf.c          #\r
-  stdio.c             #\r
-  vfscanf.c           #\r
-  wbuf.c              #\r
-  wsetup.c            #\r
-\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  StdLibPrivateInternalFiles/DoNotUse.dec\r
-  MdePkg/MdePkg.dec\r
-  ShellPkg/ShellPkg.dec\r
-\r
-[LibraryClasses]\r
-  LibC\r
-  LibCType\r
-  LibGdtoa\r
-  LibLocale\r
-  LibStdLib\r
-  LibString\r
-  LibTime\r
-  LibUefi\r
-  LibWchar\r
-\r
-################################################################\r
-#\r
-# The Build Options, below, are only used when building the C library.\r
-# DO NOT use them when building your application!\r
-# Nasty things could happen if you do.\r
-#\r
-[BuildOptions]\r
-  GCC:*_*_*_CC_FLAGS    = -fno-builtin -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wno-format\r