fbs/fontandbitmapserver/group/fbserv_fmm.mmp
branchCompilerCompatibility
changeset 31 8d23fe8ae91b
parent 30 30f62d96b898
parent 28 c0155353733c
child 32 11eb4ca57dad
equal deleted inserted replaced
30:30f62d96b898 31:8d23fe8ae91b
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // fbserv.exe Font & Bitmap server
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 // Default stack size(8K) is too small and causes stack overflow
       
    23 // in the hardware test udeb
       
    24 EPOCSTACKSIZE   16384
       
    25 EPOCHEAPSIZE    0x10000 0x200000		
       
    26 					
       
    27 target          fbserv_fmm.exe
       
    28 
       
    29 EPOCFIXEDPROCESS
       
    30 CAPABILITY      ProtServ
       
    31 targettype      exexp
       
    32 
       
    33 uid             0x1000008C 0x10003A16
       
    34 VENDORID        0x70000001
       
    35 
       
    36 userinclude     ../inc
       
    37 userinclude     ../sfbs
       
    38 userinclude		../../../../textandloc/fontservices/fontstore/src
       
    39 
       
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    41 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    42 
       
    43 sourcepath      ../sfbs
       
    44 
       
    45 source          FBSCLI.CPP
       
    46 source          FBSMAIN.CPP
       
    47 source          FBSTOP.CPP
       
    48 source          BackGroundCompression.CPP
       
    49 source          SERVER.CPP
       
    50 source          FBSMBMC.CPP
       
    51 source          ShiftedFileStore.cpp
       
    52 source          HASHMAP.CPP
       
    53 source			patchableconstants.cpp
       
    54 
       
    55 library         euser.lib
       
    56 library         efsrv.lib
       
    57 library         gdi.lib
       
    58 library         fntstr.lib
       
    59 library         fbscli.lib
       
    60 library         estor.lib
       
    61 library         ecom.lib
       
    62 library         hal.lib
       
    63 
       
    64 start wins
       
    65 baseaddress     0x41500000
       
    66 end
       
    67 
       
    68 deffile 		fbserv.def
       
    69 
       
    70 MACRO KFBSERVInitialHeapSize=0x10000
       
    71 MACRO KFBSERVHeapGrowByMultiplier=4
       
    72 MACRO KFBSERVSharedBitmapHashTableSizeInBits=12
       
    73 MACRO FNTSTORE_SUPPORT_FMM
       
    74 UNPAGEDCODE //Configure data paging via fbserv.iby
       
    75 
       
    76 
       
    77 SMPSAFE