sl@0
|
1 |
// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
// WSLog.iby
|
sl@0
|
15 |
//
|
sl@0
|
16 |
//
|
sl@0
|
17 |
|
sl@0
|
18 |
#ifndef __WSTESTDYNAMICRES_IBY__
|
sl@0
|
19 |
#define __WSTESTDYNAMICRES_IBY__
|
sl@0
|
20 |
|
sl@0
|
21 |
REM Window Server Dynamic Resolution Test Scripts [no plugins]
|
sl@0
|
22 |
|
sl@0
|
23 |
//All these test scripts are copied to the rom.
|
sl@0
|
24 |
//Please execute only the tests appropriate to your hardware capabilities.
|
sl@0
|
25 |
|
sl@0
|
26 |
//The following test script asserts that the simplest tests to open the new interfaces will fail.
|
sl@0
|
27 |
//The Symbian reference H4 does not implement MDisplayControl, but some vendors may create their own support.
|
sl@0
|
28 |
file=ABI_DIR\DEBUG_DIR\wsdynamicresclassictestserver.exe System\Libs\wsdynamicresclassictestserver.exe
|
sl@0
|
29 |
data=DATAZ_\wstest\dynamicres\wsdynamicresclassic.script wstest\dynamicres\wsdynamicresclassic.script
|
sl@0
|
30 |
|
sl@0
|
31 |
//Note the following scripts expect H4 GCE to support MDisplayControl.
|
sl@0
|
32 |
//They also optionally benefit from having screen capture installed (dll and wsini.ini)
|
sl@0
|
33 |
//The Symbian reference H4 does not implement MDisplayControl, but some vendors may create their own support.
|
sl@0
|
34 |
//These represent tests that apply to different scaling modes as specified in wsini.ini
|
sl@0
|
35 |
#ifdef SYMBIAN_GRAPHICS_USE_GCE
|
sl@0
|
36 |
file=ABI_DIR\DEBUG_DIR\wsdynamicrestestserver.exe System\Libs\wsdynamicrestestserver.exe
|
sl@0
|
37 |
data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_anisotropic_scaling.script wstest\dynamicres\wsdynamicresbasic_anisotropic_scaling.script
|
sl@0
|
38 |
data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_integer_scaling.script wstest\dynamicres\wsdynamicresbasic_integer_scaling.script
|
sl@0
|
39 |
data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_isotropic_scaling.script wstest\dynamicres\wsdynamicresbasic_isotropic_scaling.script
|
sl@0
|
40 |
data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_no_scaling.script wstest\dynamicres\wsdynamicresbasic_no_scaling.script
|
sl@0
|
41 |
data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_openvg_isotropic.script wstest\dynamicres\wsdynamicresbasic_openvg_isotropic.script
|
sl@0
|
42 |
data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_sirocco.script wstest\dynamicres\wsdynamicresbasic_sirocco.script
|
sl@0
|
43 |
#endif
|
sl@0
|
44 |
|
sl@0
|
45 |
#endif
|