syncmlfw/ds/hostserver/dshostservers/bld/nsmldshostserver2.mmp
branchRCL_3
changeset 62 19bba8228ff0
parent 61 b183ec05bd8c
child 69 a082c848c9a9
equal deleted inserted replaced
61:b183ec05bd8c 62:19bba8228ff0
    19 #include "defaultcaps.hrh"
    19 #include "defaultcaps.hrh"
    20 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    21 
    21 
    22 // This server has read and write capabilities for device and user data
    22 // This server has read and write capabilities for device and user data
    23 CAPABILITY		ReadUserData WriteUserData ReadDeviceData WriteDeviceData NetworkServices
    23 CAPABILITY		ReadUserData WriteUserData ReadDeviceData WriteDeviceData NetworkServices
    24 EPOCSTACKSIZE		0x14000
    24 EPOCHEAPSIZE	0x500 0x400000	// minimum and maximum heap sizes
    25 EPOCHEAPSIZE	0x020000 0x800000	// minimum and maximum heap sizes
       
    26 VENDORID		VID_DEFAULT
    25 VENDORID		VID_DEFAULT
    27 UID				0 0x101F99FE
    26 UID				0 0x101F99FE
    28 TARGET			nsmldshostserver2.exe
    27 TARGET			nsmldshostserver2.exe
    29 TARGETTYPE		exe
    28 TARGETTYPE		exe
    30 
    29