fbs/fontandbitmapserver/group/FBSERV.MMP
branchRCL_3
changeset 18 57c618273d5c
parent 0 5d03bc08d59c
child 19 bbf46f59e123
equal deleted inserted replaced
17:e375a7921169 18:57c618273d5c
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    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_FBSERV
    38 
    39 
    39 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    40 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    41 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    41 
    42 
    42 sourcepath      ../sfbs
    43 sourcepath      ../sfbs