mpx/collectionframework/collectionserver/group/mpxcollectionserver.mmp
changeset 51 e61a04404bdf
parent 0 a2952bb97e68
equal deleted inserted replaced
44:d141fc1ad77b 51:e61a04404bdf
    23 TARGET           mpxcollectionserver.exe
    23 TARGET           mpxcollectionserver.exe
    24 TARGETTYPE       exe
    24 TARGETTYPE       exe
    25 UID              0 0x101FFC31
    25 UID              0 0x101FFC31
    26 VENDORID         VID_DEFAULT
    26 VENDORID         VID_DEFAULT
    27 CAPABILITY       ALL -TCB
    27 CAPABILITY       ALL -TCB
    28 #ifdef __WINS__
    28 #ifdef WINS
    29 EPOCHEAPSIZE     0x1000 0x2800000 // 40MB
    29 EPOCHEAPSIZE     0x1000 0x2800000 // 40MB
    30 #else
    30 #else
    31 EPOCHEAPSIZE     0x1000 0x3E00000 // 62 MB
    31 EPOCHEAPSIZE     0x1000 0x3E00000 // 62 MB
    32 #endif
    32 #endif
    33 EPOCSTACKSIZE    0X5000
    33 EPOCSTACKSIZE    0X5000
    47 LIBRARY          estor.lib
    47 LIBRARY          estor.lib
    48 LIBRARY          efsrv.lib
    48 LIBRARY          efsrv.lib
    49 LIBRARY          mpxcollectionengine.lib 
    49 LIBRARY          mpxcollectionengine.lib 
    50 LIBRARY          mpxcommon.lib
    50 LIBRARY          mpxcommon.lib
    51 
    51 
       
    52 SMPSAFE
       
    53