javatools/usersettingsconfigurator/tsrc/build/usersettingsconfiguratorunittests.mmp
equal
deleted
inserted
replaced
|
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 #include <platform_paths.hrh> |
|
19 #include <../../../../inc/java_stdcpp_support_for_exe.hrh> |
|
20 |
|
21 TARGET UserSettingsConfiguratorTests.exe |
|
22 TARGETTYPE exe |
|
23 UID 0x00000000 0x03A6305A |
|
24 CAPABILITY WriteDeviceData |
|
25 |
|
26 USERINCLUDE ../src |
|
27 USERINCLUDE ../src/utils |
|
28 USERINCLUDE ../../../../inc // == (JAVA_SRC_ROOT)/inc |
|
29 USERINCLUDE ../../../../tools/cpputest/include/cpputest // == (JAVA_SRC_ROOT)/tools/cpputest/include/cpputest |
|
30 USERINCLUDE ../../../../tools/cpputest/include/platforms/symbian // == (JAVA_SRC_ROOT)/tools/cpputest/include/platforms/symbian |
|
31 |
|
32 STATICLIBRARY cpputest.lib |
|
33 LIBRARY javastorage.lib |
|
34 LIBRARY edbms.lib |
|
35 LIBRARY midp2securitypolicyV2.lib |
|
36 |
|
37 SOURCEPATH ../src/utils |
|
38 SOURCE teststoragehandler.cpp |
|
39 SOURCEPATH ../src |
|
40 SOURCE usersettingsconfiguratorunittests.cpp |
|
41 SOURCE testusersettingsconfigurator.cpp |
|
42 |