|
1 // Copyright (c) 1997-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 // MACRO __BYPASS_CONTINUE_CONVERT |
|
15 // if set don't use CImageDecoder::ContinueConvert |
|
16 // MACRO __ENABLE_DEBUG_OUTPUT |
|
17 // if set, enable RDebug::Print() calls to help debugging |
|
18 // |
|
19 // |
|
20 |
|
21 #define KUidApp 268435564 |
|
22 #define KUidAppUnicode 268450254 |
|
23 #define KUidImageConvertVideoTestClientDefine 0x101F45EA |
|
24 |
|
25 |
|
26 TARGET timageviewer.exe |
|
27 TARGETTYPE exe |
|
28 |
|
29 UID KUidAppUnicode KUidImageConvertVideoTestClientDefine |
|
30 VENDORID 0x70000001 |
|
31 CAPABILITY NONE |
|
32 |
|
33 SOURCEPATH ../src/Test/TImageViewer |
|
34 |
|
35 USERINCLUDE ../src/Test/TImageViewer |
|
36 APP_LAYER_SYSTEMINCLUDE_SYMBIAN // For Techview headers |
|
37 |
|
38 SOURCE TImageViewer.cpp |
|
39 |
|
40 |
|
41 START RESOURCE TImageViewer.rss |
|
42 HEADER |
|
43 targetpath /resource/apps |
|
44 lang sc |
|
45 end |
|
46 |
|
47 |
|
48 LIBRARY euser.lib efsrv.lib gdi.lib fbscli.lib |
|
49 LIBRARY apparc.lib ws32.lib cone.lib |
|
50 LIBRARY eikcore.lib eikdlg.lib eikfile.lib eikcoctl.lib eikctl.lib bitgdi.lib |
|
51 LIBRARY imageconversion.lib |
|
52 LIBRARY bitmaptransforms.lib |
|
53 LIBRARY mediaclientimage.lib |
|
54 LIBRARY bafl.lib |
|
55 LIBRARY jpegexifplugin.lib |
|
56 |
|
57 sourcepath ../src/Test/TImageViewer |
|
58 START RESOURCE TImageViewer_reg.rss |
|
59 TARGETPATH /private/10003a3f/apps |
|
60 END |
|
61 |
|
62 start resource TImageViewer_loc.RSS |
|
63 targetpath /resource/apps |
|
64 lang sc |
|
65 end |
|
66 |
|
67 START BITMAP timageviewericon.mbm |
|
68 HEADER |
|
69 sourcepath ../src/Test/TImageViewer |
|
70 targetpath /resource/apps |
|
71 source c8 AP24.BMP AP24M.BMP AP32.BMP AP32M.BMP AP48.BMP AP48M.BMP |
|
72 end |
|
73 |
|
74 |
|
75 START WINS |
|
76 BASEADDRESS 0x4F200000 |
|
77 END |
|
78 |
|
79 |
|
80 SMPSAFE |