equal
deleted
inserted
replaced
|
1 /** |
|
2 @file |
|
3 OMAP16XX Screen driver suitable for the H2 development board (plus others). |
|
4 @SYMPurpose scdv.dll OMAP16XX 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 _omapqvga_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 ../smomap |
|
47 source sccol8.cpp |
|
48 source sccol16.cpp |
|
49 source sccol24u.cpp |
|
50 source sccol32a.cpp |
|
51 source sccol32ap.cpp |
|
52 source scnew.cpp |
|
53 source accelhard.cpp |
|
54 source accelbitmap.cpp |
|
55 |
|
56 VENDORID 0x70000001 |
|
57 |
|
58 ALWAYS_BUILD_AS_ARM |
|
59 |
|
60 // If SYMBIAN_USE_FAST_FADING is defined, the fixed fading implementation will be selected and its value |
|
61 // will be used as fading parameter. Example usage: |
|
62 // MACRO SYMBIAN_USE_FAST_FADING=0x00303030 |
|
63 // |
|
64 // If SYMBIAN_USE_FAST_FADING is not defined, default fading implementation based on black and white map |
|
65 // parameters will be used. |
|
66 UNPAGED |
|
67 |
|
68 |
|
69 SMPSAFE |