sl@0: // Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // WSLog.iby sl@0: // sl@0: // sl@0: sl@0: #ifndef __WSTESTDYNAMICRES_IBY__ sl@0: #define __WSTESTDYNAMICRES_IBY__ sl@0: sl@0: REM Window Server Dynamic Resolution Test Scripts [no plugins] sl@0: sl@0: //All these test scripts are copied to the rom. sl@0: //Please execute only the tests appropriate to your hardware capabilities. sl@0: sl@0: //The following test script asserts that the simplest tests to open the new interfaces will fail. sl@0: //The Symbian reference H4 does not implement MDisplayControl, but some vendors may create their own support. sl@0: file=ABI_DIR\DEBUG_DIR\wsdynamicresclassictestserver.exe System\Libs\wsdynamicresclassictestserver.exe sl@0: data=DATAZ_\wstest\dynamicres\wsdynamicresclassic.script wstest\dynamicres\wsdynamicresclassic.script sl@0: sl@0: //Note the following scripts expect H4 GCE to support MDisplayControl. sl@0: //They also optionally benefit from having screen capture installed (dll and wsini.ini) sl@0: //The Symbian reference H4 does not implement MDisplayControl, but some vendors may create their own support. sl@0: //These represent tests that apply to different scaling modes as specified in wsini.ini sl@0: #ifdef SYMBIAN_GRAPHICS_USE_GCE sl@0: file=ABI_DIR\DEBUG_DIR\wsdynamicrestestserver.exe System\Libs\wsdynamicrestestserver.exe sl@0: data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_anisotropic_scaling.script wstest\dynamicres\wsdynamicresbasic_anisotropic_scaling.script sl@0: data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_integer_scaling.script wstest\dynamicres\wsdynamicresbasic_integer_scaling.script sl@0: data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_isotropic_scaling.script wstest\dynamicres\wsdynamicresbasic_isotropic_scaling.script sl@0: data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_no_scaling.script wstest\dynamicres\wsdynamicresbasic_no_scaling.script sl@0: data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_openvg_isotropic.script wstest\dynamicres\wsdynamicresbasic_openvg_isotropic.script sl@0: data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_sirocco.script wstest\dynamicres\wsdynamicresbasic_sirocco.script sl@0: #endif sl@0: sl@0: #endif