os/ossrv/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/group/stdcxxtestengine.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/stdcpp/tsrc/Stdcpp_test/stdcxx/testengine/group/stdcxxtestengine.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,91 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +
    1.23 +#include <platform_paths.hrh>
    1.24 +
    1.25 +TARGET          stdcxxtestengine.dll
    1.26 +TARGETTYPE      dll
    1.27 +UID             0x1000008D 0x101FB3E3
    1.28 +OPTION CW -wchar_t on
    1.29 +#if defined(EKA2)
    1.30 +CAPABILITY      ALL -TCB
    1.31 +/* Remove comments and replace 0x00000000 with correct vendor id */
    1.32 +// VENDORID     0x00000000
    1.33 +/* Remove comments and replace 0x00000000 with correct secure id */
    1.34 +// SECUREID     0x00000000
    1.35 +#endif
    1.36 +
    1.37 +EPOCALLOWDLLDATA
    1.38 +
    1.39 +//TARGETPATH      ?target_path
    1.40 +//DEFFILE         stdcxxtestengine.def
    1.41 +
    1.42 +SOURCEPATH      ../src
    1.43 +SOURCE         alg_test.cpp
    1.44 +SOURCE         any.cpp    
    1.45 +SOURCE         cmdopt.cpp
    1.46 +SOURCE				driver.cpp 
    1.47 +SOURCE 			  environ.cpp
    1.48 +SOURCE  			file.cpp
    1.49 +SOURCE 				localedef.cpp
    1.50 +SOURCE 				opt_diags.cpp
    1.51 +SOURCE 				opt_lines.cpp
    1.52 +SOURCE 				opt_trace.cpp
    1.53 +SOURCE 				opt_types.cpp
    1.54 +SOURCE 				printf.cpp
    1.55 +SOURCE				system.cpp
    1.56 +SOURCE				valcmp.cpp
    1.57 +SOURCE              _exception.cpp
    1.58 +//RESOURCE        resource_file
    1.59 +//RESOURCE        resource_file2
    1.60 +USERINCLUDE .
    1.61 +
    1.62 +
    1.63 +SYSTEMINCLUDE     ../../include
    1.64 +SYSTEMINCLUDE     ../../include/rw
    1.65 +SYSTEMINCLUDE     ../../include/tr1
    1.66 +OS_LAYER_SYSTEMINCLUDE
    1.67 +OS_LAYER_LIBC_SYSTEMINCLUDE
    1.68 +OS_LAYER_STDCPP_SYSTEMINCLUDE
    1.69 +OS_LAYER_BOOST_SYSTEMINCLUDE
    1.70 +USERINCLUDE     ../../include
    1.71 +USERINCLUDE     ../../include/rw
    1.72 +USERINCLUDE     ../../include/tr1
    1.73 +
    1.74 +USERINCLUDE    ../../../common/inc
    1.75 +
    1.76 +
    1.77 +
    1.78 +STATICLIBRARY libcrt0.lib
    1.79 +LIBRARY         euser.lib
    1.80 +LIBRARY 				libstdcpp.lib
    1.81 +LIBRARY 				libc.lib
    1.82 +LIBRARY					libpthread.lib
    1.83 +
    1.84 +MACRO 		SYMBIAN
    1.85 +MACRO       STDCXX_TEST_ENGINE
    1.86 +LANG            SC
    1.87 +
    1.88 +//EXPORTUNFROZEN
    1.89 +
    1.90 +#include 	 "../../../common/inc/stdcpp_common.mmpi"
    1.91 +
    1.92 +// End of File
    1.93 +
    1.94 +SMPSAFE