fbs/fontandbitmapserver/group/TFbsServer.mmp
branchRCL_3
changeset 163 bbf46f59e123
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
150:57c618273d5c 163:bbf46f59e123
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2006-2010 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		../../../graphicstest/graphicstestharness/inc
    30 userinclude		../tfbs 
    31 userinclude		../tfbs ../sfbs ../inc 
    31 userinclude		../sfbs 
       
    32 userinclude		../inc 
    32 userinclude		../trasterizer/src
    33 userinclude		../trasterizer/src
       
    34 userinclude		../traces_FBSERV
    33 
    35 
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    37 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    36 
    38 
    37 SOURCEPATH  .
       
    38 SOURCEPATH  ../tfbs
    39 SOURCEPATH  ../tfbs
    39 SOURCE		TFbsServer.cpp
    40 SOURCE		TFbsServer.cpp
    40 SOURCE		TALLOC.CPP
    41 SOURCE		TALLOC.CPP
    41 SOURCE		TBITMAP.CPP
    42 SOURCE		TBITMAP.CPP
    42 SOURCE		TCLEAN.CPP
    43 SOURCE		TCLEAN.CPP
    53 SOURCE		textendedbitmap.cpp
    54 SOURCE		textendedbitmap.cpp
    54 SOURCE		textendedbitmapnegative.cpp
    55 SOURCE		textendedbitmapnegative.cpp
    55 SOURCE 		textendedbitmaplegacy.cpp
    56 SOURCE 		textendedbitmaplegacy.cpp
    56 SOURCE 		textendedbitmappanic.cpp
    57 SOURCE 		textendedbitmappanic.cpp
    57 SOURCE 		twdp.cpp
    58 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
    58 
    66 
    59 
    67 
    60 SOURCEPATH		../sfbs
    68 SOURCEPATH		../sfbs
    61 SOURCE			FbsRalc.cpp
    69 SOURCE			FbsRalc.cpp
    62 SOURCE			FBSMBMC.CPP
    70 SOURCE			FBSMBMC.CPP
    63 SOURCE			ShiftedFileStore.cpp
    71 SOURCE			ShiftedFileStore.cpp
       
    72 SOURCE			glyphatlas.cpp
    64 
    73 
    65 
    74 
    66 LIBRARY			euser.lib
    75 LIBRARY			euser.lib
    67 LIBRARY			efsrv.lib
    76 LIBRARY			efsrv.lib
    68 LIBRARY			fntstr.lib
    77 LIBRARY			fntstr.lib
    72 LIBRARY			bafl.lib
    81 LIBRARY			bafl.lib
    73 library			ecom.lib
    82 library			ecom.lib
    74 library			bitgdi.lib
    83 library			bitgdi.lib
    75 LIBRARY	    	testexecuteutils.lib 
    84 LIBRARY	    	testexecuteutils.lib 
    76 LIBRARY	    	tgraphicsharness.lib
    85 LIBRARY	    	tgraphicsharness.lib
       
    86 LIBRARY			tgraphicsfontutils.lib
    77 LIBRARY	    	testexecutelogclient.lib
    87 LIBRARY	    	testexecutelogclient.lib
    78 library			lookuptable.lib
    88 library			lookuptable.lib
    79 LIBRARY			hal.lib
    89 LIBRARY			hal.lib
       
    90 LIBRARY			sgresource.lib
       
    91 LIBRARY			libEGL.lib
       
    92 LIBRARY			libOpenVG.lib
    80 
    93 
    81 #if defined(WINS)
    94 #if defined(WINS)
    82 LIBRARY			fontinjector.lib
    95 LIBRARY			fontinjector.lib
    83 #endif
       
    84 
       
    85 #if !defined(WINS)
       
    86 LIBRARY  viewsrv.lib
       
    87 #endif
    96 #endif
    88 
    97 
    89 // We're quite heavy on the stack... 4k in WinS isn't enough...
    98 // We're quite heavy on the stack... 4k in WinS isn't enough...
    90 EPOCSTACKSIZE	0xf000
    99 EPOCSTACKSIZE	0xf000
    91 
   100 
    92 SMPSAFE
   101 SMPSAFE
       
   102 
       
   103