fbs/fontandbitmapserver/group/FBSERV.MMP
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 11:11:18 +0300
branchRCL_3
changeset 18 57c618273d5c
parent 0 5d03bc08d59c
child 19 bbf46f59e123
permissions -rw-r--r--
Revision: 201029 Kit: 201033

// Copyright (c) 1998-2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// fbserv.exe Font & Bitmap server
// 
//

/**
 @file
*/

// Default stack size(8K) is too small and causes stack overflow
// in the hardware test udeb
EPOCSTACKSIZE   16384
EPOCHEAPSIZE    0x10000 0x400000		
					
target          fbserv.exe

EPOCFIXEDPROCESS
CAPABILITY      ProtServ
targettype      exexp

uid             0x1000008C 0x10003A16
VENDORID        0x70000001

userinclude     ../inc
userinclude     ../sfbs
userinclude     ../traces_FBSERV

OS_LAYER_SYSTEMINCLUDE_SYMBIAN
OS_LAYER_ESTLIB_SYSTEMINCLUDE

sourcepath      ../sfbs

source          FBSCLI.CPP
source          FBSMAIN.CPP
source          FBSTOP.CPP
source          BackGroundCompression.CPP
source          SERVER.CPP
source          FBSMBMC.CPP
source          ShiftedFileStore.cpp
source          HASHMAP.CPP
source			patchableconstants.cpp

library         euser.lib
library         efsrv.lib
library         gdi.lib
library         fntstr.lib
library         fbscli.lib
library         estor.lib
library         ecom.lib
library         hal.lib

start wins
baseaddress     0x41500000
end

deffile 		fbserv.def

MACRO KFBSERVInitialHeapSize=0x10000
MACRO KFBSERVHeapGrowByMultiplier=4
MACRO KFBSERVSharedBitmapHashTableSizeInBits=12
UNPAGEDCODE //Configure data paging via fbserv.iby. 


SMPSAFE