fbs/fontandbitmapserver/group/TFbsServer.mmp
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
equal deleted inserted replaced
163:bbf46f59e123 164:25ffed67c7ef
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 UID           	0x1000007A 0x10273364
    25 UID           	0x1000007A 0x10273364
    26 VENDORID 		0x70000001
    26 VENDORID 		0x70000001
    27 
    27 
    28 CAPABILITY       All -Tcb -AllFiles
    28 CAPABILITY       All -Tcb -AllFiles
    29 
    29 
    30 userinclude		../tfbs 
    30 userinclude		../../../graphicstest/graphicstestharness/inc
    31 userinclude		../sfbs 
    31 userinclude		../tfbs ../sfbs ../inc 
    32 userinclude		../inc 
       
    33 userinclude		../trasterizer/src
    32 userinclude		../trasterizer/src
    34 userinclude		../traces_FBSERV
       
    35 
    33 
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    37 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    35 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    38 
    36 
       
    37 SOURCEPATH  .
    39 SOURCEPATH  ../tfbs
    38 SOURCEPATH  ../tfbs
    40 SOURCE		TFbsServer.cpp
    39 SOURCE		TFbsServer.cpp
    41 SOURCE		TALLOC.CPP
    40 SOURCE		TALLOC.CPP
    42 SOURCE		TBITMAP.CPP
    41 SOURCE		TBITMAP.CPP
    43 SOURCE		TCLEAN.CPP
    42 SOURCE		TCLEAN.CPP
    54 SOURCE		textendedbitmap.cpp
    53 SOURCE		textendedbitmap.cpp
    55 SOURCE		textendedbitmapnegative.cpp
    54 SOURCE		textendedbitmapnegative.cpp
    56 SOURCE 		textendedbitmaplegacy.cpp
    55 SOURCE 		textendedbitmaplegacy.cpp
    57 SOURCE 		textendedbitmappanic.cpp
    56 SOURCE 		textendedbitmappanic.cpp
    58 SOURCE 		twdp.cpp
    57 SOURCE 		twdp.cpp
    59 SOURCE		tfonttableandglyph.cpp
       
    60 SOURCE  	tfbsglyphdata.cpp
       
    61 SOURCE 		tfbsglyphdatapanic.cpp 
       
    62 SOURCE 		tfbsglyphdataoutlineshadow.cpp
       
    63 SOURCE  	tglyphatlas.cpp
       
    64 SOURCE		tfbsoogm.cpp
       
    65 SOURCE  	glyphatlastestwrapper.cpp
       
    66 
    58 
    67 
    59 
    68 SOURCEPATH		../sfbs
    60 SOURCEPATH		../sfbs
    69 SOURCE			FbsRalc.cpp
    61 SOURCE			FbsRalc.cpp
    70 SOURCE			FBSMBMC.CPP
    62 SOURCE			FBSMBMC.CPP
    71 SOURCE			ShiftedFileStore.cpp
    63 SOURCE			ShiftedFileStore.cpp
    72 SOURCE			glyphatlas.cpp
       
    73 
    64 
    74 
    65 
    75 LIBRARY			euser.lib
    66 LIBRARY			euser.lib
    76 LIBRARY			efsrv.lib
    67 LIBRARY			efsrv.lib
    77 LIBRARY			fntstr.lib
    68 LIBRARY			fntstr.lib
    81 LIBRARY			bafl.lib
    72 LIBRARY			bafl.lib
    82 library			ecom.lib
    73 library			ecom.lib
    83 library			bitgdi.lib
    74 library			bitgdi.lib
    84 LIBRARY	    	testexecuteutils.lib 
    75 LIBRARY	    	testexecuteutils.lib 
    85 LIBRARY	    	tgraphicsharness.lib
    76 LIBRARY	    	tgraphicsharness.lib
    86 LIBRARY			tgraphicsfontutils.lib
       
    87 LIBRARY	    	testexecutelogclient.lib
    77 LIBRARY	    	testexecutelogclient.lib
    88 library			lookuptable.lib
    78 library			lookuptable.lib
    89 LIBRARY			hal.lib
    79 LIBRARY			hal.lib
    90 LIBRARY			sgresource.lib
       
    91 LIBRARY			libEGL.lib
       
    92 LIBRARY			libOpenVG.lib
       
    93 
    80 
    94 #if defined(WINS)
    81 #if defined(WINS)
    95 LIBRARY			fontinjector.lib
    82 LIBRARY			fontinjector.lib
       
    83 #endif
       
    84 
       
    85 #if !defined(WINS)
       
    86 LIBRARY  viewsrv.lib
    96 #endif
    87 #endif
    97 
    88 
    98 // We're quite heavy on the stack... 4k in WinS isn't enough...
    89 // We're quite heavy on the stack... 4k in WinS isn't enough...
    99 EPOCSTACKSIZE	0xf000
    90 EPOCSTACKSIZE	0xf000
   100 
    91 
   101 SMPSAFE
    92 SMPSAFE
   102 
       
   103