equal
deleted
inserted
replaced
1 /* |
|
2 * Copyright (c) 2010 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 * This is the project specification file for building the |
|
16 * ststester application. |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 |
|
21 TARGET ststester.exe |
|
22 TARGETTYPE exe |
|
23 UID 0 0x10207C88 |
|
24 CAPABILITY SwEvent |
|
25 |
|
26 VENDORID VID_DEFAULT |
|
27 |
|
28 EPOCSTACKSIZE 0x5000 //20KB |
|
29 EPOCHEAPSIZE 0x400 0x1000000 //1KB-16MB |
|
30 |
|
31 START RESOURCE ../data/ststester_reg.rss |
|
32 TARGETPATH /private/10003a3f/apps |
|
33 END |
|
34 |
|
35 MW_LAYER_SYSTEMINCLUDE |
|
36 USERINCLUDE ../inc |
|
37 |
|
38 SOURCEPATH ../src |
|
39 |
|
40 SOURCE ststestermain.cpp |
|
41 SOURCE ststester.cpp |
|
42 SOURCE testappbase.cpp |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY efsrv.lib |
|
46 LIBRARY fbscli.lib |
|
47 LIBRARY fntstr.lib |
|
48 LIBRARY gce.lib |
|
49 LIBRARY gdi.lib |
|
50 LIBRARY ws32.lib |
|
51 LIBRARY systemtoneservice.lib |
|
52 LIBRARY remconcoreapi.lib |
|
53 LIBRARY remconinterfacebase.lib |
|