fbs/fontandbitmapserver/group/FBSERV.MMP
author Gareth Stockwell <gareth.stockwell@accenture.com>
Fri, 05 Nov 2010 17:31:20 +0000
branchbug235_bringup_0
changeset 215 097e92a68d68
parent 0 5d03bc08d59c
child 116 171fae344dd4
child 150 57c618273d5c
permissions -rw-r--r--
Added GLES 1.x spinning cube-rendering code to eglbringuptest The coordinate, color and index data are uploaded to server-side buffers by the CGLES1Cube::KhrSetup function. CGLES1Cube::KhrPaint just sets the view matrix and issues a draw command. Which demo to display can be selected by passing its name on the command line, e.g. eglbringuptest vgline eglbringuptest gles1cube If no name is provided, the application defaults to vgline.

// 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