sl@0: // Copyright (c) 1998-2010 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: // fbscli.dll Font & Bitmap server client-side library sl@0: // sl@0: // sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: target fbscli.dll sl@0: CAPABILITY All -Tcb sl@0: targettype DLL sl@0: sl@0: UID 0x1000008D 0x10003A15 sl@0: VENDORID 0x70000001 sl@0: SOURCEPATH ../sfbs sl@0: sl@0: userinclude ../inc sl@0: userinclude ../traces_FBSCLI sl@0: sl@0: OS_LAYER_SYSTEMINCLUDE sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: source BITBMP.CPP sl@0: source BITCOMP.CPP sl@0: source BITBMPEX.CPP sl@0: source BMPASTR.CPP sl@0: source BMPUTIL.CPP sl@0: source FBSBMP.CPP sl@0: source FBSFONT.CPP sl@0: source PILE.CPP sl@0: source SESSION.CPP sl@0: source TFSTORE.CPP sl@0: source FbsRalc.cpp sl@0: source fbshelper.cpp sl@0: source ShiftedFileStore.cpp sl@0: source BitmapCompr.cpp sl@0: source patchableconstantscli.cpp sl@0: source fbsglyphdataiterator.cpp sl@0: source fbsglyphmetricsarray.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 fntstr.lib sl@0: library scdv.lib sl@0: library palette.lib sl@0: library lookuptable.lib sl@0: library hal.lib sl@0: library sgresource.lib sl@0: #if !defined(WINS) sl@0: library fbsrasterizer.lib sl@0: #endif sl@0: sl@0: deffile FBSCLI2.DEF sl@0: sl@0: sl@0: START WINS sl@0: BASEADDRESS 0x41400000 sl@0: END sl@0: //configurable value to control bitmap heap management by setting sl@0: //large bitmap threshold (requires rebuild) sl@0: MACRO KMaxLargeBitmapAlloc=0x4000 sl@0: //MACRO SYMBIAN_DISABLE_HARDWARE_BITMAP_WHITEFILL // Uncomment this macro to disable whitefill of hardware bitmaps on creation sl@0: sl@0: // KCompressionThreshold is used to determine whether a bitmap gets compressed. Values of 0 -> 256 represent 0% to 100% sl@0: // where 0% = no compression. A value of 205 means that bitmaps are only compressed when the resulting size is 80% or sl@0: // less of the original size. sl@0: MACRO KCompressionThreshold=205 sl@0: sl@0: //optimal compiler flags identified in PN0082 sl@0: always_build_as_arm sl@0: option_replace armcc --cpu 6 sl@0: option armcc -Ospace -O3 sl@0: sl@0: UNPAGED sl@0: sl@0: sl@0: SMPSAFE