]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/ArithChk/ArithChk.inf
c357b1d152a60c61cc0b3dd678204caa921b134e
[mirror_edk2.git] / AppPkg / Applications / ArithChk / ArithChk.inf
1 ## @file
2 # Program to generate an arith.h for use with the gdtoa binary to decimal and decimal to binary
3 # conversion library.
4 #
5 # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010006
11 BASE_NAME = ArithChk
12 FILE_GUID = B6C0DCB6-434E-4BEC-BDAC-8EE7ED8A4EC8
13 MODULE_TYPE = UEFI_APPLICATION
14 VERSION_STRING = 0.1
15 ENTRY_POINT = ShellCEntryLib
16
17 #
18 # VALID_ARCHITECTURES = IA32 X64
19 #
20
21 [Sources]
22 arithchk.c
23
24 [Packages]
25 StdLib/StdLib.dec
26 MdePkg/MdePkg.dec
27
28 [LibraryClasses]
29 UefiLib
30 LibC
31 LibStdio
32 LibGdtoa
33
34 [BuildOptions]
35 GCC:*_*_*_CC_FLAGS = -Wno-format-security