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 the License "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 # This process need AllFiles capability to be able to |
|
17 # find all java applications to be converted. (They are |
|
18 # in the data cage of the java runtime process.) |
|
19 |
|
20 |
|
21 TEMPLATE=app |
|
22 TARGET=javarestoreconverter |
|
23 CONFIG += omj no_icon stl |
|
24 CONFIG -= qt |
|
25 |
|
26 symbian { |
|
27 TARGET.EPOCSTACKSIZE = 0x5000 |
|
28 TARGET.UID2 = 0 |
|
29 TARGET.UID3 = 0x2002B3EA |
|
30 TARGET.CAPABILITY = WriteDeviceData AllFiles TrustedUI |
|
31 |
|
32 SOURCES += ../src.s60/*.cpp |
|
33 |
|
34 LIBS += -lefsrv \ |
|
35 -lPlatformEnv \ |
|
36 -ljavacomms \ |
|
37 -lcharconv \ |
|
38 -lapparc \ |
|
39 -ljavastorage \ |
|
40 -lezip |
|
41 } |
|
42 |
|
43 include(../../../build/omj.pri) |