utilitylibraries/libutils/group/libutils.mmp
changeset 0 e4d67989cc36
child 22 ddc455616bd6
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 TARGET		  libutils.dll
       
    21 TARGETTYPE	  dll
       
    22 UID		  0x1000008d 0x200110CE
       
    23 
       
    24 CAPABILITY        ALL -TCB
       
    25 VENDORID          0x101FB657		
       
    26 
       
    27 USERINCLUDE	 		../inc
       
    28 
       
    29 #ifndef WINSCW
       
    30 EpocAllowDllData
       
    31 #endif /* WINSCW */
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE
       
    34 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    35 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    36 OS_LAYER_LIBUTILITY_SYSTEMINCLUDE
       
    37 
       
    38 SOURCEPATH	  		../src
       
    39 SOURCE      		chartodescriptor8.cpp
       
    40 SOURCE      		chartodescriptor16.cpp
       
    41 SOURCE      		wchartodescriptor8.cpp
       
    42 SOURCE      		wchartodescriptor16.cpp
       
    43 SOURCE				stringtodescriptor8.cpp
       
    44 SOURCE				stringtodescriptor16.cpp
       
    45 SOURCE				wstringtodescriptor8.cpp
       
    46 SOURCE				wstringtodescriptor16.cpp
       
    47 SOURCE				descriptor8tochar.cpp
       
    48 SOURCE				descriptor16tochar.cpp
       
    49 SOURCE				descriptor8towchar.cpp
       
    50 SOURCE				descriptor16towchar.cpp
       
    51 SOURCE				descriptor8tostring.cpp
       
    52 SOURCE				descriptor16tostring.cpp
       
    53 SOURCE				descriptor8towstring.cpp
       
    54 SOURCE				descriptor16towstring.cpp
       
    55 
       
    56 
       
    57 LIBRARY				euser.lib
       
    58 LIBRARY				libc.lib
       
    59 LIBRARY     		libstdcpp.lib
       
    60 
       
    61 LANG            	SC
       
    62 
       
    63 
       
    64 
       
    65 
       
    66 
       
    67 
       
    68 SMPSAFE