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