os/ossrv/genericopenlibs/openenvcore/libc/group/wchar.mmpi
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Name        : wchar.mmpi
    15 // Part of     : wchar specific include MMP file
    16 // This is a project specific include file for building the 
    17 // wchar as part of libc library.
    18 // Version     : 1.0
    19 // This material, including documentation and any related
    20 // computer programs, is protected by copyright controlled by
    21 // Nokia. All rights are reserved. Copying, including
    22 // reproducing, storing, adapting or translating, any
    23 // or all of this material requires the prior written consent of
    24 // Nokia. This material also contains confidential
    25 // information which may not be disclosed to others without the
    26 // prior written consent of Nokia.
    27 //
    28 
    29 
    30 
    31 
    32 // Macro definitions
    33 //#define MRT_LOG_ENABLE
    34 
    35 // Module specific source files
    36 //22 API's
    37 SOURCEPATH      ../src/stdio
    38 SOURCE         	getwc.c fgetwc.c getwchar.c fgetws.c
    39 SOURCE          putwc.c fputwc.c putwchar.c fputws.c
    40 SOURCE          ungetwc.c fwide.c
    41 SOURCE          wprintf.c swprintf.c fwprintf.c
    42 SOURCE          vwprintf.c vswprintf.c vfwprintf.c
    43 SOURCE          wscanf.c swscanf.c fwscanf.c
    44 SOURCE          vwscanf.c vswscanf.c vfwscanf.c
    45 SOURCE          refill.c findfp.c makebuf.c wbuf.c
    46 SOURCE          wsetup.c fvwrite.c
    47 // 29 API's
    48 SOURCEPATH      ../src/string
    49 SOURCE          wmemchr.c wcslen.c wcscat.c wcschr.c wcscmp.c
    50 SOURCE          wcscoll.c wcscpy.c wcscspn.c wcsncat.c wcsncmp.c
    51 SOURCE          wcsncpy.c wcspbrk.c wcsrchr.c wcsspn.c wcsstr.c
    52 SOURCE          wcstok.c wmemcmp.c wmemcpy.c wmemmove.c wmemset.c
    53 SOURCE          wcswidth.c wcsxfrm.c wcpcpy.c wcpncpy.c  wcsnlen.c
    54 SOURCE		    wcscasecmp.c wcsncasecmp.c wcsdup.c wcswcs.c
    55 // 33 API's
    56 SOURCEPATH      ../src/locale
    57 SOURCE          btowc.c mbtowc.c mbstowcs.c mbsrtowcs.c mbsnrtowcs.c
    58 SOURCE          wctob.c wctomb.c wcstombs.c wcsrtombs.c wcsnrtombs.c
    59 SOURCE          mbrlen.c mbsinit.c mblen.c
    60 SOURCE          wcstof.c wcstod.c wcstold.c wcstoumax.c wcstoimax.c
    61 SOURCE          wcstol.c wcstoul.c wcstoq.c wcstouq.c wcstoll.c wcstoull.c
    62 SOURCE          wcsftime.c 
    63 SOURCEPATH      ../src
    64 SOURCE          wcwidth.cpp mbrtowc.cpp wcrtomb.cpp charcnv.cpp
    65 SOURCE          wfreopen.c wfdopen.c getws.cpp wremove.cpp
    66 
    67 //non-std wide char API's
    68 SOURCEPATH      ../src/locale
    69 SOURCE          wcsicmp.c wcslwr.c wcsupr.c wcsrev.c wcsset.c wstrdate.c wstrtime.c wperror.c
    70 SOURCE 					wcsicoll.c wmktemp.c wtmpnam.c
    71 
    72 //non-std wide char API's
    73 SOURCEPATH      ../src
    74 SOURCE          wfindfirst.cpp
    75 // End of File
    76