os/textandloc/fontservices/fontstore/group/TFntStoreServer.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 ../traces
    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 SOURCE			T_FontSessionCache.cpp
    66 
    67 SOURCEPATH      ../src
    68 SOURCE          FNTBODY.CPP
    69 SOURCE          FNTUTIL.CPP
    70 SOURCE          OPENFONT.CPP
    71 SOURCE          ShaperCache.CPP
    72 SOURCE          linkedfonts.cpp
    73 
    74 LIBRARY         euser.lib
    75 LIBRARY         gdi.lib
    76 LIBRARY         fntstr.lib
    77 LIBRARY         efsrv.lib
    78 LIBRARY         ecom.lib
    79 LIBRARY         estor.lib
    80 LIBRARY         bafl.lib
    81 LIBRARY         fbscli.lib 
    82 LIBRARY         bitgdi.lib
    83 LIBRARY         estlib.lib
    84 LIBRARY         hal.lib
    85 
    86 LIBRARY         testexecuteutils.lib 
    87 LIBRARY         tgraphicsharness.lib
    88 LIBRARY         testexecutelogclient.lib
    89 LIBRARY         graphicstestutils.lib 
    90 
    91 
    92 #if !defined(WINS)
    93 LIBRARY  viewsrv.lib
    94 #endif
    95 
    96 // We're quite heavy on the stack... 4k in WinS isn't enough...
    97 EPOCSTACKSIZE	0x6000
    98 
    99 // The following macro is duplicated from FntStore.MMP because it is used by OPENFONT.CPP
   100 MACRO KMaxGlyphCacheMemory=32768
   101 #if !defined(X86GCC)
   102 MACRO __SUPPORT_CPP_EXCEPTIONS__
   103 #endif	//X86GCC
   104 
   105 SMPSAFE