os/ossrv/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/group/stdcxxtestengine.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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          stdcxxtestengine.dll
    23 TARGETTYPE      dll
    24 UID             0x1000008D 0x101FB3E3
    25 OPTION CW -wchar_t on
    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 
    34 EPOCALLOWDLLDATA
    35 
    36 //TARGETPATH      ?target_path
    37 //DEFFILE         stdcxxtestengine.def
    38 
    39 SOURCEPATH      ../src
    40 SOURCE         alg_test.cpp
    41 SOURCE         any.cpp    
    42 SOURCE         cmdopt.cpp
    43 SOURCE				driver.cpp 
    44 SOURCE 			  environ.cpp
    45 SOURCE  			file.cpp
    46 SOURCE 				localedef.cpp
    47 SOURCE 				opt_diags.cpp
    48 SOURCE 				opt_lines.cpp
    49 SOURCE 				opt_trace.cpp
    50 SOURCE 				opt_types.cpp
    51 SOURCE 				printf.cpp
    52 SOURCE				system.cpp
    53 SOURCE				valcmp.cpp
    54 SOURCE              _exception.cpp
    55 //RESOURCE        resource_file
    56 //RESOURCE        resource_file2
    57 USERINCLUDE .
    58 
    59 
    60 SYSTEMINCLUDE     ../../include
    61 SYSTEMINCLUDE     ../../include/rw
    62 SYSTEMINCLUDE     ../../include/tr1
    63 OS_LAYER_SYSTEMINCLUDE
    64 OS_LAYER_LIBC_SYSTEMINCLUDE
    65 OS_LAYER_STDCPP_SYSTEMINCLUDE
    66 OS_LAYER_BOOST_SYSTEMINCLUDE
    67 USERINCLUDE     ../../include
    68 USERINCLUDE     ../../include/rw
    69 USERINCLUDE     ../../include/tr1
    70 
    71 USERINCLUDE    ../../../common/inc
    72 
    73 
    74 
    75 STATICLIBRARY libcrt0.lib
    76 LIBRARY         euser.lib
    77 LIBRARY 				libstdcpp.lib
    78 LIBRARY 				libc.lib
    79 LIBRARY					libpthread.lib
    80 
    81 MACRO 		SYMBIAN
    82 MACRO       STDCXX_TEST_ENGINE
    83 LANG            SC
    84 
    85 //EXPORTUNFROZEN
    86 
    87 #include 	 "../../../common/inc/stdcpp_common.mmpi"
    88 
    89 // End of File
    90 
    91 SMPSAFE