os/graphics/fbs/fontandbitmapserver/group/FBSERV.MMP
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1998-2010 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 0x400000		
    26 					
    27 target          fbserv.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     ../traces_FBSERV
    39 
    40 OS_LAYER_SYSTEMINCLUDE
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    42 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    43 
    44 sourcepath      ../sfbs
    45 
    46 source          FBSCLI.CPP
    47 source          FBSMAIN.CPP
    48 source          FBSTOP.CPP
    49 source          BackGroundCompression.CPP
    50 source          SERVER.CPP
    51 source          FBSMBMC.CPP
    52 source          ShiftedFileStore.cpp
    53 source          HASHMAP.CPP
    54 source		patchableconstants.cpp
    55 source          glyphatlas.cpp
    56 
    57 library         euser.lib
    58 library         efsrv.lib
    59 library         gdi.lib
    60 library         fntstr.lib
    61 library         fbscli.lib
    62 library         estor.lib
    63 library         ecom.lib
    64 library         hal.lib
    65 library         sgresource.lib
    66 
    67 start wins
    68 baseaddress     0x41500000
    69 end
    70 
    71 deffile 		fbserv.def
    72 
    73 MACRO KFBSERVInitialHeapSize=0x10000
    74 MACRO KFBSERVHeapGrowByMultiplier=4
    75 MACRO KFBSERVSharedBitmapHashTableSizeInBits=12
    76 UNPAGEDCODE //Configure data paging via fbserv.iby. 
    77 
    78 
    79 SMPSAFE