os/graphics/fbs/fontandbitmapserver/group/TFbsServer.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/fbs/fontandbitmapserver/group/TFbsServer.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,103 @@
     1.4 +// Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +/**
    1.20 + @file
    1.21 + @test
    1.22 + @internalComponent - Internal Symbian test code 
    1.23 +*/
    1.24 +
    1.25 +
    1.26 +TARGET			tfbsserver.exe
    1.27 +TARGETTYPE		exe
    1.28 +UID           	0x1000007A 0x10273364
    1.29 +VENDORID 		0x70000001
    1.30 +
    1.31 +CAPABILITY       All -Tcb -AllFiles
    1.32 +
    1.33 +userinclude		../tfbs 
    1.34 +userinclude		../sfbs 
    1.35 +userinclude		../inc 
    1.36 +userinclude		../trasterizer/src
    1.37 +userinclude		../traces_FBSERV
    1.38 +
    1.39 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.40 +OS_LAYER_ESTLIB_SYSTEMINCLUDE
    1.41 +
    1.42 +SOURCEPATH  ../tfbs
    1.43 +SOURCE		TFbsServer.cpp
    1.44 +SOURCE		TALLOC.CPP
    1.45 +SOURCE		TBITMAP.CPP
    1.46 +SOURCE		TCLEAN.CPP
    1.47 +SOURCE		TFBS.CPP
    1.48 +SOURCE		tcompressed.cpp
    1.49 +SOURCE		TRalc.cpp
    1.50 +SOURCE		TFBSDefect.cpp
    1.51 +SOURCE		TStreamIdCache.cpp
    1.52 +SOURCE 		TSecureFBS.CPP
    1.53 +SOURCE 		trfile.cpp
    1.54 +SOURCE		TGetAllBitmapsCapability.cpp
    1.55 +SOURCE		tipctest.CPP
    1.56 +SOURCE		tfbsbase.cpp
    1.57 +SOURCE		textendedbitmap.cpp
    1.58 +SOURCE		textendedbitmapnegative.cpp
    1.59 +SOURCE 		textendedbitmaplegacy.cpp
    1.60 +SOURCE 		textendedbitmappanic.cpp
    1.61 +SOURCE 		twdp.cpp
    1.62 +SOURCE		tfonttableandglyph.cpp
    1.63 +SOURCE  	tfbsglyphdata.cpp
    1.64 +SOURCE 		tfbsglyphdatapanic.cpp 
    1.65 +SOURCE 		tfbsglyphdataoutlineshadow.cpp
    1.66 +SOURCE  	tglyphatlas.cpp
    1.67 +SOURCE		tfbsoogm.cpp
    1.68 +SOURCE  	glyphatlastestwrapper.cpp
    1.69 +
    1.70 +
    1.71 +SOURCEPATH		../sfbs
    1.72 +SOURCE			FbsRalc.cpp
    1.73 +SOURCE			FBSMBMC.CPP
    1.74 +SOURCE			ShiftedFileStore.cpp
    1.75 +SOURCE			glyphatlas.cpp
    1.76 +
    1.77 +
    1.78 +LIBRARY			euser.lib
    1.79 +LIBRARY			efsrv.lib
    1.80 +LIBRARY			fntstr.lib
    1.81 +LIBRARY			estor.lib
    1.82 +LIBRARY			gdi.lib
    1.83 +LIBRARY			fbscli.lib
    1.84 +LIBRARY			bafl.lib
    1.85 +library			ecom.lib
    1.86 +library			bitgdi.lib
    1.87 +LIBRARY	    	testexecuteutils.lib 
    1.88 +LIBRARY	    	tgraphicsharness.lib
    1.89 +LIBRARY			tgraphicsfontutils.lib
    1.90 +LIBRARY	    	testexecutelogclient.lib
    1.91 +library			lookuptable.lib
    1.92 +LIBRARY			hal.lib
    1.93 +LIBRARY			sgresource.lib
    1.94 +LIBRARY			libEGL.lib
    1.95 +LIBRARY			libOpenVG.lib
    1.96 +
    1.97 +#if defined(WINS)
    1.98 +LIBRARY			fontinjector.lib
    1.99 +#endif
   1.100 +
   1.101 +// We're quite heavy on the stack... 4k in WinS isn't enough...
   1.102 +EPOCSTACKSIZE	0xf000
   1.103 +
   1.104 +SMPSAFE
   1.105 +
   1.106 +