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 TARGET=tckrunner |
|
18 TEMPLATE=app |
|
19 |
|
20 CONFIG += omj no_icon stl |
|
21 CONFIG -= qt |
|
22 |
|
23 INCLUDEPATH += ../../../../javaruntimes/inc |
|
24 |
|
25 LIBS += -ljavacomms -ljavaruntimestarterutils |
|
26 |
|
27 symbian { |
|
28 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 |
|
29 TARGET.EPOCSTACKSIZE = 0x14000 |
|
30 TARGET.UID2 = 0x20004c46 |
|
31 TARGET.UID3 = 0x2002121E |
|
32 TARGET.CAPABILITY = all -tcb -allfiles -drm |
|
33 |
|
34 MMP_RULES += "START RESOURCE ../data/tckrunner_reg.rss" |
|
35 MMP_RULES += "TARGETPATH /private/10003a3f/apps" |
|
36 MMP_RULES += "END" |
|
37 } |
|
38 |
|
39 !symbian { |
|
40 LIBS += -ljavaipc -lpthread -ljavastorage |
|
41 } |
|
42 |
|
43 include(../../../../build/omj.pri) |