]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/Math/Math.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / StdLib / LibC / Math / Math.inf
diff --git a/StdLib/LibC/Math/Math.inf b/StdLib/LibC/Math/Math.inf
deleted file mode 100644 (file)
index 4c9e18c..0000000
+++ /dev/null
@@ -1,101 +0,0 @@
-## @file\r
-#  Standard C library: Math Library.\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                      = LibMath\r
-  FILE_GUID                      = a9dc6f60-f861-47d1-8751-ecaae7d27291\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = LibMath\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64\r
-#\r
-\r
-[Sources]\r
-  # ieee 754 specific\r
-  e_acos.c\r
-  e_asin.c\r
-  e_atan2.c\r
-  e_cosh.c\r
-  e_exp.c\r
-  e_sinh.c\r
-  e_log.c\r
-  e_log2.c\r
-  e_log10.c\r
-  e_pow.c\r
-  e_sqrt.c\r
-  e_fmod.c\r
-  e_rem_pio2.c\r
-\r
-  # kernel functions\r
-  k_cos.c\r
-  k_sin.c\r
-  k_tan.c\r
-  k_rem_pio2.c\r
-\r
-  # Simple, unadorned, functions\r
-  s_atan.c\r
-  s_cos.c\r
-  s_sin.c\r
-  s_tan.c\r
-  s_expm1.c\r
-  s_tanh.c\r
-  s_frexp.c\r
-  s_ldexp.c\r
-  s_scalbn.c\r
-  s_copysign.c\r
-  s_finite.c\r
-  s_infinity.c\r
-  s_modf.c\r
-  s_fabs.c\r
-  s_ceil.c\r
-  s_floor.c\r
-\r
-  # wrapper functions\r
-  w_acos.c\r
-  w_asin.c\r
-  w_atan2.c\r
-  w_cosh.c\r
-  w_sinh.c\r
-  w_exp.c\r
-  w_log.c\r
-  w_log2.c\r
-  w_log10.c\r
-  w_pow.c\r
-  w_sqrt.c\r
-  w_fmod.c\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  StdLibPrivateInternalFiles/DoNotUse.dec\r
-  MdePkg/MdePkg.dec\r
-\r
-[LibraryClasses]\r
-  LibC\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
-# /Oi- is required for Microsoft VC++ to allow "intrinsic" functions to be\r
-# defined in this library.\r
-# /GL- is required so that LTCG generated references to functions in this library,\r
-# such as memcpy(), can be resolved.\r
-#\r
-[BuildOptions]\r
-  MSFT:*_*_*_CC_FLAGS     = /Oi- /GL-\r