|
1 /* |
|
2 * Copyright (c) 2004-2007 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: Image Handling Library project file.* |
|
15 */ |
|
16 |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 |
|
20 TARGET IHL.dll |
|
21 TARGETTYPE dll |
|
22 UID 0x1000008D 0x101f4d90 // Image Viewer uid |
|
23 CAPABILITY CAP_GENERAL_DLL |
|
24 VENDORID VID_DEFAULT |
|
25 |
|
26 OPTION ARMCC --cpu 6 |
|
27 |
|
28 SOURCEPATH ../Src |
|
29 |
|
30 SOURCE IHLBitmapUtil.cpp |
|
31 SOURCE CIHLScaler.cpp |
|
32 SOURCE CIHLBitmap.cpp |
|
33 |
|
34 SOURCE IHLImageFactory.cpp |
|
35 SOURCE CIHLFileImage.cpp |
|
36 SOURCE CIHLFileImageExtJpg.cpp |
|
37 |
|
38 SOURCE IHLProcessorFactory.cpp |
|
39 SOURCE CIHLBitmapProcessor.cpp |
|
40 |
|
41 SOURCE IHLViewerFactory.cpp |
|
42 SOURCE CIHLImageViewer.cpp |
|
43 SOURCE CIHLImageViewerExtJpg.cpp |
|
44 |
|
45 USERINCLUDE . |
|
46 USERINCLUDE ../Src |
|
47 USERINCLUDE ../Inc // subsystem level inc dir |
|
48 USERINCLUDE ../../inc // ADo level inc dir |
|
49 |
|
50 // Default system include paths for middleware layer modules. |
|
51 MW_LAYER_SYSTEMINCLUDE |
|
52 SYSTEMINCLUDE /epoc32/include/icl // Needs to be removed after ICL has made SF structural changes. |
|
53 |
|
54 |
|
55 LIBRARY euser.lib |
|
56 LIBRARY fbscli.lib |
|
57 LIBRARY bitgdi.lib |
|
58 LIBRARY ImageConversion.lib |
|
59 LIBRARY efsrv.lib |
|
60 LIBRARY CAF.lib |
|
61 LIBRARY IclExtJpegApi.lib |
|
62 LIBRARY hal.lib |
|
63 |
|
64 //Remove comment to enable debug print |
|
65 //MACRO IHL_ENABLE_DEBUG_PRINT |