]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Ctype/Ctype.inf
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / LibC / Ctype / Ctype.inf
CommitLineData
2aa62f2b 1## @file\r
2#\r
3# Character Classification library implementing the functionality described\r
4# by the <ctype.h> header of the C Standard Library, ISO/IEC 9899:1990 with\r
5# Amendment 1 (C95).\r
6#\r
56ca9007 7# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
2aa62f2b 8# This program and the accompanying materials are licensed and made available\r
9# under the terms and conditions of the BSD License which accompanies this\r
10# distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THIS PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = LibCtype\r
22 FILE_GUID = dcc64575-fa7d-4b7b-b1ad-48427c97c74d\r
23 MODULE_TYPE = UEFI_APPLICATION\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = LibCtype\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
56ca9007 30# VALID_ARCHITECTURES = IA32 X64\r
2aa62f2b 31#\r
32\r
33[Sources]\r
34 iCtype.c\r
35 CClass.c\r
36 CConv.c\r
37\r
38[Packages]\r
39 StdLib/StdLib.dec\r
40 StdLibPrivateInternalFiles/DoNotUse.dec\r
41 MdePkg/MdePkg.dec\r
42\r
43################################################################\r
44#\r
45# The Build Options, below, are only used when building the C library.\r
46# DO NOT use them when building your application!\r
47# Nasty things could happen if you do.\r
48#\r
49[BuildOptions]\r
50 MSFT:*_*_*_CC_FLAGS = /GL-\r