]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Enquire/Enquire.inf
edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles
[mirror_edk2.git] / AppPkg / Applications / Enquire / Enquire.inf
diff --git a/AppPkg/Applications/Enquire/Enquire.inf b/AppPkg/Applications/Enquire/Enquire.inf
deleted file mode 100644 (file)
index 090eec1..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-## @file\r
-#  Enquire application for system integer and floating point characteristics\r
-#  enquiry.\r
-#\r
-#   Due to the level of hardware introspection, this application MUST be built\r
-#   with optimizations disabled.\r
-#\r
-# COPYRIGHT(c) 1993-9 Steven Pemberton, CWI. All rights reserved.\r
-# NOTE: Improvements gratefully received. Please mention the version.\r
-#       "http://www.cwi.nl/~steven/enquire.html"\r
-#\r
-#  Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\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.\r
-#\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
-[Defines]\r
-  INF_VERSION                    = 0x00010006\r
-  BASE_NAME                      = Enquire\r
-  FILE_GUID                      = 42f58b27-5dc3-4fa7-844d-5a7dbff06432\r
-  MODULE_TYPE                    = UEFI_APPLICATION\r
-  VERSION_STRING                 = 0.1\r
-  ENTRY_POINT                    = ShellCEntryLib\r
-\r
-#\r
-#  VALID_ARCHITECTURES           = IA32 X64\r
-#\r
-\r
-[Sources]\r
-  Enquire.c\r
-\r
-[Packages]\r
-  StdLib/StdLib.dec\r
-  MdePkg/MdePkg.dec\r
-\r
-[LibraryClasses]\r
-  UefiLib\r
-  LibC\r
-  LibString\r
-  LibStdio\r
-  LibGdtoa\r
-  LibWchar\r
-\r
-[BuildOptions]\r
-  INTEL:*_*_*_CC_FLAGS    = /Qdiag-disable:181,186\r
-   MSFT:*_*_*_CC_FLAGS    = /Od\r
-    GCC:*_*_*_CC_FLAGS    = -O0 -Wno-unused-variable\r