fontservices/fontstore/group/TFntStoreServer.mmp
changeset 0 1fb32624e06b
child 1 e96e8a131979
equal deleted inserted replaced
-1:000000000000 0:1fb32624e06b
       
     1 /*
       
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     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".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 /**
       
    20  @file
       
    21  @test
       
    22  @internalComponent Internal Symbian test code
       
    23 */
       
    24 
       
    25 TARGET          tfntstoreserver.exe
       
    26 TARGETTYPE      exe
       
    27 UID           	0x1000007A 0x10273365
       
    28 VENDORID        0x70000001
       
    29 
       
    30 
       
    31 CAPABILITY      All -Tcb
       
    32 
       
    33 userinclude     ../../../../graphics/fbs/fontandbitmapserver/inc
       
    34 userinclude     ../../../../graphics/graphicstest/graphicstestharness/inc
       
    35 userinclude     ../tfs ../inc ../src
       
    36 APP_LAYER_SYSTEMINCLUDE 
       
    37 OS_LAYER_LIBC_SYSTEMINCLUDE 
       
    38 
       
    39 
       
    40 SOURCEPATH      ../tfs
       
    41 
       
    42 SOURCE          TFntStoreServer.cpp
       
    43 SOURCE          T_FNTMEM.CPP
       
    44 SOURCE			    T_FSOPEN.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
       
    54 SOURCE          T_FNT.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
       
    64 SOURCE          T_Cache.CPP
       
    65 
       
    66 SOURCEPATH      ../src
       
    67 SOURCE          FNTBODY.CPP
       
    68 SOURCE          FNTUTIL.CPP
       
    69 SOURCE          OPENFONT.CPP
       
    70 SOURCE          ShaperCache.CPP
       
    71 SOURCE          linkedfonts.cpp
       
    72 
       
    73 LIBRARY         euser.lib
       
    74 LIBRARY         gdi.lib
       
    75 LIBRARY         fntstr.lib
       
    76 LIBRARY         efsrv.lib
       
    77 LIBRARY         ecom.lib
       
    78 LIBRARY         estor.lib
       
    79 LIBRARY         bafl.lib
       
    80 LIBRARY         fbscli.lib 
       
    81 LIBRARY         bitgdi.lib
       
    82 LIBRARY         estlib.lib
       
    83 LIBRARY         hal.lib
       
    84 
       
    85 LIBRARY         testexecuteutils.lib 
       
    86 LIBRARY         tgraphicsharness.lib
       
    87 LIBRARY         testexecutelogclient.lib
       
    88 LIBRARY         graphicstestutils.lib 
       
    89 
       
    90 
       
    91 #if !defined(WINS)
       
    92 LIBRARY  viewsrv.lib
       
    93 #endif
       
    94 
       
    95 // We're quite heavy on the stack... 4k in WinS isn't enough...
       
    96 EPOCSTACKSIZE	0x6000
       
    97 
       
    98 // The following macro is duplicated from FntStore.MMP because it is used by OPENFONT.CPP
       
    99 MACRO KMaxGlyphCacheMemory=32768
       
   100 #if !defined(X86GCC)
       
   101 MACRO __SUPPORT_CPP_EXCEPTIONS__
       
   102 #endif	//X86GCC
       
   103 
       
   104 SMPSAFE