javatools/javaapppreconverter/build/javaapppreconverter.pro
branchRCL_3
changeset 18 9ac0a0a7da70
parent 17 0fd27995241b
child 19 71c436fe3ce0
equal deleted inserted replaced
17:0fd27995241b 18:9ac0a0a7da70
     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 #    This process needs AllFiles capability to be able to read
       
    17 #    the icon files of all midlets and to store midlet data
       
    18 #    to the data cage of the javaappbackconverter process
       
    19 
       
    20 
       
    21 TEMPLATE=app
       
    22 TARGET=javaapppreconverter
       
    23 CONFIG += omj no_icon stl
       
    24 CONFIG -= qt
       
    25 
       
    26 symbian {
       
    27     TARGET.EPOCSTACKSIZE = 0x5000
       
    28     TARGET.EPOCHEAPSIZE  = 0x4000 0x500000
       
    29     TARGET.UID3          = 0x20022D8F
       
    30     TARGET.CAPABILITY    = ReadDeviceData WriteDeviceData PowerMgmt AllFiles
       
    31 
       
    32     SOURCES += ../src.s60/*.cpp
       
    33 
       
    34     INCLUDEPATH += ../legacy/inc
       
    35 
       
    36     LIBS += -lefsrv \
       
    37             -lapgrfx \
       
    38             -lapparc \
       
    39             -lmidp2dbv2 \
       
    40             -ledbms \
       
    41             -lestor \
       
    42             -lflogger
       
    43 }
       
    44 
       
    45 
       
    46 include(../../../build/omj.pri)