|
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 target mngimagedisplay.dll |
|
17 CAPABILITY ALL -TCB |
|
18 targettype plugin |
|
19 |
|
20 // ECom Dll recognition UID followed by the unique UID for this dll |
|
21 UID 0x10009D8D 0x101F7C51 |
|
22 VENDORID 0x70000001 |
|
23 |
|
24 //MACRO STRICT_MNG_LC // by enabling would mean rejecting images which are not LC ones |
|
25 //MACRO WRONG_MAGN_HACK // some images have got wrong length of X and Y magn methods (2 instead 1 byte) |
|
26 MACRO WRONG_TERM_HACK // some images have got TERM length of 10 bytes, but Termination_action!=3, PNG/MNG CS editor does that |
|
27 MACRO DISABLE_LOGGING // force logging to be disabled even for _DEBUG |
|
28 |
|
29 //#define ENABLE_PNG_LAYER_PROFILING // enables single PNG layer rendering profiling |
|
30 #ifdef ENABLE_PNG_LAYER_PROFILING |
|
31 MACRO ENABLE_PNG_LAYER_PROFILE |
|
32 #endif |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 USERINCLUDE ../../plugins/mng ../../../codecs/PNGCodec |
|
37 |
|
38 SOURCEPATH ../../plugins/mng |
|
39 SOURCE MngImageDisplayProxy.cpp |
|
40 SOURCE MngImageDisplay.cpp |
|
41 |
|
42 SOURCE Crc32.cpp |
|
43 SOURCE MngChunks.cpp |
|
44 SOURCE MngReadStream.cpp |
|
45 SOURCE MngPlayer.cpp |
|
46 SOURCE MngRenderer.cpp |
|
47 SOURCE MngPanic.cpp |
|
48 SOURCE MngObjects.cpp |
|
49 SOURCE ChunkProcessor.cpp |
|
50 SOURCE MngProcessor.cpp |
|
51 SOURCE PngProcessor.cpp |
|
52 SOURCE PngLayer.cpp |
|
53 SOURCE PixelConsumer.cpp |
|
54 SOURCE MngMagnFilter.cpp |
|
55 |
|
56 SOURCE MngIclDecoder.cpp |
|
57 SOURCE MngReadCodec.cpp |
|
58 SOURCE MngDecodeConstruct.cpp |
|
59 |
|
60 start resource 101F7C51.rss |
|
61 target mngimagedisplay.rsc |
|
62 end |
|
63 |
|
64 START RESOURCE 101F7C51_extra.rss |
|
65 targetpath resource/icl |
|
66 header |
|
67 END |
|
68 |
|
69 LIBRARY euser.lib |
|
70 LIBRARY caf.lib |
|
71 LIBRARY efsrv.lib |
|
72 LIBRARY fbscli.lib |
|
73 LIBRARY gdi.lib |
|
74 LIBRARY imagedisplay.lib |
|
75 LIBRARY ecom.lib |
|
76 LIBRARY bitmaptransforms.lib |
|
77 LIBRARY imageconversion.lib |
|
78 LIBRARY bafl.lib |
|
79 |
|
80 #ifdef ENABLE_PNG_LAYER_PROFILING |
|
81 LIBRARY hal.lib |
|
82 #endif |
|
83 START WINS |
|
84 BASEADDRESS 0x4F700000 |
|
85 END |
|
86 |
|
87 #ifdef EABI |
|
88 // this is used to ensure "best perfomance" compilation options |
|
89 ALWAYS_BUILD_AS_ARM |
|
90 OPTION ARMCC -Otime |
|
91 OPTION_REPLACE ARMCC -O2 -O3 |
|
92 #endif |
|
93 |
|
94 SMPSAFE |