equal
deleted
inserted
replaced
|
1 // Copyright (c) 2001-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 // pngcodec.dll PNG codec plugin |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 target pngcodec.dll |
|
23 CAPABILITY ALL -TCB |
|
24 targettype plugin |
|
25 |
|
26 // ECom Dll recognition UID followed by the unique UID for this dll |
|
27 UID 0x10009D8D 0x101F45C7 |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 USERINCLUDE ../codecs/PNGCodec |
|
31 USERINCLUDE ../../../imagingandcamerafws/imagingfws/inc |
|
32 USERINCLUDE ../../../imagingandcamerafws/imagingfws/src |
|
33 |
|
34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 |
|
36 SOURCEPATH ../codecs/PNGCodec |
|
37 SOURCE PNGCodec.cpp |
|
38 SOURCE PNGConvert.cpp |
|
39 SOURCE PngScanlineDecoder.cpp |
|
40 SOURCE PngScanlineEncoder.cpp |
|
41 SOURCE PNGProxy.cpp |
|
42 SOURCE PngDecoderFactory.cpp |
|
43 |
|
44 start resource 101F45C7.rss |
|
45 target pngcodec.rsc |
|
46 end |
|
47 |
|
48 START RESOURCE 101F45C7_extra.rss |
|
49 targetpath resource/icl |
|
50 header |
|
51 END |
|
52 |
|
53 LIBRARY euser.lib |
|
54 LIBRARY gdi.lib |
|
55 LIBRARY fbscli.lib |
|
56 LIBRARY ezlib.lib |
|
57 LIBRARY bafl.lib |
|
58 LIBRARY imageconversion.lib |
|
59 LIBRARY ecom.lib |
|
60 |
|
61 START WINS |
|
62 //BASEADDRESS 0x4F620000 |
|
63 END |
|
64 #ifdef EABI |
|
65 // this is used to ensure "best perfomance" compilation options |
|
66 ALWAYS_BUILD_AS_ARM |
|
67 OPTION ARMCC -Otime |
|
68 OPTION_REPLACE ARMCC -O2 -O3 |
|
69 #endif |
|
70 |
|
71 SMPSAFE |