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