stdcpp/tsrc/Stdcpp_test/stdcxx/tstapps/tr1.util/group/2_smartptr_shared.mmp
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     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 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET         2_smartptr_shared.exe
       
    23 TARGETTYPE      exe
       
    24 UID             0x1000008D 0x101FB3E3
       
    25 
       
    26 #if defined(EKA2)
       
    27 CAPABILITY      ALL -TCB
       
    28 /* Remove comments and replace 0x00000000 with correct vendor id */
       
    29 // VENDORID     0x00000000
       
    30 /* Remove comments and replace 0x00000000 with correct secure id */
       
    31 // SECUREID     0x00000000
       
    32 #endif
       
    33 // OPTION CW -wchar_t on
       
    34 
       
    35 // MACRO 		_WCHAR_T_DECLARED
       
    36 
       
    37 //TARGETPATH      ?target_path
       
    38 //DEFFILE         2_smartptr_shared.def
       
    39 
       
    40 SOURCEPATH      ../src
       
    41 SOURCE         2.smartptr.shared.cpp
       
    42 
       
    43 //RESOURCE        resource_file
       
    44 //RESOURCE        resource_file2
       
    45 
       
    46 
       
    47 
       
    48 
       
    49 OS_LAYER_SYSTEMINCLUDE
       
    50 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    51 OS_LAYER_STDCPP_SYSTEMINCLUDE
       
    52 OS_LAYER_BOOST_SYSTEMINCLUDE
       
    53 
       
    54 SYSTEMINCLUDE         ../../../include
       
    55 USERINCLUDE         ../../../../common/inc
       
    56 
       
    57 
       
    58 
       
    59 
       
    60 STATICLIBRARY libcrt0.lib
       
    61 LIBRARY         euser.lib
       
    62 LIBRARY 				libstdcpp.lib
       
    63 LIBRARY 				libc.lib
       
    64 LIBRARY					libpthread.lib
       
    65 LIBRARY					stdcxxtestengine.lib
       
    66 
       
    67 MACRO 		SYMBIAN
       
    68 LANG            SC
       
    69 
       
    70 #include 	 "../../../../common/inc/stdcpp_common.mmpi"
       
    71 
       
    72 // End of File
       
    73 
       
    74 SMPSAFE