fbs/fontandbitmapserver/group/FBSERV.MMP
changeset 160 969102054596
parent 121 d72fc2aace31
equal deleted inserted replaced
138:7652d902218f 160:969102054596
    20 */
    20 */
    21 
    21 
    22 // Default stack size(8K) is too small and causes stack overflow
    22 // Default stack size(8K) is too small and causes stack overflow
    23 // in the hardware test udeb
    23 // in the hardware test udeb
    24 EPOCSTACKSIZE   16384
    24 EPOCSTACKSIZE   16384
    25 EPOCHEAPSIZE    0x10000 0x200000		
    25 EPOCHEAPSIZE    0x10000 0x400000		
    26 					
    26 					
    27 target          fbserv.exe
    27 target          fbserv.exe
    28 
    28 
    29 EPOCFIXEDPROCESS
    29 EPOCFIXEDPROCESS
    30 CAPABILITY      ProtServ
    30 CAPABILITY      ProtServ
    33 uid             0x1000008C 0x10003A16
    33 uid             0x1000008C 0x10003A16
    34 VENDORID        0x70000001
    34 VENDORID        0x70000001
    35 
    35 
    36 userinclude     ../inc
    36 userinclude     ../inc
    37 userinclude     ../sfbs
    37 userinclude     ../sfbs
    38 userinclude     ../traces
    38 userinclude     ../traces_FBSERV
    39 
    39 
    40 OS_LAYER_SYSTEMINCLUDE
    40 OS_LAYER_SYSTEMINCLUDE
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    42 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    42 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    43 
    43