Update contrib.
2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
22 @internalComponent Internal Symbian test code
25 TARGET tfntstoreserver.exe
27 UID 0x1000007A 0x10273365
33 userinclude ../../../../graphics/fbs/fontandbitmapserver/inc
34 userinclude ../../../../graphics/graphicstest/graphicstestharness/inc
35 userinclude ../tfs ../inc ../src ../traces
36 APP_LAYER_SYSTEMINCLUDE
37 OS_LAYER_LIBC_SYSTEMINCLUDE
42 SOURCE TFntStoreServer.cpp
45 SOURCE T_FontBitmap.CPP
46 SOURCE FNTBODY_OLD.CPP
47 SOURCE T_MatchFonts.cpp
48 SOURCE T_GlyphTreeDel.cpp
49 SOURCE T_OpenFontTypes.cpp
50 SOURCE T_GetNearestFont.cpp
51 SOURCE T_GetNearestFontCapability.cpp
52 SOURCE T_SetDefaultTypefaceName.cpp
53 SOURCE T_FontMetrics.cpp
55 SOURCE t_corruptfonts.cpp
56 SOURCE T_SHAPERCACHE.CPP
57 source t_cachedeletion.cpp
58 SOURCE T_LinkedFonts2.cpp
59 SOURCE t_linkedfontsmemory.cpp
60 SOURCE t_linkedfontscomparison.cpp
61 SOURCE t_linkedfontscapability.cpp
62 SOURCE T_LinkedFontUpdateTests.cpp
63 SOURCE T_IsolatedFontStore.cpp
65 SOURCE T_FontSessionCache.cpp
71 SOURCE ShaperCache.CPP
72 SOURCE linkedfonts.cpp
86 LIBRARY testexecuteutils.lib
87 LIBRARY tgraphicsharness.lib
88 LIBRARY testexecutelogclient.lib
89 LIBRARY graphicstestutils.lib
96 // We're quite heavy on the stack... 4k in WinS isn't enough...
99 // The following macro is duplicated from FntStore.MMP because it is used by OPENFONT.CPP
100 MACRO KMaxGlyphCacheMemory=32768
102 MACRO __SUPPORT_CPP_EXCEPTIONS__