equal
deleted
inserted
replaced
|
1 // Copyright (c) 2005-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 // |
|
15 |
|
16 #ifndef __TE_OUTLINESHADOW_IBY__ |
|
17 #define __TE_OUTLINESHADOW_IBY__ |
|
18 |
|
19 #include <ityperast.iby> |
|
20 #include <testexecute.iby> |
|
21 #include <graphics_tprofiler.iby> |
|
22 #ifndef SMP |
|
23 // MCL profiler is not built for SMP |
|
24 #include <profiler.iby> |
|
25 #endif |
|
26 #include <dummyfonts.iby> |
|
27 #ifdef SYMBIAN_GRAPHICS_USE_GCE |
|
28 #include <directgdi.iby> |
|
29 #include <directgdiadapter.iby> |
|
30 #endif |
|
31 |
|
32 file=ABI_DIR\DEBUG_DIR\te_uibench.exe System\bin\te_uibench.exe |
|
33 data=DATAZ_\uibench\te_uibench.ini uibench\te_uibench.ini |
|
34 data=DATAZ_\uibench\te_uibench_out_legacy.bat \te_uibench_out.bat |
|
35 data=DATAZ_\uibench\te_uibenchoutlineshadow.script uibench\te_uibenchoutlineshadow.script |
|
36 |
|
37 #endif //__TE_OUTLINESHADOW_IBY__ |