diff -r 000000000000 -r 5d03bc08d59c fbs/fontandbitmapserver/group/FBSERV.MMP --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fbs/fontandbitmapserver/group/FBSERV.MMP Tue Feb 02 01:47:50 2010 +0200 @@ -0,0 +1,75 @@ +// Copyright (c) 1998-2009 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 0x200000 + +target fbserv.exe + +EPOCFIXEDPROCESS +CAPABILITY ProtServ +targettype exexp + +uid 0x1000008C 0x10003A16 +VENDORID 0x70000001 + +userinclude ../inc +userinclude ../sfbs + +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