os/graphics/windowing/windowserver/test/tdynamicres/group/wstestdynamicres.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/windowing/windowserver/test/tdynamicres/group/wstestdynamicres.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,45 @@
     1.4 +// Copyright (c) 1998-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// WSLog.iby
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +#ifndef __WSTESTDYNAMICRES_IBY__
    1.22 +#define __WSTESTDYNAMICRES_IBY__
    1.23 +
    1.24 +REM Window Server Dynamic Resolution Test Scripts [no plugins]
    1.25 +
    1.26 +//All these test scripts are copied to the rom. 
    1.27 +//Please execute only the tests appropriate to your hardware capabilities.
    1.28 +
    1.29 +//The following test script asserts that the simplest tests to open the new interfaces will fail.
    1.30 +//The Symbian reference H4 does not implement MDisplayControl, but some vendors may create their own support.
    1.31 +file=ABI_DIR\DEBUG_DIR\wsdynamicresclassictestserver.exe	System\Libs\wsdynamicresclassictestserver.exe
    1.32 +data=DATAZ_\wstest\dynamicres\wsdynamicresclassic.script	wstest\dynamicres\wsdynamicresclassic.script
    1.33 +
    1.34 +//Note the following scripts expect H4 GCE to support MDisplayControl.
    1.35 +//They also optionally benefit from having screen capture installed (dll and wsini.ini)
    1.36 +//The Symbian reference H4 does not implement MDisplayControl, but some vendors may create their own support.
    1.37 +//These represent tests that apply to different scaling modes as specified in wsini.ini
    1.38 +#ifdef SYMBIAN_GRAPHICS_USE_GCE
    1.39 +file=ABI_DIR\DEBUG_DIR\wsdynamicrestestserver.exe	System\Libs\wsdynamicrestestserver.exe
    1.40 +data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_anisotropic_scaling.script	wstest\dynamicres\wsdynamicresbasic_anisotropic_scaling.script
    1.41 +data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_integer_scaling.script	wstest\dynamicres\wsdynamicresbasic_integer_scaling.script
    1.42 +data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_isotropic_scaling.script	wstest\dynamicres\wsdynamicresbasic_isotropic_scaling.script
    1.43 +data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_no_scaling.script	wstest\dynamicres\wsdynamicresbasic_no_scaling.script
    1.44 +data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_openvg_isotropic.script	wstest\dynamicres\wsdynamicresbasic_openvg_isotropic.script
    1.45 +data=DATAZ_\wstest\dynamicres\wsdynamicresbasic_sirocco.script	wstest\dynamicres\wsdynamicresbasic_sirocco.script
    1.46 +#endif
    1.47 +
    1.48 +#endif