]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/gdtoa/gdtoa.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / LibC / gdtoa / gdtoa.inf
diff --git a/StdLib/LibC/gdtoa/gdtoa.inf b/StdLib/LibC/gdtoa/gdtoa.inf
deleted file mode 100644 (file)
index 08ef5e0..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-## @file\r
-#  This module contains source for a library of binary -> decimal\r
-#  and decimal -> binary conversion routines, for single-, double-,\r
-#  and extended-precision IEEE binary floating-point arithmetic, and\r
-#  other IEEE-like binary floating-point, including "double double".\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                      = LibGdtoa\r
-  FILE_GUID                      = 5c98de6e-cb69-465f-b6b9-f661e26e6f9d\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = LibGdtoa\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64\r
-#\r
-\r
-[Sources.X64]\r
-  strtof.c\r
-  strtold_px.c\r
-  strtopx.c\r
-\r
-[Sources.IA32]\r
-  strtof.c\r
-  strtold_px.c\r
-  strtopx.c\r
-\r
-[Sources.ARM]\r
-  strtof.c\r
-  Ipf/strtold.c\r
-\r
-[Sources.AARCH64]\r
-  strtof.c\r
-  Ipf/strtold.c\r
-\r
-[Sources]\r
-  strtod.c      # Public interfaces\r
-  atof.c\r
-\r
-  # Private interfaces interfacing to libc\r
-  dtoa.c\r
-  ldtoa.c\r
-  gdtoa.c\r
-\r
-  # private interfaces\r
-  dmisc.c\r
-  gmisc.c\r
-  hd_init.c\r
-  hexnan.c\r
-  misc.c\r
-  smisc.c\r
-  strtodg.c\r
-  sum.c\r
-  ulp.c\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  StdLibPrivateInternalFiles/DoNotUse.dec\r
-  MdePkg/MdePkg.dec\r
-\r
-[LibraryClasses]\r
-  LibC\r
-  LibLocale\r
-  LibStdLib\r
-  LibString\r