1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserver/test/t_integ/rom/t_wservinteg.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,94 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +*
1.19 +*/
1.20 +rem Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
1.21 +#if (!defined __T_WSERV_INTEG_IBY__)
1.22 +#define __T_WSERV_INTEG_IBY__
1.23 +
1.24 +#include <testexecute.iby>
1.25 +#include <egl.iby>
1.26 +#include <openvg.iby>
1.27 +#include <graphics_simload.iby>
1.28 +
1.29 +// Requirement for Symbian automation environment
1.30 +// file=ABI_DIR\DEBUG_DIR\runtests.exe test\runtests.exe
1.31 +
1.32 +// wserv testexecute server
1.33 +file=ABI_DIR\DEBUG_DIR\t_wservintegserver.exe \sys\bin\t_wservintegserver.exe
1.34 +
1.35 +file=ABI_DIR\BUILD_DIR\t_inidata.dll \sys\bin\t_inidata.dll
1.36 +file=ABI_DIR\BUILD_DIR\t_perfdata.dll \sys\bin\t_perfdata.dll
1.37 +file=ABI_DIR\BUILD_DIR\t_winutils.dll \sys\bin\t_winutils.dll
1.38 +file=ABI_DIR\BUILD_DIR\t_pseudoappengine.dll \sys\bin\t_pseudoappengine.dll
1.39 +file=ABI_DIR\BUILD_DIR\t_testsurfacerasterizer.dll \sys\bin\t_testsurfacerasterizer.dll
1.40 +
1.41 +// t_pseudoapp.exe - application to mimic video behaviour
1.42 +file=ABI_DIR\BUILD_DIR\t_pseudoapp.exe sys\bin\t_pseudoapp.exe
1.43 +file=ABI_DIR\BUILD_DIR\t_pseudoapppopupwindow.exe sys\bin\t_pseudoapppopupwindow.exe
1.44 +
1.45 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\resource\apps\t_pseudoapp resource\apps\t_pseudoapp)
1.46 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\private\10003a3f\apps\t_pseudoapp_reg private\10003a3f\apps\t_pseudoapp_reg)
1.47 +
1.48 +// t_pseudoapp1.exe - behaves the same as t_pseudoapp.exe, created so two apps can be run at the same time
1.49 +file=ABI_DIR\BUILD_DIR\t_pseudoapp1.exe sys\bin\t_pseudoapp1.exe
1.50 +
1.51 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\resource\apps\t_pseudoapp1 resource\apps\t_pseudoapp1)
1.52 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\private\10003a3f\apps\t_pseudoapp_reg1 private\10003a3f\apps\t_pseudoapp_reg1)
1.53 +
1.54 +// t_dsaapp - application to test Direct Screen Access
1.55 +file=ABI_DIR\BUILD_DIR\t_dsaapp.exe \sys\bin\t_dsaapp.exe
1.56 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\resource\apps\t_dsaapp resource\apps\t_dsaapp)
1.57 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\private\10003a3f\apps\t_dsaapp_reg private\10003a3f\apps\t_dsaapp_reg)
1.58 +
1.59 +// t_app1 - application to gather performance data for DSA
1.60 +file=ABI_DIR\BUILD_DIR\t_app1.exe \sys\bin\t_app1.exe
1.61 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\resource\apps\t_app1 resource\apps\t_app1)
1.62 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\private\10003a3f\apps\t_app1_reg private\10003a3f\apps\t_app1_reg)
1.63 +
1.64 +// t_fpsapp.exe - application to force updates at a specified frame rate
1.65 +file=ABI_DIR\BUILD_DIR\t_fpsapp.exe \sys\bin\t_fpsapp.exe
1.66 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\resource\apps\t_fpsapp resource\apps\t_fpsapp)
1.67 +data=MULTI_LINGUIFY(RSC EPOCROOT##epoc32\data\Z\private\10003a3f\apps\t_fpsapp_reg private\10003a3f\apps\t_fpsapp_reg)
1.68 +
1.69 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ.script \graphics\graphics-wserv-integ.script
1.70 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-basic.script \graphics\graphics-wserv-integ-basic.script
1.71 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-dsa.script \graphics\graphics-wserv-integ-dsa.script
1.72 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-dsa-h6.script \graphics\graphics-wserv-integ-dsa-h6.script
1.73 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-surface.script \graphics\graphics-wserv-integ-surface.script
1.74 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-surface1.script \graphics\graphics-wserv-integ-surface1.script
1.75 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-surface2.script \graphics\graphics-wserv-integ-surface2.script
1.76 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-surface3.script \graphics\graphics-wserv-integ-surface3.script
1.77 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-surface4.script \graphics\graphics-wserv-integ-surface4.script
1.78 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-surface5.script \graphics\graphics-wserv-integ-surface5.script
1.79 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-surface-multiplescreens.script \graphics\graphics-wserv-integ-surface-multiplescreens.script
1.80 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-surface-screenrotation.script \graphics\graphics-wserv-integ-surface-screenrotation.script
1.81 +
1.82 +data=EPOCROOT##epoc32\data\z\graphics\setup-graphics-wserv-integ.script \graphics\setup-graphics-wserv-integ.script
1.83 +data=EPOCROOT##epoc32\data\z\graphics\setup-graphics-wserv-integ-basic.script \graphics\setup-graphics-wserv-integ-basic.script
1.84 +data=EPOCROOT##epoc32\data\z\graphics\setup-graphics-wserv-integ-dsa.script \graphics\setup-graphics-wserv-integ-dsa.script
1.85 +data=EPOCROOT##epoc32\data\z\graphics\setup-graphics-wserv-integ-surface.script \graphics\setup-graphics-wserv-integ-surface.script
1.86 +
1.87 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-basic.ini \graphics\graphics-wserv-integ-basic.ini
1.88 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-dsa.ini \graphics\graphics-wserv-integ-dsa.ini
1.89 +data=EPOCROOT##epoc32\data\z\graphics\graphics-wserv-integ-surface.ini \graphics\graphics-wserv-integ-surface.ini
1.90 +
1.91 +data=EPOCROOT##epoc32\data\z\graphics\multi_bitmap_ui.mbm \graphics\multi_bitmap_ui.mbm
1.92 +data=EPOCROOT##epoc32\data\z\graphics\multi_clock_frame.mbm \graphics\multi_clock_frame.mbm
1.93 +data=EPOCROOT##epoc32\data\z\graphics\multi_clock_frame_yuv422.mbm \graphics\multi_clock_frame_yuv422.mbm
1.94 +data=EPOCROOT##epoc32\data\z\graphics\multi_popup_window.mbm \graphics\multi_popup_window.mbm
1.95 +data=EPOCROOT##epoc32\data\z\graphics\multi_ecom_ben_nevis.mbm \graphics\multi_ecom_ben_nevis.mbm
1.96 +
1.97 +#endif