26
|
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 |
|
|
26 |
TARGET LCDC4K.DLL
|
|
27 |
TARGETTYPE PLUGIN
|
|
28 |
UID 0x10009D8D LCDGD_COLOR4K_DLL_UID
|
|
29 |
|
|
30 |
CAPABILITY J2ME_VMS_CAPABILITIES
|
|
31 |
|
|
32 |
PAGED
|
|
33 |
|
|
34 |
// Modify default options to optimize for speed over size in this module.
|
|
35 |
OPTION ARMCC -O3
|
|
36 |
OPTION ARMCC -Otime
|
|
37 |
ALWAYS_BUILD_AS_ARM
|
|
38 |
|
|
39 |
APP_LAYER_SYSTEMINCLUDE
|
|
40 |
|
|
41 |
USERINCLUDE ../inc
|
|
42 |
USERINCLUDE ../../../../inc
|
|
43 |
|
|
44 |
SOURCEPATH ../src
|
|
45 |
SOURCE lcdc4k.cpp
|
|
46 |
SOURCE lcd16bpp.cpp
|
|
47 |
SOURCE lcdbitblt.cpp
|
|
48 |
SOURCE collision.cpp
|
|
49 |
SOURCE lcdgdrvutil.cpp
|
|
50 |
|
|
51 |
//
|
|
52 |
// ECOM plugin resource file.
|
|
53 |
//
|
|
54 |
SOURCEPATH ../resource
|
|
55 |
START RESOURCE 10208164.RSS
|
|
56 |
TARGET LCDC4K.RSC
|
|
57 |
END
|
|
58 |
|
|
59 |
|
|
60 |
LIBRARY euser.lib
|
|
61 |
LIBRARY gdi.lib
|
|
62 |
LIBRARY bitgdi.lib
|
|
63 |
LIBRARY fbscli.lib
|
|
64 |
LIBRARY lcdgdrvi.lib
|
|
65 |
|