os/graphics/fbs/fontandbitmapserver/group/TFbsServer.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 /**
    17  @file
    18  @test
    19  @internalComponent - Internal Symbian test code 
    20 */
    21 
    22 
    23 TARGET			tfbsserver.exe
    24 TARGETTYPE		exe
    25 UID           	0x1000007A 0x10273364
    26 VENDORID 		0x70000001
    27 
    28 CAPABILITY       All -Tcb -AllFiles
    29 
    30 userinclude		../tfbs 
    31 userinclude		../sfbs 
    32 userinclude		../inc 
    33 userinclude		../trasterizer/src
    34 userinclude		../traces_FBSERV
    35 
    36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    37 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    38 
    39 SOURCEPATH  ../tfbs
    40 SOURCE		TFbsServer.cpp
    41 SOURCE		TALLOC.CPP
    42 SOURCE		TBITMAP.CPP
    43 SOURCE		TCLEAN.CPP
    44 SOURCE		TFBS.CPP
    45 SOURCE		tcompressed.cpp
    46 SOURCE		TRalc.cpp
    47 SOURCE		TFBSDefect.cpp
    48 SOURCE		TStreamIdCache.cpp
    49 SOURCE 		TSecureFBS.CPP
    50 SOURCE 		trfile.cpp
    51 SOURCE		TGetAllBitmapsCapability.cpp
    52 SOURCE		tipctest.CPP
    53 SOURCE		tfbsbase.cpp
    54 SOURCE		textendedbitmap.cpp
    55 SOURCE		textendedbitmapnegative.cpp
    56 SOURCE 		textendedbitmaplegacy.cpp
    57 SOURCE 		textendedbitmappanic.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
    66 
    67 
    68 SOURCEPATH		../sfbs
    69 SOURCE			FbsRalc.cpp
    70 SOURCE			FBSMBMC.CPP
    71 SOURCE			ShiftedFileStore.cpp
    72 SOURCE			glyphatlas.cpp
    73 
    74 
    75 LIBRARY			euser.lib
    76 LIBRARY			efsrv.lib
    77 LIBRARY			fntstr.lib
    78 LIBRARY			estor.lib
    79 LIBRARY			gdi.lib
    80 LIBRARY			fbscli.lib
    81 LIBRARY			bafl.lib
    82 library			ecom.lib
    83 library			bitgdi.lib
    84 LIBRARY	    	testexecuteutils.lib 
    85 LIBRARY	    	tgraphicsharness.lib
    86 LIBRARY			tgraphicsfontutils.lib
    87 LIBRARY	    	testexecutelogclient.lib
    88 library			lookuptable.lib
    89 LIBRARY			hal.lib
    90 LIBRARY			sgresource.lib
    91 LIBRARY			libEGL.lib
    92 LIBRARY			libOpenVG.lib
    93 
    94 #if defined(WINS)
    95 LIBRARY			fontinjector.lib
    96 #endif
    97 
    98 // We're quite heavy on the stack... 4k in WinS isn't enough...
    99 EPOCSTACKSIZE	0xf000
   100 
   101 SMPSAFE
   102 
   103