1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/fontservices/fontstore/group/FNTSTORE.MMP Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,76 @@
1.4 +/*
1.5 +* Copyright (c) 1998-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 +* fntstr.dll Font store
1.19 +*
1.20 +*/
1.21 +
1.22 +
1.23 +/**
1.24 + @file
1.25 +*/
1.26 +
1.27 +TARGET fntstr.dll
1.28 +CAPABILITY All -Tcb
1.29 +TARGETTYPE dll
1.30 +
1.31 +UID 0x1000008d 0x10003b1a
1.32 +VENDORID 0x70000001
1.33 +
1.34 +// This option turns off any warnings in the CW build
1.35 +// This is a temp workaround until a better solution is found
1.36 +// for 2 warnings that appear when building fntstore.cpp
1.37 +// Remove this option when making any changes to this component
1.38 +// to avoid overlooking any new warnings.
1.39 +// MAY BE NEEDED IN THE FUTURE
1.40 +// OPTION CW -w off
1.41 +
1.42 +USERINCLUDE ../inc ../traces
1.43 +
1.44 +
1.45 +OS_LAYER_SYSTEMINCLUDE_SYMBIAN
1.46 +
1.47 +SOURCEPATH ../src
1.48 +
1.49 +SOURCE FNTBODY.CPP
1.50 +SOURCE FNTSTORE.CPP
1.51 +SOURCE FNTUTIL.CPP
1.52 +SOURCE OPENFONT.CPP
1.53 +SOURCE ShaperCache.CPP
1.54 +SOURCE linkedfonts.cpp
1.55 +SOURCE patchableconstants.cpp
1.56 +
1.57 +LIBRARY euser.lib
1.58 +LIBRARY efsrv.lib
1.59 +LIBRARY estor.lib
1.60 +LIBRARY gdi.lib
1.61 +LIBRARY ecom.lib
1.62 +LIBRARY fbscli.lib
1.63 +LIBRARY hal.lib
1.64 +
1.65 +#ifdef WINSCW
1.66 +DEFFILE FNTSTR2.DEF
1.67 +#else
1.68 +DEFFILE fntstr2.def
1.69 +#endif
1.70 +
1.71 +START WINS
1.72 +BASEADDRESS 0x41700000
1.73 +END
1.74 +
1.75 +MACRO KMaxGlyphCacheMemory=32768
1.76 +UNPAGED
1.77 +
1.78 +
1.79 +SMPSAFE