]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/LibC/Locale/Locale.inf
Add Socket Libraries.
[mirror_edk2.git] / StdLib / LibC / Locale / Locale.inf
CommitLineData
2aa62f2b 1## @file\r
2# Standard C library: Locale implementation.\r
3#\r
4# Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
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
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = LibLocale\r
19 FILE_GUID = 9205cde5-5ae5-4a4b-bfbf-f6211967eef9\r
20 MODULE_TYPE = UEFI_APPLICATION\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = LibLocale\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 IPF\r
26#\r
27\r
28[Sources]\r
29 __mb_cur_max.c #\r
30 _def_messages.c #\r
31 _def_monetary.c #\r
32 _def_numeric.c #\r
33 _def_time.c #\r
34 aliasname.c #\r
35 ctypeio.c #\r
36 localeconv.c #\r
37 nl_langinfo.c #\r
38 setlocale1.c #\r
39 setlocale32.c #\r
40 setlocale.c #\r
41 wcscoll.c #\r
42 wcsftime.c #\r
43 wcstoimax.c #\r
44 wcstol.c #\r
45 wcstoll.c #\r
46 wcstoul.c #\r
47 wcstoull.c #\r
48 wcstoumax.c #\r
49 wcstod.c #\r
50 wcstof.c #\r
51 wcstold.c #\r
52 wcsxfrm.c #\r
53\r
54 # Single-byte locale to avoid bringing in citrus\r
55 iswctype_sb.c #\r
56 multibyte_sb.c #\r
57\r
58[Packages]\r
59 StdLib/StdLib.dec\r
60 StdLibPrivateInternalFiles/DoNotUse.dec\r
61 MdePkg/MdePkg.dec\r
62\r
63[LibraryClasses]\r
64 LibC\r
65 LibCType\r