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 # |
|
16 |
|
17 TEMPLATE=app |
|
18 TARGET=javacontrolpanel |
|
19 CONFIG += omj no_icon stl |
|
20 CONFIG -= qt |
|
21 |
|
22 INCLUDEPATH += ../../../../javaruntimes/inc |
|
23 LIBS += -ljavacomms -ljavaruntimestarterutils |
|
24 |
|
25 symbian { |
|
26 TARGET.EPOCHEAPSIZE = 0x020000 0x800000 |
|
27 TARGET.EPOCSTACKSIZE = 0x14000 |
|
28 TARGET.UID2 = 0x20004c45 |
|
29 TARGET.UID3 = 0x2002FF61 |
|
30 TARGET.SID = 0x2002FF61 |
|
31 |
|
32 TARGET.CAPABILITY = AllFiles WriteDeviceData PowerMgmt NetworkControl |
|
33 |
|
34 MMP_RULES += "START RESOURCE ../data/javacontrolpanel_reg.rss" |
|
35 MMP_RULES += "TARGETPATH /private/10003a3f/apps" |
|
36 MMP_RULES += "END" |
|
37 } |
|
38 |
|
39 include(../../../../build/omj.pri) |