sl@0
|
1 |
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
#include "scdv.mmh"
|
sl@0
|
17 |
target _integrator_scdv.dll
|
sl@0
|
18 |
|
sl@0
|
19 |
SOURCEPATH ../sbit
|
sl@0
|
20 |
source BMDRAW.CPP
|
sl@0
|
21 |
source BmDrawScaling.cpp
|
sl@0
|
22 |
source BMDRAW1.CPP
|
sl@0
|
23 |
source BMDRAW2.CPP
|
sl@0
|
24 |
source BMDRAW4M.CPP
|
sl@0
|
25 |
source BMDRAW4C.CPP
|
sl@0
|
26 |
source BMDRAW8.CPP
|
sl@0
|
27 |
source BMDRAW8M.CPP
|
sl@0
|
28 |
source BMDRAW8C.CPP
|
sl@0
|
29 |
source BMDRAW12.CPP
|
sl@0
|
30 |
source BMDRAW16.CPP
|
sl@0
|
31 |
source BMDRAW24.CPP
|
sl@0
|
32 |
source BMDRAW24U.CPP
|
sl@0
|
33 |
source BMDRAW32.CPP
|
sl@0
|
34 |
source BMDRAW32A.CPP
|
sl@0
|
35 |
source BMDRAW32PMA.cpp
|
sl@0
|
36 |
source LUTAB.CPP
|
sl@0
|
37 |
source Cdsb.cpp
|
sl@0
|
38 |
source AccelSoft.cpp
|
sl@0
|
39 |
source FastBlend.cpp
|
sl@0
|
40 |
|
sl@0
|
41 |
SOURCEPATH ../smint
|
sl@0
|
42 |
source SCNEW.CPP
|
sl@0
|
43 |
source SCCOL.CPP
|
sl@0
|
44 |
source AccelHard.cpp
|
sl@0
|
45 |
source AccelBitmap.cpp
|
sl@0
|
46 |
|
sl@0
|
47 |
VENDORID 0x70000001
|
sl@0
|
48 |
|
sl@0
|
49 |
// If SYMBIAN_USE_FAST_FADING is defined, the fixed fading implementation will be selected and its value
|
sl@0
|
50 |
// will be used as fading parameter. Example usage:
|
sl@0
|
51 |
// MACRO SYMBIAN_USE_FAST_FADING=0x00303030
|
sl@0
|
52 |
//
|
sl@0
|
53 |
// If SYMBIAN_USE_FAST_FADING is not defined, default fading implementation based on black and white map
|
sl@0
|
54 |
// parameters will be used.
|
sl@0
|
55 |
|
sl@0
|
56 |
SMPSAFE
|