]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Enquire/Enquire.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / AppPkg / Applications / Enquire / Enquire.inf
CommitLineData
2aa62f2b 1## @file\r
2# Enquire application for system integer and floating point characteristics\r
3# enquiry.\r
4#\r
5# Due to the level of hardware introspection, this application MUST be built\r
6# with optimizations disabled.\r
7#\r
8# COPYRIGHT(c) 1993-9 Steven Pemberton, CWI. All rights reserved.\r
9# NOTE: Improvements gratefully received. Please mention the version.\r
10# "http://www.cwi.nl/~steven/enquire.html"\r
11#\r
8a219767 12# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
2aa62f2b 13# This program and the accompanying materials\r
14# are licensed and made available under the terms and conditions of the BSD License\r
15# which accompanies this distribution. The full text of the license may be found at\r
16# http://opensource.org/licenses/bsd-license.\r
17#\r
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
20#\r
21##\r
22\r
23[Defines]\r
24 INF_VERSION = 0x00010006\r
25 BASE_NAME = Enquire\r
26 FILE_GUID = 42f58b27-5dc3-4fa7-844d-5a7dbff06432\r
27 MODULE_TYPE = UEFI_APPLICATION\r
28 VERSION_STRING = 0.1\r
29 ENTRY_POINT = ShellCEntryLib\r
30\r
31#\r
8a219767 32# VALID_ARCHITECTURES = IA32 X64\r
2aa62f2b 33#\r
34\r
35[Sources]\r
36 Enquire.c\r
37\r
38[Packages]\r
39 StdLib/StdLib.dec\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiLib\r
44 LibC\r
45 LibString\r
46 LibStdio\r
47 LibGdtoa\r
48 LibWchar\r
49\r
50[BuildOptions]\r
51 INTEL:*_*_*_CC_FLAGS = /Qdiag-disable:181,186\r
52 MSFT:*_*_*_CC_FLAGS = /Od\r
53 GCC:*_*_*_CC_FLAGS = -O0 -Wno-unused-variable\r