javaruntimes/starter/build/javamidp.pro
branchRCL_3
changeset 83 26b2b12093af
parent 77 7cee158cb8cd
child 84 0553e2305d00
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
     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.UID2 = 0x102033E6
       
    35     TARGET.UID3 = 0x102033E6
       
    36 
       
    37     TARGET.SID = 0x102033E6
       
    38     TARGET.VID = 0x101FB657
       
    39 
       
    40     TARGET.CAPABILITY = \
       
    41         LocalServices NetworkServices ProtServ WriteDeviceData \
       
    42         ReadDeviceData ReadUserData WriteUserData UserEnvironment  \
       
    43         SwEvent Location MultiMediaDD NetworkControl TrustedUI
       
    44 }
       
    45 # For wins the max heap is 16 MB and for arm it is 64 MB
       
    46 MMP_RULES += "$${LITERAL_HASH}ifdef WINSCW"
       
    47 MMP_RULES += "EPOCHEAPSIZE        0x00001000 0x01000000"
       
    48 MMP_RULES += "$${LITERAL_HASH}else // WINSCW"
       
    49 MMP_RULES += "EPOCHEAPSIZE        0x00001000 0x04000000"
       
    50 MMP_RULES += "$${LITERAL_HASH}endif // WINSCW"
       
    51 
       
    52 include(../../../build/omj.pri)