First public contribution.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
20 #include <platform_paths.hrh>
22 TARGET stdcxxtestengine.dll
24 UID 0x1000008D 0x101FB3E3
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
36 //TARGETPATH ?target_path
37 //DEFFILE stdcxxtestengine.def
55 //RESOURCE resource_file
56 //RESOURCE resource_file2
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
71 USERINCLUDE ../../../common/inc
75 STATICLIBRARY libcrt0.lib
79 LIBRARY libpthread.lib
82 MACRO STDCXX_TEST_ENGINE
87 #include "../../../common/inc/stdcpp_common.mmpi"