javaruntimes/starter/build.iad/j9midps60.pro
branchRCL_3
changeset 19 04becd199f91
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     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=j9midps60
       
    19 CONFIG += omj no_icon stl
       
    20 CONFIG -= qt
       
    21 
       
    22 symbian {
       
    23 
       
    24     TARGET.EPOCSTACKSIZE = 16384
       
    25     TARGET.EPOCHEAPSIZE = 0x00001000 0x02000000
       
    26 
       
    27     TARGET.UID2 = 0x20004c45
       
    28     TARGET.UID3 = 0x102033E6
       
    29 
       
    30     TARGET.SID = 0x102033E6
       
    31     TARGET.VID = 0x101FB657
       
    32 
       
    33     TARGET.CAPABILITY = \
       
    34         LocalServices NetworkServices ProtServ WriteDeviceData \
       
    35         ReadDeviceData ReadUserData WriteUserData UserEnvironment  \
       
    36         SwEvent Location MultiMediaDD NetworkControl TrustedUI
       
    37 }
       
    38 
       
    39 include(../../../build/omj.pri)