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.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
sl@0
    18
sl@0
    19
/**
sl@0
    20
 @file
sl@0
    21
 @test
sl@0
    22
 @internalComponent Internal Symbian test code
sl@0
    23
*/
sl@0
    24
sl@0
    25
TARGET          tfntstoreserver.exe
sl@0
    26
TARGETTYPE      exe
sl@0
    27
UID           	0x1000007A 0x10273365
sl@0
    28
VENDORID        0x70000001
sl@0
    29
sl@0
    30
sl@0
    31
CAPABILITY      All -Tcb
sl@0
    32
sl@0
    33
userinclude     ../../../../graphics/fbs/fontandbitmapserver/inc
sl@0
    34
userinclude     ../../../../graphics/graphicstest/graphicstestharness/inc
sl@0
    35
userinclude     ../tfs ../inc ../src ../traces
sl@0
    36
APP_LAYER_SYSTEMINCLUDE 
sl@0
    37
OS_LAYER_LIBC_SYSTEMINCLUDE 
sl@0
    38
sl@0
    39
sl@0
    40
SOURCEPATH      ../tfs
sl@0
    41
sl@0
    42
SOURCE          TFntStoreServer.cpp
sl@0
    43
SOURCE          T_FNTMEM.CPP
sl@0
    44
SOURCE			T_FSOPEN.CPP
sl@0
    45
SOURCE          T_FontBitmap.CPP
sl@0
    46
SOURCE          FNTBODY_OLD.CPP
sl@0
    47
SOURCE          T_MatchFonts.cpp
sl@0
    48
SOURCE          T_GlyphTreeDel.cpp
sl@0
    49
SOURCE          T_OpenFontTypes.cpp
sl@0
    50
SOURCE			T_GetNearestFont.cpp
sl@0
    51
SOURCE 			T_GetNearestFontCapability.cpp
sl@0
    52
SOURCE			T_SetDefaultTypefaceName.cpp
sl@0
    53
SOURCE          T_FontMetrics.cpp
sl@0
    54
SOURCE          T_FNT.CPP
sl@0
    55
SOURCE			t_corruptfonts.cpp
sl@0
    56
SOURCE			T_SHAPERCACHE.CPP
sl@0
    57
source			t_cachedeletion.cpp
sl@0
    58
SOURCE			T_LinkedFonts2.cpp
sl@0
    59
SOURCE 			t_linkedfontsmemory.cpp
sl@0
    60
SOURCE			t_linkedfontscomparison.cpp
sl@0
    61
SOURCE			t_linkedfontscapability.cpp
sl@0
    62
SOURCE			T_LinkedFontUpdateTests.cpp
sl@0
    63
SOURCE          T_IsolatedFontStore.cpp
sl@0
    64
SOURCE          T_Cache.CPP
sl@0
    65
SOURCE			T_FontSessionCache.cpp
sl@0
    66
sl@0
    67
SOURCEPATH      ../src
sl@0
    68
SOURCE          FNTBODY.CPP
sl@0
    69
SOURCE          FNTUTIL.CPP
sl@0
    70
SOURCE          OPENFONT.CPP
sl@0
    71
SOURCE          ShaperCache.CPP
sl@0
    72
SOURCE          linkedfonts.cpp
sl@0
    73
sl@0
    74
LIBRARY         euser.lib
sl@0
    75
LIBRARY         gdi.lib
sl@0
    76
LIBRARY         fntstr.lib
sl@0
    77
LIBRARY         efsrv.lib
sl@0
    78
LIBRARY         ecom.lib
sl@0
    79
LIBRARY         estor.lib
sl@0
    80
LIBRARY         bafl.lib
sl@0
    81
LIBRARY         fbscli.lib 
sl@0
    82
LIBRARY         bitgdi.lib
sl@0
    83
LIBRARY         estlib.lib
sl@0
    84
LIBRARY         hal.lib
sl@0
    85
sl@0
    86
LIBRARY         testexecuteutils.lib 
sl@0
    87
LIBRARY         tgraphicsharness.lib
sl@0
    88
LIBRARY         testexecutelogclient.lib
sl@0
    89
LIBRARY         graphicstestutils.lib 
sl@0
    90
sl@0
    91
sl@0
    92
#if !defined(WINS)
sl@0
    93
LIBRARY  viewsrv.lib
sl@0
    94
#endif
sl@0
    95
sl@0
    96
// We're quite heavy on the stack... 4k in WinS isn't enough...
sl@0
    97
EPOCSTACKSIZE	0x6000
sl@0
    98
sl@0
    99
// The following macro is duplicated from FntStore.MMP because it is used by OPENFONT.CPP
sl@0
   100
MACRO KMaxGlyphCacheMemory=32768
sl@0
   101
#if !defined(X86GCC)
sl@0
   102
MACRO __SUPPORT_CPP_EXCEPTIONS__
sl@0
   103
#endif	//X86GCC
sl@0
   104
sl@0
   105
SMPSAFE