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 |
|
22 #include <../../../../inc/project_defines.hrh> |
|
23 |
|
24 TARGET lcdgdrvi.dll |
|
25 TARGETTYPE DLL |
|
26 UID 0x101F8116 0x1020816A |
|
27 |
|
28 CAPABILITY J2ME_VMS_CAPABILITIES |
|
29 |
|
30 PAGED |
|
31 |
|
32 // Modify default options to optimize for speed over size in this module. |
|
33 OPTION ARMCC -O3 |
|
34 OPTION ARMCC -Otime |
|
35 ALWAYS_BUILD_AS_ARM |
|
36 |
|
37 APP_LAYER_SYSTEMINCLUDE |
|
38 |
|
39 USERINCLUDE ../inc |
|
40 |
|
41 SOURCEPATH ../src |
|
42 SOURCE lcdgdrvi.cpp |
|
43 SOURCE lcdtransform.cpp |
|
44 SOURCE calctransform.cpp |
|
45 SOURCE lcdgdev.cpp |
|
46 |
|
47 LIBRARY euser.lib |
|
48 LIBRARY gdi.lib |
|
49 LIBRARY bitgdi.lib |
|
50 LIBRARY fbscli.lib |
|
51 LIBRARY ecom.lib |
|
52 |
|
53 NOSTRICTDEF |
|
54 #if defined(WINS) |
|
55 DEFFILE bwins/lcdgdrvi.def |
|
56 #elif defined(ARMCC) |
|
57 DEFFILE eabi/lcdgdrvi.def |
|
58 #endif |