|
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 // imageconversion.dll Image conversion library |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 //#define SYMBIAN_CAF_V2 SYMBIAN_CAF_V2 |
|
24 |
|
25 // MACRO __ICL_PROFILING |
|
26 // enable profiling statements - for use with TProfImage |
|
27 |
|
28 // GetMimeTypeFileL() and GetMimeTypeDataL() are thorough |
|
29 // ie they don't just match on header data, they attempt to create a decoder |
|
30 MACRO __GET_MIME_TYPE_THOROUGH |
|
31 |
|
32 // enables ansynchronous writing of encoder buffers |
|
33 // that would increase encoding performance by about 30% when writing |
|
34 // to a high latency media such as MMC card. Note that synchronous |
|
35 // writes do not currently work with the framework extension stream encode. |
|
36 MACRO SYMBIAN_ENABLE_ENCODER_ASYNC_WRITES |
|
37 |
|
38 TARGET imageconversion.dll |
|
39 CAPABILITY ALL -TCB |
|
40 TARGETTYPE DLL |
|
41 |
|
42 UID 0x101F45AC 0x101F45AD |
|
43 VENDORID 0x70000001 |
|
44 |
|
45 SOURCEPATH ../src |
|
46 SOURCE ImageClientApi.cpp |
|
47 SOURCE ImageConversionPriv.cpp |
|
48 SOURCE BufferedImageConversion.cpp |
|
49 SOURCE ImageData.cpp |
|
50 SOURCE ImageClientMain.cpp |
|
51 SOURCE ImageConvResolvrUtils.cpp |
|
52 SOURCE ImageResolverAPI.cpp |
|
53 SOURCE ImageConstruct.cpp |
|
54 SOURCE ImagePlugin.cpp |
|
55 SOURCE ImageCodecBody.cpp |
|
56 SOURCE ImageRelay.cpp |
|
57 SOURCE ImageStraightRelay.cpp |
|
58 SOURCE GenThreadRelay.cpp |
|
59 SOURCE ThreadRelay.cpp |
|
60 SOURCE Reciclutil.cpp |
|
61 SOURCE Reciclutilbody.cpp |
|
62 SOURCE imageframe.cpp |
|
63 SOURCE imageframebody.cpp |
|
64 SOURCE asyncfilewriter.cpp |
|
65 |
|
66 SOURCE ImageProcessorUtil.cpp |
|
67 SOURCE ImageBitmapUtil.cpp |
|
68 SOURCE imageconversionextension.cpp |
|
69 SOURCE iclextproxystubutil.cpp |
|
70 SOURCE fwextensionparams.cpp |
|
71 SOURCE pluginextensionmanager.cpp |
|
72 |
|
73 USERINCLUDE ../inc |
|
74 USERINCLUDE ../src |
|
75 |
|
76 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
77 |
|
78 STATICLIBRARY imageprocessorperf.lib |
|
79 LIBRARY ecom.lib |
|
80 LIBRARY euser.lib |
|
81 LIBRARY efsrv.lib |
|
82 LIBRARY gdi.lib |
|
83 LIBRARY fbscli.lib |
|
84 LIBRARY bitgdi.lib |
|
85 LIBRARY estor.lib |
|
86 LIBRARY bafl.lib |
|
87 LIBRARY caf.lib |
|
88 |
|
89 LIBRARY mmcommon.lib |
|
90 |
|
91 #ifdef EABI |
|
92 DEFFILE ImageConversion.def |
|
93 #endif |
|
94 |
|
95 #ifdef WINSCW |
|
96 DEFFILE IMAGECONVERSION.DEF |
|
97 #endif |
|
98 |
|
99 START WINS |
|
100 BASEADDRESS 0x4F600000 |
|
101 END |
|
102 |
|
103 |
|
104 |
|
105 SMPSAFE |