fbs/fontandbitmapserver/group/TFbsServer.mmp
changeset 187 9f66f99ee56f
parent 103 2717213c588a
child 136 62bb7c97884c
equal deleted inserted replaced
103:2717213c588a 187:9f66f99ee56f
     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
    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
    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
    58 SOURCE		tfonttableandglyph.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
    59 
    66 
    60 
    67 
    61 SOURCEPATH		../sfbs
    68 SOURCEPATH		../sfbs
    62 SOURCE			FbsRalc.cpp
    69 SOURCE			FbsRalc.cpp
    63 SOURCE			FBSMBMC.CPP
    70 SOURCE			FBSMBMC.CPP
    64 SOURCE			ShiftedFileStore.cpp
    71 SOURCE			ShiftedFileStore.cpp
       
    72 SOURCE			glyphatlas.cpp
    65 
    73 
    66 
    74 
    67 LIBRARY			euser.lib
    75 LIBRARY			euser.lib
    68 LIBRARY			efsrv.lib
    76 LIBRARY			efsrv.lib
    69 LIBRARY			fntstr.lib
    77 LIBRARY			fntstr.lib
    76 LIBRARY	    	testexecuteutils.lib 
    84 LIBRARY	    	testexecuteutils.lib 
    77 LIBRARY	    	tgraphicsharness.lib
    85 LIBRARY	    	tgraphicsharness.lib
    78 LIBRARY	    	testexecutelogclient.lib
    86 LIBRARY	    	testexecutelogclient.lib
    79 library			lookuptable.lib
    87 library			lookuptable.lib
    80 LIBRARY			hal.lib
    88 LIBRARY			hal.lib
       
    89 LIBRARY			sgresource.lib
       
    90 LIBRARY			libEGL.lib
       
    91 LIBRARY			libOpenVG.lib
    81 
    92 
    82 #if defined(WINS)
    93 #if defined(WINS)
    83 LIBRARY			fontinjector.lib
    94 LIBRARY			fontinjector.lib
    84 #endif
    95 #endif
    85 
    96 
    86 // We're quite heavy on the stack... 4k in WinS isn't enough...
    97 // We're quite heavy on the stack... 4k in WinS isn't enough...
    87 EPOCSTACKSIZE	0xf000
    98 EPOCSTACKSIZE	0xf000
    88 
    99 
    89 SMPSAFE
   100 SMPSAFE
       
   101 
       
   102