javaruntimes/starter/build/java.pro
branchGCC_SURGE
changeset 55 d93ef1df440d
parent 43 6d7ae91094e7
parent 53 3035d69b481d
equal deleted inserted replaced
43:6d7ae91094e7 55:d93ef1df440d
     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 TEMPLATE=app
       
    18 TARGET=javamidp
       
    19 CONFIG += omj no_icon stl
       
    20 CONFIG -= qt
       
    21 
       
    22 include(../../../inc/build_defines.pri)
       
    23 
       
    24 symbian {
       
    25 
       
    26 contains(PROJECT_DEFINES,RD_JAVA_UI_QT) {
       
    27     TARGET.EPOCSTACKSIZE = 81920
       
    28 }
       
    29 
       
    30 !contains(PROJECT_DEFINES,RD_JAVA_UI_QT) {
       
    31     TARGET.EPOCSTACKSIZE = 16384
       
    32 }
       
    33 
       
    34     TARGET.EPOCHEAPSIZE = 0x00001000 0x02000000
       
    35 
       
    36     TARGET.UID2 = 0x102033E6
       
    37     TARGET.UID3 = 0x102033E6
       
    38 
       
    39     TARGET.SID = 0x102033E6
       
    40     TARGET.VID = 0x101FB657
       
    41 
       
    42     TARGET.CAPABILITY = \
       
    43         LocalServices NetworkServices ProtServ WriteDeviceData \
       
    44         ReadDeviceData ReadUserData WriteUserData UserEnvironment  \
       
    45         SwEvent Location MultiMediaDD NetworkControl TrustedUI
       
    46 }
       
    47 
       
    48 include(../../../build/omj.pri)