stdcpp/tsrc/Stdcpp_test/bcdrivers/tlocale/group/tlocale.mmp
changeset 31 ce057bb09d0b
child 45 4b03adbd26ca
equal deleted inserted replaced
30:e20de85af2ee 31:ce057bb09d0b
       
     1 /*
       
     2 * Copyright (c) 2009 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 
       
    19 
       
    20 //#if defined(__SERIES60_)
       
    21         // To get the -definition
       
    22         #include <platform_paths.hrh>
       
    23  
       
    24 //#endif
       
    25 
       
    26 TARGET          tlocale.dll
       
    27 TARGETTYPE      dll
       
    28 UID             0x1000008D 0x101FB3E3
       
    29 
       
    30 CAPABILITY      ALL -TCB
       
    31 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    32 // VENDORID     0x00000000
       
    33 /* Remove comments and replace 0x00000000 with correct secure id */
       
    34 // SECUREID     0x00000000
       
    35 
       
    36 //TARGETPATH      ?target_path
       
    37 DEFFILE         tlocale.def
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 SOURCE          tlocale.cpp
       
    41 SOURCE          tlocaleBlocks.cpp
       
    42 
       
    43 USERINCLUDE     ../inc 
       
    44 
       
    45 
       
    46 
       
    47  OS_LAYER_SYSTEMINCLUDE
       
    48 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    49 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    50 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    51 LIBRARY 		libstdcpp.lib
       
    52 LIBRARY         euser.lib
       
    53 LIBRARY 		libc.lib
       
    54 LIBRARY			libpthread.lib
       
    55 LIBRARY         stiftestinterface.lib
       
    56 
       
    57 LANG            SC
       
    58 
       
    59 EPOCALLOWDLLDATA
       
    60 
       
    61 OPTION CW -wchar_t on
       
    62 MACRO  _WCHAR_T_DECLARED
       
    63 // End of File
       
    64 
       
    65 SMPSAFE