1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/fontservices/fontstore/group/TFntStoreServer.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,105 @@
1.4 +/*
1.5 +* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +
1.21 +
1.22 +/**
1.23 + @file
1.24 + @test
1.25 + @internalComponent Internal Symbian test code
1.26 +*/
1.27 +
1.28 +TARGET tfntstoreserver.exe
1.29 +TARGETTYPE exe
1.30 +UID 0x1000007A 0x10273365
1.31 +VENDORID 0x70000001
1.32 +
1.33 +
1.34 +CAPABILITY All -Tcb
1.35 +
1.36 +userinclude ../../../../graphics/fbs/fontandbitmapserver/inc
1.37 +userinclude ../../../../graphics/graphicstest/graphicstestharness/inc
1.38 +userinclude ../tfs ../inc ../src ../traces
1.39 +APP_LAYER_SYSTEMINCLUDE
1.40 +OS_LAYER_LIBC_SYSTEMINCLUDE
1.41 +
1.42 +
1.43 +SOURCEPATH ../tfs
1.44 +
1.45 +SOURCE TFntStoreServer.cpp
1.46 +SOURCE T_FNTMEM.CPP
1.47 +SOURCE T_FSOPEN.CPP
1.48 +SOURCE T_FontBitmap.CPP
1.49 +SOURCE FNTBODY_OLD.CPP
1.50 +SOURCE T_MatchFonts.cpp
1.51 +SOURCE T_GlyphTreeDel.cpp
1.52 +SOURCE T_OpenFontTypes.cpp
1.53 +SOURCE T_GetNearestFont.cpp
1.54 +SOURCE T_GetNearestFontCapability.cpp
1.55 +SOURCE T_SetDefaultTypefaceName.cpp
1.56 +SOURCE T_FontMetrics.cpp
1.57 +SOURCE T_FNT.CPP
1.58 +SOURCE t_corruptfonts.cpp
1.59 +SOURCE T_SHAPERCACHE.CPP
1.60 +source t_cachedeletion.cpp
1.61 +SOURCE T_LinkedFonts2.cpp
1.62 +SOURCE t_linkedfontsmemory.cpp
1.63 +SOURCE t_linkedfontscomparison.cpp
1.64 +SOURCE t_linkedfontscapability.cpp
1.65 +SOURCE T_LinkedFontUpdateTests.cpp
1.66 +SOURCE T_IsolatedFontStore.cpp
1.67 +SOURCE T_Cache.CPP
1.68 +SOURCE T_FontSessionCache.cpp
1.69 +
1.70 +SOURCEPATH ../src
1.71 +SOURCE FNTBODY.CPP
1.72 +SOURCE FNTUTIL.CPP
1.73 +SOURCE OPENFONT.CPP
1.74 +SOURCE ShaperCache.CPP
1.75 +SOURCE linkedfonts.cpp
1.76 +
1.77 +LIBRARY euser.lib
1.78 +LIBRARY gdi.lib
1.79 +LIBRARY fntstr.lib
1.80 +LIBRARY efsrv.lib
1.81 +LIBRARY ecom.lib
1.82 +LIBRARY estor.lib
1.83 +LIBRARY bafl.lib
1.84 +LIBRARY fbscli.lib
1.85 +LIBRARY bitgdi.lib
1.86 +LIBRARY estlib.lib
1.87 +LIBRARY hal.lib
1.88 +
1.89 +LIBRARY testexecuteutils.lib
1.90 +LIBRARY tgraphicsharness.lib
1.91 +LIBRARY testexecutelogclient.lib
1.92 +LIBRARY graphicstestutils.lib
1.93 +
1.94 +
1.95 +#if !defined(WINS)
1.96 +LIBRARY viewsrv.lib
1.97 +#endif
1.98 +
1.99 +// We're quite heavy on the stack... 4k in WinS isn't enough...
1.100 +EPOCSTACKSIZE 0x6000
1.101 +
1.102 +// The following macro is duplicated from FntStore.MMP because it is used by OPENFONT.CPP
1.103 +MACRO KMaxGlyphCacheMemory=32768
1.104 +#if !defined(X86GCC)
1.105 +MACRO __SUPPORT_CPP_EXCEPTIONS__
1.106 +#endif //X86GCC
1.107 +
1.108 +SMPSAFE