0
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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: Juha Kauppinen, Mika Hokkanen
|
|
13 |
*
|
|
14 |
* Description: Photo Browser
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
//#include <domain/osextensions/platform_paths.hrh> // For the MW_LAYER_SYSTEMINCLUDE
|
|
19 |
|
|
20 |
|
|
21 |
#ifdef __WINS__
|
|
22 |
#undef _S60_5x_ACCELEROMETER_
|
|
23 |
#undef _S60_3x_ACCELEROMETER_
|
|
24 |
#undef _ACCELEROMETER_SUPPORTED_
|
|
25 |
#else
|
|
26 |
#define _ACCELEROMETER_SUPPORTED_
|
|
27 |
#ifdef __S60_50__
|
|
28 |
#define _S60_5x_ACCELEROMETER_
|
|
29 |
#else
|
|
30 |
#define _S60_3x_ACCELEROMETER_
|
|
31 |
#endif
|
|
32 |
#endif
|
|
33 |
|
|
34 |
|
|
35 |
// using relative paths for sourcepath and user includes
|
|
36 |
// exports are unfrozen
|
|
37 |
|
|
38 |
#include "UidList.txt"
|
|
39 |
|
|
40 |
TARGET IEEngine.dll
|
|
41 |
TARGETTYPE dll
|
|
42 |
UID 0xE000008d IEEngine_UID3
|
|
43 |
|
|
44 |
#ifdef TUBE_PR1
|
|
45 |
CAPABILITY UserEnvironment ReadDeviceData ReadUserData WriteUserData LocalServices
|
|
46 |
#else
|
|
47 |
CAPABILITY UserEnvironment ReadUserData WriteUserData LocalServices
|
|
48 |
#endif
|
|
49 |
|
|
50 |
//VENDORID 0x70000001
|
|
51 |
VENDORID 0
|
|
52 |
|
|
53 |
EPOCHEAPSIZE 0x10000 0x5000000
|
|
54 |
|
|
55 |
SOURCEPATH ..\EngSrc
|
|
56 |
SOURCE IEEngineImp.cpp
|
|
57 |
SOURCE IEBitmapLoader.cpp
|
|
58 |
SOURCE IEFileLoader.cpp
|
|
59 |
#ifdef IMAGE_EDITOR
|
|
60 |
#endif
|
|
61 |
SOURCE IEImageDecoder.cpp
|
|
62 |
SOURCE IEImageEncoder.cpp IEImageFinder.cpp IEThreadEngine.cpp
|
|
63 |
SOURCE ImageMonitorAO.cpp
|
|
64 |
SOURCE IEBgpsController.cpp
|
|
65 |
SOURCE FileSystemMonitorAO.cpp
|
|
66 |
SOURCE IEImageList.cpp
|
|
67 |
|
|
68 |
#ifdef _ACCELEROMETER_SUPPORTED_
|
|
69 |
SOURCE IESensorMonitor.cpp
|
|
70 |
SOURCE IESensorDataFilter.cpp
|
|
71 |
#endif
|
|
72 |
|
|
73 |
USERINCLUDE ..\EngInc
|
|
74 |
USERINCLUDE ..\Common\inc
|
|
75 |
SYSTEMINCLUDE \epoc32\include
|
|
76 |
SYSTEMINCLUDE \epoc32\include\internal
|
|
77 |
SYSTEMINCLUDE \epoc32\include\icl
|
|
78 |
// new S60 5.0 header include path
|
|
79 |
MW_LAYER_SYSTEMINCLUDE
|
|
80 |
|
|
81 |
LIBRARY euser.lib
|
|
82 |
LIBRARY efsrv.lib
|
|
83 |
LIBRARY fbscli.lib
|
|
84 |
LIBRARY imageconversion.lib
|
|
85 |
//LIBRARY IclExtJpegApi.lib
|
|
86 |
//LIBRARY exifutility.lib
|
|
87 |
LIBRARY jpegexifplugin.lib
|
|
88 |
LIBRARY cone.lib
|
|
89 |
|
|
90 |
|
|
91 |
#ifdef _S60_3x_ACCELEROMETER_
|
|
92 |
//LIBRARY RRSensorApi.lib // Non-public library
|
|
93 |
#endif
|
|
94 |
|
|
95 |
#ifdef _S60_5x_ACCELEROMETER_
|
|
96 |
LIBRARY SensrvClient.lib// Non-public library
|
|
97 |
LIBRARY SensrvUtil.lib// Non-public library
|
|
98 |
#endif
|
|
99 |
|
|
100 |
|
|
101 |
//STATICLIBRARY idlimageprocessing.lib
|
|
102 |
//LIBRARY idlimageprocessing.lib
|
|
103 |
//LIBRARY libc.lib
|
|
104 |
|
|
105 |
LIBRARY PlatformEnv.lib // platform environment, paths
|
|
106 |
LIBRARY bitgdi.lib
|
|
107 |
LIBRARY CommonEngine.lib
|
|
108 |
LIBRARY eikcore.lib
|
|
109 |
LIBRARY BitmapTransforms.lib
|
|
110 |
LIBRARY bafl.lib
|
|
111 |
LIBRARY IEBgpClient.lib//TN client
|
|
112 |
LIBRARY IEUtils.lib
|
|
113 |
LIBRARY hal.lib
|
|
114 |
LIBRARY exiflib.lib
|
|
115 |
LIBRARY estor.lib
|
|
116 |
LIBRARY oommonitor.lib
|
|
117 |
|
|
118 |
nostrictdef
|
|
119 |
|
|
120 |
EXPORTUNFROZEN
|
|
121 |
|