fbs/fontandbitmapserver/group/FBSCLI.MMP
changeset 0 5d03bc08d59c
child 26 15986eb6c500
child 116 171fae344dd4
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // fbscli.dll Font & Bitmap server client-side library
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 target          fbscli.dll
       
    23 CAPABILITY All -Tcb
       
    24 targettype      DLL
       
    25 
       
    26 UID             0x1000008D 0x10003A15
       
    27 VENDORID 0x70000001
       
    28 SOURCEPATH      ../sfbs
       
    29 
       
    30 userinclude     ../inc
       
    31 userinclude		../../../../textandloc/fontservices/fontstore/src
       
    32 
       
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 source          BITBMP.CPP
       
    36 source          BITCOMP.CPP
       
    37 source          BITBMPEX.CPP
       
    38 source          BMPASTR.CPP
       
    39 source          BMPUTIL.CPP
       
    40 source          FBSBMP.CPP
       
    41 source          FBSFONT.CPP
       
    42 source          PILE.CPP
       
    43 source          SESSION.CPP
       
    44 source          TFSTORE.CPP
       
    45 source          FbsRalc.cpp
       
    46 source          fbshelper.cpp
       
    47 source          ShiftedFileStore.cpp
       
    48 source          BitmapCompr.cpp
       
    49 source          patchableconstantscli.cpp
       
    50 
       
    51 library         euser.lib
       
    52 library         efsrv.lib
       
    53 library         estor.lib
       
    54 library         gdi.lib
       
    55 library         fntstr.lib
       
    56 library         scdv.lib
       
    57 library         palette.lib
       
    58 library         lookuptable.lib
       
    59 library         hal.lib
       
    60 #if !defined(WINS)
       
    61 library         fbsrasterizer.lib
       
    62 #endif
       
    63 
       
    64 deffile         FBSCLI2.DEF
       
    65 
       
    66 
       
    67 START WINS
       
    68 BASEADDRESS     0x41400000
       
    69 END
       
    70 //configurable value to control bitmap heap management by setting
       
    71 //large bitmap threshold (requires rebuild)
       
    72 MACRO KMaxLargeBitmapAlloc=0x4000
       
    73 //MACRO SYMBIAN_DISABLE_HARDWARE_BITMAP_WHITEFILL // Uncomment this macro to disable whitefill of hardware bitmaps on creation
       
    74 
       
    75 // KCompressionThreshold is used to determine whether a bitmap gets compressed.  Values of 0 -> 256 represent 0% to 100% 
       
    76 // where 0% = no compression.  A value of 205 means that bitmaps are only compressed when the resulting size is 80% or 
       
    77 // less of the original size.
       
    78 MACRO KCompressionThreshold=205
       
    79 
       
    80 //optimal compiler flags identified in PN0082
       
    81 always_build_as_arm
       
    82 option_replace armcc --cpu 6
       
    83 option armcc -Ospace -O3
       
    84 
       
    85 UNPAGED
       
    86 
       
    87 
       
    88 SMPSAFE