]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Locale/Locale.inf
StdLib: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / StdLib / LibC / Locale / Locale.inf
CommitLineData
2aa62f2b 1## @file\r
2# Standard C library: Locale implementation.\r
3#\r
56ca9007 4# Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.<BR>\r
2aa62f2b 5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php.\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
2aa62f2b 13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = LibLocale\r
18 FILE_GUID = 9205cde5-5ae5-4a4b-bfbf-f6211967eef9\r
19 MODULE_TYPE = UEFI_APPLICATION\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = LibLocale\r
22\r
23#\r
56ca9007 24# VALID_ARCHITECTURES = IA32 X64\r
2aa62f2b 25#\r
26\r
27[Sources]\r
28 __mb_cur_max.c #\r
29 _def_messages.c #\r
30 _def_monetary.c #\r
31 _def_numeric.c #\r
32 _def_time.c #\r
33 aliasname.c #\r
34 ctypeio.c #\r
35 localeconv.c #\r
36 nl_langinfo.c #\r
37 setlocale1.c #\r
38 setlocale32.c #\r
39 setlocale.c #\r
40 wcscoll.c #\r
41 wcsftime.c #\r
42 wcstoimax.c #\r
43 wcstol.c #\r
44 wcstoll.c #\r
45 wcstoul.c #\r
46 wcstoull.c #\r
47 wcstoumax.c #\r
48 wcstod.c #\r
49 wcstof.c #\r
50 wcstold.c #\r
51 wcsxfrm.c #\r
a7a8363d 52 multibyte_Utf8.c #\r
2aa62f2b 53\r
54 # Single-byte locale to avoid bringing in citrus\r
55 iswctype_sb.c #\r
2aa62f2b 56\r
57[Packages]\r
58 StdLib/StdLib.dec\r
59 StdLibPrivateInternalFiles/DoNotUse.dec\r
60 MdePkg/MdePkg.dec\r
61\r
62[LibraryClasses]\r
63 LibC\r
64 LibCType\r