javaruntimes/starter/build/javamidp.pro
changeset 61 bf7ee68962da
parent 47 f40128debb5d
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
    29 
    29 
    30 !contains(PROJECT_DEFINES,RD_JAVA_UI_QT) {
    30 !contains(PROJECT_DEFINES,RD_JAVA_UI_QT) {
    31     TARGET.EPOCSTACKSIZE = 16384
    31     TARGET.EPOCSTACKSIZE = 16384
    32 }
    32 }
    33 
    33 
    34     TARGET.EPOCHEAPSIZE = 0x00001000 0x02000000
       
    35 
       
    36     TARGET.UID2 = 0x102033E6
    34     TARGET.UID2 = 0x102033E6
    37     TARGET.UID3 = 0x102033E6
    35     TARGET.UID3 = 0x102033E6
    38 
    36 
    39     TARGET.SID = 0x102033E6
    37     TARGET.SID = 0x102033E6
    40     TARGET.VID = 0x101FB657
    38     TARGET.VID = 0x101FB657
    42     TARGET.CAPABILITY = \
    40     TARGET.CAPABILITY = \
    43         LocalServices NetworkServices ProtServ WriteDeviceData \
    41         LocalServices NetworkServices ProtServ WriteDeviceData \
    44         ReadDeviceData ReadUserData WriteUserData UserEnvironment  \
    42         ReadDeviceData ReadUserData WriteUserData UserEnvironment  \
    45         SwEvent Location MultiMediaDD NetworkControl TrustedUI
    43         SwEvent Location MultiMediaDD NetworkControl TrustedUI
    46 }
    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"
    47 
    51 
    48 include(../../../build/omj.pri)
    52 include(../../../build/omj.pri)