sl@0: /* sl@0: * Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * fntstr.dll Font store sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: TARGET fntstr.dll sl@0: CAPABILITY All -Tcb sl@0: TARGETTYPE dll sl@0: sl@0: UID 0x1000008d 0x10003b1a sl@0: VENDORID 0x70000001 sl@0: sl@0: // This option turns off any warnings in the CW build sl@0: // This is a temp workaround until a better solution is found sl@0: // for 2 warnings that appear when building fntstore.cpp sl@0: // Remove this option when making any changes to this component sl@0: // to avoid overlooking any new warnings. sl@0: // MAY BE NEEDED IN THE FUTURE sl@0: // OPTION CW -w off sl@0: sl@0: USERINCLUDE ../inc ../traces sl@0: sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: SOURCEPATH ../src sl@0: sl@0: SOURCE FNTBODY.CPP sl@0: SOURCE FNTSTORE.CPP sl@0: SOURCE FNTUTIL.CPP sl@0: SOURCE OPENFONT.CPP sl@0: SOURCE ShaperCache.CPP sl@0: SOURCE linkedfonts.cpp sl@0: SOURCE patchableconstants.cpp sl@0: sl@0: LIBRARY euser.lib sl@0: LIBRARY efsrv.lib sl@0: LIBRARY estor.lib sl@0: LIBRARY gdi.lib sl@0: LIBRARY ecom.lib sl@0: LIBRARY fbscli.lib sl@0: LIBRARY hal.lib sl@0: sl@0: #ifdef WINSCW sl@0: DEFFILE FNTSTR2.DEF sl@0: #else sl@0: DEFFILE fntstr2.def sl@0: #endif sl@0: sl@0: START WINS sl@0: BASEADDRESS 0x41700000 sl@0: END sl@0: sl@0: MACRO KMaxGlyphCacheMemory=32768 sl@0: UNPAGED sl@0: sl@0: sl@0: SMPSAFE