graphicsdeviceinterface/screendriver/group/generic.mmp
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 /**
       
     2  @file
       
     3  Generic Screen driver suitable for generic platform with SYMBIAN_GRAPHICS_GCE.
       
     4  @SYMPurpose scdv.dll Generic screendriver
       
     5  */
       
     6 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     7 // All rights reserved.
       
     8 // This component and the accompanying materials are made available
       
     9 // under the terms of "Eclipse Public License v1.0"
       
    10 // which accompanies this distribution, and is available
       
    11 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    12 //
       
    13 // Initial Contributors:
       
    14 // Nokia Corporation - initial contribution.
       
    15 //
       
    16 // Contributors:
       
    17 //
       
    18 // Description:
       
    19 //
       
    20 
       
    21 #include            "scdv.mmh"
       
    22 target              _generic_scdv.dll
       
    23 
       
    24 SOURCEPATH          ../sbit
       
    25 source              BMDRAW.CPP
       
    26 source              BmDrawScaling.cpp
       
    27 source              BMDRAW1.CPP
       
    28 source              BMDRAW2.CPP
       
    29 source              BMDRAW4M.CPP
       
    30 source              BMDRAW4C.CPP
       
    31 source              BMDRAW8.CPP
       
    32 source              BMDRAW8M.CPP
       
    33 source              BMDRAW8C.CPP
       
    34 source              BMDRAW12.CPP
       
    35 source              BMDRAW16.CPP
       
    36 source              BMDRAW24.CPP
       
    37 source              BMDRAW24U.CPP
       
    38 source              BMDRAW32.CPP
       
    39 source              BMDRAW32A.CPP
       
    40 source              BMDRAW32PMA.cpp
       
    41 source              LUTAB.CPP
       
    42 source              Cdsb.cpp
       
    43 source              AccelSoft.cpp
       
    44 source              FastBlend.cpp
       
    45 
       
    46 SOURCEPATH          ../sgeneric
       
    47 //The individual CDrawXxxBppScreenBitmap classes are fully implemented as templates
       
    48 source              scnew.cpp
       
    49 source              accelhard.cpp
       
    50 source              accelbitmap.cpp
       
    51 
       
    52 VENDORID            0x70000001
       
    53 
       
    54 //Be warned that removing ALWAYS_BUILD_AS_ARM the compiler will expose potential problems
       
    55 //Some bits of the code do not behave properely compiled for THUMB
       
    56 ALWAYS_BUILD_AS_ARM
       
    57 
       
    58 // If SYMBIAN_USE_FAST_FADING is defined, the fixed fading implementation will be selected and its value
       
    59 // will be used as fading parameter. Example usage:
       
    60 // MACRO SYMBIAN_USE_FAST_FADING=0x00303030
       
    61 // 
       
    62 // If SYMBIAN_USE_FAST_FADING is not defined, default fading implementation based on black and white map 
       
    63 // parameters will be used.
       
    64 UNPAGED
       
    65 
       
    66 MACRO SYMBIAN_GRAPHICS_GCE
       
    67 
       
    68 SMPSAFE