windowing/windowserver/test/tdynamicres/group/wstestdynamicres.iby
author hgs
Fri, 16 Jul 2010 11:45:55 +0300
changeset 116 171fae344dd4
parent 103 2717213c588a
permissions -rw-r--r--
201026_3

// 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
data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_sirocco.script	wstest\dynamicres\wsdynamicresbasic_sirocco.script
#endif

#endif