syncmlfw/ds/hostserver/dshostservers/bld/nsmldshostserver1.mmp
branchRCL_3
changeset 26 19bba8228ff0
parent 25 b183ec05bd8c
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
    18 
    18 
    19 #include "defaultcaps.hrh"
    19 #include "defaultcaps.hrh"
    20 #include <platform_paths.hrh>
    20 #include <platform_paths.hrh>
    21 
    21 
    22 CAPABILITY		ReadUserData WriteUserData // This server has Read / Write capabilities for user data.
    22 CAPABILITY		ReadUserData WriteUserData // This server has Read / Write capabilities for user data.
    23 EPOCSTACKSIZE		0x14000
    23 EPOCHEAPSIZE	0x500 0x400000 	// minimum and maximum heap sizes 
    24 EPOCHEAPSIZE	0x020000 0x800000 	// minimum and maximum heap sizes 
       
    25 VENDORID		VID_DEFAULT
    24 VENDORID		VID_DEFAULT
    26 UID				0 0x101F99FD
    25 UID				0 0x101F99FD
    27 TARGET			nsmldshostserver1.exe
    26 TARGET			nsmldshostserver1.exe
    28 TARGETTYPE		exe
    27 TARGETTYPE		exe
    29 
    28