equal
deleted
inserted
replaced
|
1 // Copyright (c) 2002-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 // |
|
17 // |
|
18 |
|
19 MACRO __ICL_PROFILING |
|
20 // enable profiling statements |
|
21 |
|
22 TARGET TProfImage.exe |
|
23 CAPABILITY ALL -TCB |
|
24 TARGETTYPE exe |
|
25 |
|
26 USERINCLUDE ../src/Test/TImage |
|
27 USERINCLUDE ../src/Test/TImage/Support |
|
28 |
|
29 SOURCEPATH ../src/Test/TImage |
|
30 SOURCE TProfImage.cpp |
|
31 SOURCE TImage.cpp |
|
32 |
|
33 SOURCEPATH ../src/Test/TImage/Support |
|
34 SOURCE TestExtra.cpp |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 LIBRARY euser.lib |
|
39 LIBRARY fbscli.lib |
|
40 LIBRARY efsrv.lib |
|
41 LIBRARY ImageConversion.lib |
|
42 LIBRARY hal.lib |
|
43 LIBRARY ecom.lib |
|
44 |
|
45 EPOCHEAPSIZE 0x1000 0x100000 |
|
46 |
|
47 START WINS |
|
48 BASEADDRESS 0x4F260000 |
|
49 END |
|
50 |
|
51 VENDORID 0x70000001 |
|
52 |
|
53 SMPSAFE |