os/graphics/fbs/fontandbitmapserver/group/FBSCLI.MMP
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 1998-2010 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     ../traces_FBSCLI
    32 
    33 OS_LAYER_SYSTEMINCLUDE
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 
    36 source          BITBMP.CPP
    37 source          BITCOMP.CPP
    38 source          BITBMPEX.CPP
    39 source          BMPASTR.CPP
    40 source          BMPUTIL.CPP
    41 source          FBSBMP.CPP
    42 source          FBSFONT.CPP
    43 source          PILE.CPP
    44 source          SESSION.CPP
    45 source          TFSTORE.CPP
    46 source          FbsRalc.cpp
    47 source          fbshelper.cpp
    48 source          ShiftedFileStore.cpp
    49 source          BitmapCompr.cpp
    50 source          patchableconstantscli.cpp
    51 source          fbsglyphdataiterator.cpp
    52 source          fbsglyphmetricsarray.cpp
    53 
    54 library         euser.lib
    55 library         efsrv.lib
    56 library         estor.lib
    57 library         gdi.lib
    58 library         fntstr.lib
    59 library         scdv.lib
    60 library         palette.lib
    61 library         lookuptable.lib
    62 library         hal.lib
    63 library         sgresource.lib
    64 #if !defined(WINS)
    65 library         fbsrasterizer.lib
    66 #endif
    67 
    68 deffile         FBSCLI2.DEF
    69 
    70 
    71 START WINS
    72 BASEADDRESS     0x41400000
    73 END
    74 //configurable value to control bitmap heap management by setting
    75 //large bitmap threshold (requires rebuild)
    76 MACRO KMaxLargeBitmapAlloc=0x4000
    77 //MACRO SYMBIAN_DISABLE_HARDWARE_BITMAP_WHITEFILL // Uncomment this macro to disable whitefill of hardware bitmaps on creation
    78 
    79 // KCompressionThreshold is used to determine whether a bitmap gets compressed.  Values of 0 -> 256 represent 0% to 100% 
    80 // where 0% = no compression.  A value of 205 means that bitmaps are only compressed when the resulting size is 80% or 
    81 // less of the original size.
    82 MACRO KCompressionThreshold=205
    83 
    84 //optimal compiler flags identified in PN0082
    85 always_build_as_arm
    86 option_replace armcc --cpu 6
    87 option armcc -Ospace -O3
    88 
    89 UNPAGED
    90 
    91 
    92 SMPSAFE