Update contrib.
3 Generic Screen driver suitable for generic platform with SYMBIAN_GRAPHICS_GCE.
4 @SYMPurpose scdv.dll Generic screendriver
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".
13 // Initial Contributors:
14 // Nokia Corporation - initial contribution.
22 target _generic_scdv.dll
26 source BmDrawScaling.cpp
40 source BMDRAW32PMA.cpp
46 SOURCEPATH ../sgeneric
47 //The individual CDrawXxxBppScreenBitmap classes are fully implemented as templates
50 source accelbitmap.cpp
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
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
62 // If SYMBIAN_USE_FAST_FADING is not defined, default fading implementation based on black and white map
63 // parameters will be used.
66 MACRO SYMBIAN_GRAPHICS_GCE