sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: sl@0: sl@0: #include sl@0: sl@0: TARGET stdcxxtestengine.dll sl@0: TARGETTYPE dll sl@0: UID 0x1000008D 0x101FB3E3 sl@0: OPTION CW -wchar_t on sl@0: #if defined(EKA2) sl@0: CAPABILITY ALL -TCB sl@0: /* Remove comments and replace 0x00000000 with correct vendor id */ sl@0: // VENDORID 0x00000000 sl@0: /* Remove comments and replace 0x00000000 with correct secure id */ sl@0: // SECUREID 0x00000000 sl@0: #endif sl@0: sl@0: EPOCALLOWDLLDATA sl@0: sl@0: //TARGETPATH ?target_path sl@0: //DEFFILE stdcxxtestengine.def sl@0: sl@0: SOURCEPATH ../src sl@0: SOURCE alg_test.cpp sl@0: SOURCE any.cpp sl@0: SOURCE cmdopt.cpp sl@0: SOURCE driver.cpp sl@0: SOURCE environ.cpp sl@0: SOURCE file.cpp sl@0: SOURCE localedef.cpp sl@0: SOURCE opt_diags.cpp sl@0: SOURCE opt_lines.cpp sl@0: SOURCE opt_trace.cpp sl@0: SOURCE opt_types.cpp sl@0: SOURCE printf.cpp sl@0: SOURCE system.cpp sl@0: SOURCE valcmp.cpp sl@0: SOURCE _exception.cpp sl@0: //RESOURCE resource_file sl@0: //RESOURCE resource_file2 sl@0: USERINCLUDE . sl@0: sl@0: sl@0: SYSTEMINCLUDE ../../include sl@0: SYSTEMINCLUDE ../../include/rw sl@0: SYSTEMINCLUDE ../../include/tr1 sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: OS_LAYER_LIBC_SYSTEMINCLUDE sl@0: OS_LAYER_STDCPP_SYSTEMINCLUDE sl@0: OS_LAYER_BOOST_SYSTEMINCLUDE sl@0: USERINCLUDE ../../include sl@0: USERINCLUDE ../../include/rw sl@0: USERINCLUDE ../../include/tr1 sl@0: sl@0: USERINCLUDE ../../../common/inc sl@0: sl@0: sl@0: sl@0: STATICLIBRARY libcrt0.lib sl@0: LIBRARY euser.lib sl@0: LIBRARY libstdcpp.lib sl@0: LIBRARY libc.lib sl@0: LIBRARY libpthread.lib sl@0: sl@0: MACRO SYMBIAN sl@0: MACRO STDCXX_TEST_ENGINE sl@0: LANG SC sl@0: sl@0: //EXPORTUNFROZEN sl@0: sl@0: #include "../../../common/inc/stdcpp_common.mmpi" sl@0: sl@0: // End of File sl@0: sl@0: SMPSAFE