equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 #include <data_caging_paths.hrh> |
|
19 #include <platform_paths.hrh> |
|
20 #include "../../../inc/capabilities.mmh" |
|
21 #include "../inc/lcdgd_uids.h" |
|
22 |
|
23 #include <../../../../inc/project_defines.hrh> |
|
24 |
|
25 TARGET LCDC16MU.DLL |
|
26 TARGETTYPE PLUGIN |
|
27 UID 0x10009D8D LCDGD_COLOR16MU_DLL_UID |
|
28 |
|
29 CAPABILITY J2ME_VMS_CAPABILITIES |
|
30 |
|
31 PAGED |
|
32 |
|
33 // Modify default options to optimize for speed over size in this module. |
|
34 OPTION ARMCC -O3 |
|
35 OPTION ARMCC -Otime |
|
36 ALWAYS_BUILD_AS_ARM |
|
37 |
|
38 APP_LAYER_SYSTEMINCLUDE |
|
39 |
|
40 USERINCLUDE ../inc |
|
41 USERINCLUDE ../../../../inc |
|
42 |
|
43 SOURCEPATH ../src |
|
44 SOURCE lcdc16mu.cpp |
|
45 SOURCE lcdbitblt.cpp |
|
46 SOURCE lcd32bpp.cpp |
|
47 SOURCE collision.cpp |
|
48 SOURCE lcdgdrvutil.cpp |
|
49 |
|
50 // |
|
51 // ECOM plugin resource file. |
|
52 // |
|
53 SOURCEPATH ../resource |
|
54 START RESOURCE 10208166.RSS |
|
55 TARGET LCDC16MU.RSC |
|
56 END |
|
57 |
|
58 |
|
59 LIBRARY euser.lib |
|
60 LIBRARY gdi.lib |
|
61 LIBRARY bitgdi.lib |
|
62 LIBRARY fbscli.lib |
|
63 LIBRARY lcdgdrvi.lib |
|
64 |