os/graphics/windowing/windowserver/group/openwfc/BLD.INF
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/windowing/windowserver/group/openwfc/BLD.INF	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,395 @@
     1.4 +// Copyright (c) 1998-2010 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 +// Window server
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +
    1.26 +#include "../../test/group/openwfc/bld.inf"
    1.27 +
    1.28 +#include "../../minigui/group/bld.inf"
    1.29 +
    1.30 +PRJ_PLATFORMS
    1.31 +
    1.32 +DEFAULT
    1.33 +
    1.34 +PRJ_EXPORTS
    1.35 +
    1.36 +../../inc/W32STD.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(w32std.h)
    1.37 +../../inc/sizemode.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(sizemode.h)
    1.38 +../../inc/pointerevent.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pointerevent.h)
    1.39 +../../inc/advancedpointerevent.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(advancedpointerevent.h)
    1.40 +../../inc/advancedpointerevent.inl SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(advancedpointerevent.inl)
    1.41 +../../inc/textcursor.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(textcursor.h)
    1.42 +../../inc/wspublishandsubscribedata.h  SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(wspublishandsubscribedata.h)
    1.43 +
    1.44 +#ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
    1.45 +#ifdef SYMBIAN_OLD_EXPORT_LOCATION
    1.46 +../../inc/graphics/windowserverconstants.h /epoc32/include/graphics/windowserverconstants.h
    1.47 +#endif
    1.48 +#endif
    1.49 +../../inc/graphics/pointereventdata.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/pointereventdata.h)
    1.50 +../../inc/W32ADLL.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(w32adll.h)
    1.51 +../../inc/W32CLICK.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(w32click.h)
    1.52 +../../inc/W32STDGRAPHIC.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(w32stdgraphic.h)
    1.53 +../../inc/openwfc/W32Debug.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(w32debug.h)
    1.54 +
    1.55 +../../group/wserv.iby	/epoc32/rom/include/wserv.iby
    1.56 +../../group/WSLog.IBY	/epoc32/rom/include/wslog.iby
    1.57 +
    1.58 +//For CLOCK and other Anim DLL's
    1.59 +// NB. should be using targettype ANI instead...
    1.60 +../../bwins/WSANIMU.DEF /epoc32/release/wins/wsanimu.def
    1.61 +
    1.62 +//For Key-click DLL's
    1.63 +../../bwins/WSClickU.DEF /epoc32/release/wins/wsclicku.def
    1.64 +../../eabi/wsclicku.def  /epoc32/include/def/eabi/wsclicku.def
    1.65 +
    1.66 +//Graphic Drawer exports for partners
    1.67 +../../inc/graphics/WSGRAPHICDRAWER.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsgraphicdrawer.h)
    1.68 +../../inc/graphics/openwfc/WSGRAPHICDRAWERINTERFACE.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsgraphicdrawerinterface.h)
    1.69 +../../inc/graphics/WSGRAPHICMSGBUF.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsgraphicmsgbuf.h)
    1.70 +../../inc/graphics/W32STDGRAPHICTEST.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/w32stdgraphictest.h)
    1.71 +
    1.72 +//Plugin exports for partners
    1.73 +../../inc/graphics/WSPLUGIN.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsplugin.h)
    1.74 +../../inc/graphics/WsRenderStage.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsrenderstage.h)
    1.75 +../../inc/graphics/WsRenderStageFactory.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsrenderstagefactory.h)
    1.76 +../../inc/graphics/wscursor.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wscursor.h)
    1.77 +../../inc/graphics/wsgraphicscontext.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsgraphicscontext.h)
    1.78 +../../inc/graphics/wsscreendevice.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsscreendevice.h)
    1.79 +../../inc/graphics/wsuibuffer.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsuibuffer.h)
    1.80 +../../inc/graphics/wsdrawablesourceprovider.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsdrawablesourceprovider.h)
    1.81 +../../inc/graphics/wsdisplaycontrol.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsdisplaycontrol.h)
    1.82 +../../inc/graphics/openwfc/wsdisplaymapping.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsdisplaymapping.h)
    1.83 +../../inc/graphics/wsdisplaypolicy.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsdisplaypolicy.h)
    1.84 +../../inc/graphics/openwfc/wselement.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wselement.h)
    1.85 +../../inc/graphics/openwfc/wsscene.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsscene.h)
    1.86 +../../inc/graphics/wskeyrouter.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wskeyrouter.h)
    1.87 +../../inc/graphics/wscontentreadyforcomposition.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wscontentreadyforcomposition.h)
    1.88 +
    1.89 +//RemoteGc exports for partners
    1.90 +../../inc/RemoteGc.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/remotegc.h)
    1.91 +../../inc/CommandBuffer.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/commandbuffer.h)
    1.92 +../../inc/RemoteGcUtils.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/remotegcutils.h)
    1.93 +
    1.94 +//Test Screen Capture
    1.95 +../../inc/graphics/testscreencapture.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/testscreencapture.h)
    1.96 +../../inc/graphics/wsscreendeviceutils.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsscreendeviceutils.h)
    1.97 +../../inc/graphics/wstestscreencapture.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wstestscreencapture.h)
    1.98 +
    1.99 +../../inc/graphics/wsdrawresource.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wsdrawresource.h)
   1.100 +
   1.101 +// Workaround for Bug 3283
   1.102 +../../inc/Graphics/wstfxconst.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/wstfxconst.h)
   1.103 +
   1.104 +#ifdef SYMBIAN_BUILD_GCE
   1.105 +//Surface support
   1.106 +../../inc/graphics/surfaceconfiguration.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/surfaceconfiguration.h)
   1.107 +../../inc/graphics/openwfc/surfaceconfiguration.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/surfaceconfiguration.inl)
   1.108 +//Display Control
   1.109 +../../inc/graphics/displaycontrol.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/displaycontrol.h)
   1.110 +
   1.111 +//Display Mapping
   1.112 +../../inc/graphics/displaymapping.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(graphics/displaymapping.h)
   1.113 +
   1.114 +
   1.115 +#endif // SYMBIAN_BUILD_GCE
   1.116 +
   1.117 +PRJ_MMPFILES
   1.118 +
   1.119 +// export library for both NGA & non-NGA version of ws32.DLL
   1.120 +../../group/ws32lib.mmp
   1.121 +../../group/remotegclib.mmp
   1.122 +../../group/wsgraphicdrawerlib.mmp
   1.123 +
   1.124 +
   1.125 +../../group/stdplugin_nonnga.mmp
   1.126 +../../group/w32_nonnga.mmp
   1.127 +../../group/wsgraphicdrawer_nonnga.mmp
   1.128 +../../group/openwfc/wserv_nonnga.mmp
   1.129 +../../group/remotegc_nonnga.mmp
   1.130 +
   1.131 +../../group/W32STDGRAPHIC.MMP
   1.132 +../../group/W32STDGRAPHICDRAWER.MMP
   1.133 +
   1.134 +#ifdef SYMBIAN_BUILD_GCE
   1.135 +../../group/W32_nga.MMP
   1.136 +../../group/WSGRAPHICDRAWER_nga.MMP
   1.137 +../../group/openwfc/WServ_nga.MMP
   1.138 +../../group/RemoteGc_nga.mmp
   1.139 +../../group/graphicsresourcewrapper.mmp
   1.140 +
   1.141 +
   1.142 +#ifdef WINS
   1.143 +// exe for emulator switching between NGA and non-NGA WServ
   1.144 +../../group/wserv_switch.mmp
   1.145 +// DLL shim for emulator switching between NGA and non-NGA W32
   1.146 +../../group/ws32_switch.mmp
   1.147 +
   1.148 +../../group/remotegc_switch.mmp
   1.149 +../../group/wsgraphicdrawer_switch.mmp
   1.150 +#else
   1.151 +../../group/graphicsresourcewrapper_stub.mmp
   1.152 +#endif
   1.153 +
   1.154 +#endif // SYMBIAN_BUILD_GCE
   1.155 +
   1.156 +#ifdef GENERIC_MARM
   1.157 +../../group/ProfilerKeys.mmp
   1.158 +#endif
   1.159 +
   1.160 +//Loggings
   1.161 +../../group/DEBLOG.MMP
   1.162 +../../group/DEBLOGFL.MMP
   1.163 +../../group/DEBLOGSR.MMP
   1.164 +../../group/DebLogRD.MMP
   1.165 +#ifdef WINS
   1.166 +../../group/DEBLOGWN.MMP
   1.167 +../../group/OSBWIN32.MMP
   1.168 +#endif
   1.169 +
   1.170 +PRJ_TESTMMPFILES
   1.171 +
   1.172 +//Test environment for WSERV,CONE,FORM,CLOCK
   1.173 +../../group/TLIB.MMP support
   1.174 +../../group/SHELL.MMP support
   1.175 +
   1.176 +//WSERV test code
   1.177 +../../group/TCAP_NONE.MMP
   1.178 +../../group/TCAP_ALL.MMP
   1.179 +../../group/TCAP1.MMP
   1.180 +../../group/TCAP2.MMP
   1.181 +../../group/TCAP3.MMP
   1.182 +../../group/TWSGRAPHIC.MMP
   1.183 +../../group/TWSGRAPHICSHARE.MMP
   1.184 +../../group/TWSGRAPHICSHAREGLOBAL.MMP
   1.185 +../../group/TWSGRAPHICSHARESECURE.MMP
   1.186 +../../group/TWSGRAPHICUNSHAREGLOBAL.MMP
   1.187 +../../group/TWSGRAPHICUNSHARESECURE.MMP
   1.188 +../../group/framerate.mmp
   1.189 +../../group/wsframerate.mmp
   1.190 +../../group/redirector.mmp
   1.191 +../../group/wsredir.mmp
   1.192 +../../group/listener.mmp
   1.193 +../../group/wslisten.mmp
   1.194 +../../group/containdrawer.mmp
   1.195 +../../group/wscontaindrawer.mmp
   1.196 +../../group/wsgdcov.mmp
   1.197 +../../group/bufferdrawer.mmp
   1.198 +../../group/wsbufferdrawer.mmp
   1.199 +../../group/ANIMDLL.MMP support
   1.200 +../../group/AUTODLL_nonnga.MMP support
   1.201 +../../group/CONNECT.MMP support
   1.202 +../../group/eventdd.mmp support
   1.203 +../../group/MBMANIM.MMP support
   1.204 +../../group/TMAN.MMP manual
   1.205 +../../group/TTIMERS.MMP support
   1.206 +../../group/TFadeCount.mmp manual
   1.207 +../../group/wscons.mmp support
   1.208 +../../test/TAutoServer/openwfc/TAutoServer_nonnga.mmp
   1.209 +
   1.210 +#ifdef SYMBIAN_BUILD_GCE
   1.211 +../../group/AUTODLL_nga.MMP support
   1.212 +../../test/TAutoServer/openwfc/TAutoServer_nga.mmp
   1.213 +../../test/TAutoServer/tevent_captureapp.mmp
   1.214 +#endif
   1.215 +
   1.216 +#ifdef WINS
   1.217 +../../group/tcrx.mmp manual
   1.218 +#endif
   1.219 +
   1.220 +//Anim
   1.221 +../../group/ANIM.MMP
   1.222 +
   1.223 +//CloseAllPanicWindow
   1.224 +../../group/tclosepanicwindow.mmp
   1.225 +
   1.226 +//Click plugin's
   1.227 +../../group/Click.MMP
   1.228 +../../group/multiptrclick.mmp
   1.229 +
   1.230 +//Handwritting ANIM DLL's
   1.231 +../../group/HANDANIM.MMP support
   1.232 +
   1.233 +../../group/INC113743.MMP
   1.234 +
   1.235 +PRJ_TESTEXPORTS
   1.236 +../../test/scripts/wstest_t_alpha_s0_nga.script		z:/wstest/wstest_t_alpha_s0_nga.script
   1.237 +../../test/scripts/wstest_t_alpha_s0_nonnga.script		z:/wstest/wstest_t_alpha_s0_nonnga.script
   1.238 +../../test/scripts/wstest_t_alpha_s1_nga.script		z:/wstest/wstest_t_alpha_s1_nga.script
   1.239 +../../test/scripts/wstest_t_alpha_s1_nonnga.script		z:/wstest/wstest_t_alpha_s1_nonnga.script
   1.240 +../../test/scripts/wstest_t_alphawin_s0_nga.script		z:/wstest/wstest_t_alphawin_s0_nga.script
   1.241 +../../test/scripts/wstest_t_alphawin_s0_nonnga.script	z:/wstest/wstest_t_alphawin_s0_nonnga.script
   1.242 +../../test/scripts/wstest_t_alphawin_s1_nga.script		z:/wstest/wstest_t_alphawin_s1_nga.script
   1.243 +../../test/scripts/wstest_t_alphawin_s1_nonnga.script	z:/wstest/wstest_t_alphawin_s1_nonnga.script
   1.244 +../../test/scripts/wstest_t_animdll_s0_nga.script		z:/wstest/wstest_t_animdll_s0_nga.script
   1.245 +../../test/scripts/wstest_t_animdll_s0_nonnga.script	z:/wstest/wstest_t_animdll_s0_nonnga.script
   1.246 +../../test/scripts/wstest_t_animdll_s1_nga.script		z:/wstest/wstest_t_animdll_s1_nga.script
   1.247 +../../test/scripts/wstest_t_animdll_s1_nonnga.script		z:/wstest/wstest_t_animdll_s1_nonnga.script
   1.248 +../../test/scripts/wstest_t_blank_s0_nga.script		z:/wstest/wstest_t_blank_s0_nga.script
   1.249 +../../test/scripts/wstest_t_blank_s0_nonnga.script		z:/wstest/wstest_t_blank_s0_nonnga.script
   1.250 +../../test/scripts/wstest_t_blank_s1_nga.script		z:/wstest/wstest_t_blank_s1_nga.script
   1.251 +../../test/scripts/wstest_t_blank_s1_nonnga.script		z:/wstest/wstest_t_blank_s1_nonnga.script
   1.252 +../../test/scripts/wstest_t_client_s0_nga.script		z:/wstest/wstest_t_client_s0_nga.script
   1.253 +../../test/scripts/wstest_t_client_s0_nonnga.script	z:/wstest/wstest_t_client_s0_nonnga.script
   1.254 +../../test/scripts/wstest_t_client_s1_nga.script		z:/wstest/wstest_t_client_s1_nga.script
   1.255 +../../test/scripts/wstest_t_client_s1_nonnga.script	z:/wstest/wstest_t_client_s1_nonnga.script
   1.256 +../../test/scripts/wstest_t_crp_s0_nga.script		z:/wstest/wstest_t_crp_s0_nga.script
   1.257 +../../test/scripts/wstest_t_crp_s0_nonnga.script	z:/wstest/wstest_t_crp_s0_nonnga.script
   1.258 +../../test/scripts/wstest_t_crp_s1_nga.script		z:/wstest/wstest_t_crp_s1_nga.script
   1.259 +../../test/scripts/wstest_t_crp_s1_nonnga.script	z:/wstest/wstest_t_crp_s1_nonnga.script
   1.260 +../../test/scripts/wstest_t_cursor_s0_nga.script		z:/wstest/wstest_t_cursor_s0_nga.script
   1.261 +../../test/scripts/wstest_t_cursor_s0_nonnga.script	z:/wstest/wstest_t_cursor_s0_nonnga.script
   1.262 +../../test/scripts/wstest_t_cursor_s1_nga.script		z:/wstest/wstest_t_cursor_s1_nga.script
   1.263 +../../test/scripts/wstest_t_cursor_s1_nonnga.script	z:/wstest/wstest_t_cursor_s1_nonnga.script
   1.264 +../../test/scripts/wstest_t_derived_s0_nga.script		z:/wstest/wstest_t_derived_s0_nga.script
   1.265 +../../test/scripts/wstest_t_derived_s0_nonnga.script	z:/wstest/wstest_t_derived_s0_nonnga.script
   1.266 +../../test/scripts/wstest_t_derived_s1_nga.script		z:/wstest/wstest_t_derived_s1_nga.script
   1.267 +../../test/scripts/wstest_t_derived_s1_nonnga.script	z:/wstest/wstest_t_derived_s1_nonnga.script
   1.268 +../../test/scripts/wstest_t_draw_s0_nga.script		z:/wstest/wstest_t_draw_s0_nga.script
   1.269 +../../test/scripts/wstest_t_draw_s0_nonnga.script	z:/wstest/wstest_t_draw_s0_nonnga.script
   1.270 +../../test/scripts/wstest_t_draw_s1_nga.script		z:/wstest/wstest_t_draw_s1_nga.script
   1.271 +../../test/scripts/wstest_t_draw_s1_nonnga.script	z:/wstest/wstest_t_draw_s1_nonnga.script
   1.272 +../../test/scripts/wstest_t_dsa_s0_nga.script		z:/wstest/wstest_t_dsa_s0_nga.script
   1.273 +../../test/scripts/wstest_t_dsa_s0_nonnga.script	z:/wstest/wstest_t_dsa_s0_nonnga.script
   1.274 +../../test/scripts/wstest_t_dsa_s1_nga.script		z:/wstest/wstest_t_dsa_s1_nga.script
   1.275 +../../test/scripts/wstest_t_dsa_s1_nonnga.script	z:/wstest/wstest_t_dsa_s1_nonnga.script
   1.276 +../../test/scripts/wstest_t_event_s0_nga.script	z:/wstest/wstest_t_event_s0_nga.script
   1.277 +../../test/scripts/wstest_t_event_s0_nonnga.script	z:/wstest/wstest_t_event_s0_nonnga.script
   1.278 +../../test/scripts/wstest_t_event_s1_nga.script	z:/wstest/wstest_t_event_s1_nga.script
   1.279 +../../test/scripts/wstest_t_event_s1_nonnga.script	z:/wstest/wstest_t_event_s1_nonnga.script
   1.280 +../../test/scripts/wstest_t_fade_s0_nga.script		z:/wstest/wstest_t_fade_s0_nga.script
   1.281 +../../test/scripts/wstest_t_fade_s0_nonnga.script	z:/wstest/wstest_t_fade_s0_nonnga.script
   1.282 +../../test/scripts/wstest_t_fade_s1_nga.script		z:/wstest/wstest_t_fade_s1_nga.script
   1.283 +../../test/scripts/wstest_t_fade_s1_nonnga.script	z:/wstest/wstest_t_fade_s1_nonnga.script
   1.284 +../../test/scripts/wstest_t_gc_s0_nga.script		z:/wstest/wstest_t_gc_s0_nga.script
   1.285 +../../test/scripts/wstest_t_gc_s0_nonnga.script		z:/wstest/wstest_t_gc_s0_nonnga.script
   1.286 +../../test/scripts/wstest_t_gc_s1_nga.script		z:/wstest/wstest_t_gc_s1_nga.script
   1.287 +../../test/scripts/wstest_t_gc_s1_nonnga.script		z:/wstest/wstest_t_gc_s1_nonnga.script
   1.288 +../../test/scripts/wstest_t_gdi_s0_nga.script		z:/wstest/wstest_t_gdi_s0_nga.script
   1.289 +../../test/scripts/wstest_t_gdi_s0_nonnga.script	z:/wstest/wstest_t_gdi_s0_nonnga.script
   1.290 +../../test/scripts/wstest_t_gdi_s1_nga.script		z:/wstest/wstest_t_gdi_s1_nga.script
   1.291 +../../test/scripts/wstest_t_gdi_s1_nonnga.script	z:/wstest/wstest_t_gdi_s1_nonnga.script
   1.292 +../../test/scripts/wstest_t_graphicsresource_s0_nga.script		z:/wstest/wstest_t_graphicsresource_s0_nga.script
   1.293 +../../test/scripts/wstest_t_graphicsresource_s0_nonnga.script	z:/wstest/wstest_t_graphicsresource_s0_nonnga.script
   1.294 +../../test/scripts/wstest_t_graphicsresource_s1_nga.script		z:/wstest/wstest_t_graphicsresource_s1_nga.script
   1.295 +../../test/scripts/wstest_t_graphicsresource_s1_nonnga.script	z:/wstest/wstest_t_graphicsresource_s1_nonnga.script
   1.296 +../../test/scripts/wstest_t_key_s0_nga.script					z:/wstest/wstest_t_key_s0_nga.script
   1.297 +../../test/scripts/wstest_t_key_s0_nonnga.script				z:/wstest/wstest_t_key_s0_nonnga.script
   1.298 +../../test/scripts/wstest_t_key_s1_nga.script					z:/wstest/wstest_t_key_s1_nga.script
   1.299 +../../test/scripts/wstest_t_key_s1_nonnga.script				z:/wstest/wstest_t_key_s1_nonnga.script
   1.300 +../../test/scripts/wstest_t_multiscreens_s0_nga.script			z:/wstest/wstest_t_multiscreens_s0_nga.script
   1.301 +../../test/scripts/wstest_t_multiscreens_s0_nonnga.script		z:/wstest/wstest_t_multiscreens_s0_nonnga.script
   1.302 +../../test/scripts/wstest_t_oom_s0_nga.script			z:/wstest/wstest_t_oom_s0_nga.script
   1.303 +../../test/scripts/wstest_t_oom_s0_nonnga.script		z:/wstest/wstest_t_oom_s0_nonnga.script
   1.304 +../../test/scripts/wstest_t_oom_s1_nga.script			z:/wstest/wstest_t_oom_s1_nga.script
   1.305 +../../test/scripts/wstest_t_oom_s1_nonnga.script		z:/wstest/wstest_t_oom_s1_nonnga.script
   1.306 +../../test/scripts/wstest_t_panic_s0_nga.script		z:/wstest/wstest_t_panic_s0_nga.script
   1.307 +../../test/scripts/wstest_t_panic_s0_nonnga.script		z:/wstest/wstest_t_panic_s0_nonnga.script
   1.308 +../../test/scripts/wstest_t_panic_s1_nga.script		z:/wstest/wstest_t_panic_s1_nga.script
   1.309 +../../test/scripts/wstest_t_panic_s1_nonnga.script		z:/wstest/wstest_t_panic_s1_nonnga.script
   1.310 +../../test/scripts/wstest_t_pointer_s0_nga.script		z:/wstest/wstest_t_pointer_s0_nga.script
   1.311 +../../test/scripts/wstest_t_pointer_s0_nonnga.script	z:/wstest/wstest_t_pointer_s0_nonnga.script
   1.312 +../../test/scripts/wstest_t_pointer_s1_nga.script		z:/wstest/wstest_t_pointer_s1_nga.script
   1.313 +../../test/scripts/wstest_t_pointer_s1_nonnga.script	z:/wstest/wstest_t_pointer_s1_nonnga.script
   1.314 +../../test/scripts/wstest_t_redraw_s0_nga.script		z:/wstest/wstest_t_redraw_s0_nga.script
   1.315 +../../test/scripts/wstest_t_redraw_s0_nonnga.script	z:/wstest/wstest_t_redraw_s0_nonnga.script
   1.316 +../../test/scripts/wstest_t_redraw_s1_nga.script		z:/wstest/wstest_t_redraw_s1_nga.script
   1.317 +../../test/scripts/wstest_t_redraw_s1_nonnga.script	z:/wstest/wstest_t_redraw_s1_nonnga.script
   1.318 +../../test/scripts/wstest_t_region_s0_nga.script		z:/wstest/wstest_t_region_s0_nga.script
   1.319 +../../test/scripts/wstest_t_region_s0_nonnga.script	z:/wstest/wstest_t_region_s0_nonnga.script
   1.320 +../../test/scripts/wstest_t_region_s1_nga.script		z:/wstest/wstest_t_region_s1_nga.script
   1.321 +../../test/scripts/wstest_t_region_s1_nonnga.script	z:/wstest/wstest_t_region_s1_nonnga.script
   1.322 +../../test/scripts/wstest_t_screen_s0_nga.script		z:/wstest/wstest_t_screen_s0_nga.script
   1.323 +../../test/scripts/wstest_t_screen_s0_nonnga.script	z:/wstest/wstest_t_screen_s0_nonnga.script
   1.324 +../../test/scripts/wstest_t_screen_s1_nga.script		z:/wstest/wstest_t_screen_s1_nga.script
   1.325 +../../test/scripts/wstest_t_screen_s1_nonnga.script		z:/wstest/wstest_t_screen_s1_nonnga.script
   1.326 +../../test/scripts/wstest_t_screenmodescaling_s0_nga.script		z:/wstest/wstest_t_screenmodescaling_s0_nga.script
   1.327 +../../test/scripts/wstest_t_screenmodescaling_s0_nonnga.script	z:/wstest/wstest_t_screenmodescaling_s0_nonnga.script
   1.328 +../../test/scripts/wstest_t_screenmodescaling_s1_nga.script		z:/wstest/wstest_t_screenmodescaling_s1_nga.script
   1.329 +../../test/scripts/wstest_t_screenmodescaling_s1_nonnga.script		z:/wstest/wstest_t_screenmodescaling_s1_nonnga.script
   1.330 +../../test/scripts/wstest_t_screendevice_s0_nga.script		z:/wstest/wstest_t_screendevice_s0_nga.script
   1.331 +../../test/scripts/wstest_t_screendevice_s0_nonnga.script	z:/wstest/wstest_t_screendevice_s0_nonnga.script
   1.332 +../../test/scripts/wstest_t_screendevice_s1_nga.script		z:/wstest/wstest_t_screendevice_s1_nga.script
   1.333 +../../test/scripts/wstest_t_screendevice_s1_nonnga.script	z:/wstest/wstest_t_screendevice_s1_nonnga.script
   1.334 +../../test/scripts/wstest_t_screendeviceresswitch_s0_nga.script		z:/wstest/wstest_t_screendeviceresswitch_s0_nga.script
   1.335 +../../test/scripts/wstest_t_screendeviceresswitch_s0_nonnga.script		z:/wstest/wstest_t_screendeviceresswitch_s0_nonnga.script
   1.336 +../../test/scripts/wstest_t_screendeviceresswitch_s1_nga.script		z:/wstest/wstest_t_screendeviceresswitch_s1_nga.script
   1.337 +../../test/scripts/wstest_t_screendeviceresswitch_s1_nonnga.script		z:/wstest/wstest_t_screendeviceresswitch_s1_nonnga.script
   1.338 +../../test/scripts/wstest_t_security_s0_nga.script		z:/wstest/wstest_t_security_s0_nga.script
   1.339 +../../test/scripts/wstest_t_security_s0_nonnga.script	z:/wstest/wstest_t_security_s0_nonnga.script
   1.340 +../../test/scripts/wstest_t_security_s1_nga.script		z:/wstest/wstest_t_security_s1_nga.script
   1.341 +../../test/scripts/wstest_t_security_s1_nonnga.script	z:/wstest/wstest_t_security_s1_nonnga.script
   1.342 +../../test/scripts/wstest_t_sprite_s0_nga.script		z:/wstest/wstest_t_sprite_s0_nga.script
   1.343 +../../test/scripts/wstest_t_sprite_s0_nonnga.script	z:/wstest/wstest_t_sprite_s0_nonnga.script
   1.344 +../../test/scripts/wstest_t_sprite_s1_nga.script		z:/wstest/wstest_t_sprite_s1_nga.script
   1.345 +../../test/scripts/wstest_t_sprite_s1_nonnga.script	z:/wstest/wstest_t_sprite_s1_nonnga.script
   1.346 +../../test/scripts/wstest_t_transparentanim_s0_nga.script		z:/wstest/wstest_t_transparentanim_s0_nga.script
   1.347 +../../test/scripts/wstest_t_transparentanim_s0_nonnga.script	z:/wstest/wstest_t_transparentanim_s0_nonnga.script
   1.348 +../../test/scripts/wstest_t_transparentanim_s1_nga.script		z:/wstest/wstest_t_transparentanim_s1_nga.script
   1.349 +../../test/scripts/wstest_t_transparentanim_s1_nonnga.script	z:/wstest/wstest_t_transparentanim_s1_nonnga.script
   1.350 +../../test/scripts/wstest_t_window_s0_nga.script		z:/wstest/wstest_t_window_s0_nga.script
   1.351 +../../test/scripts/wstest_t_window_s0_nonnga.script	z:/wstest/wstest_t_window_s0_nonnga.script
   1.352 +../../test/scripts/wstest_t_window_s1_nga.script		z:/wstest/wstest_t_window_s1_nga.script
   1.353 +../../test/scripts/wstest_t_window_s1_nonnga.script	z:/wstest/wstest_t_window_s1_nonnga.script 
   1.354 +../../test/scripts/wstest_t_windowfunction_s0_nga.script		z:/wstest/wstest_t_windowfunction_s0_nga.script
   1.355 +../../test/scripts/wstest_t_windowfunction_s0_nonnga.script	z:/wstest/wstest_t_windowfunction_s0_nonnga.script
   1.356 +../../test/scripts/wstest_t_windowfunction_s1_nga.script		z:/wstest/wstest_t_windowfunction_s1_nga.script
   1.357 +../../test/scripts/wstest_t_windowfunction_s1_nonnga.script	z:/wstest/wstest_t_windowfunction_s1_nonnga.script 
   1.358 +../../test/scripts/wstest_t_wsgraphs_s0_nga.script		z:/wstest/wstest_t_wsgraphs_s0_nga.script
   1.359 +../../test/scripts/wstest_t_wsgraphs_s0_nonnga.script	z:/wstest/wstest_t_wsgraphs_s0_nonnga.script
   1.360 +../../test/scripts/wstest_t_wsgraphs_s1_nga.script		z:/wstest/wstest_t_wsgraphs_s1_nga.script
   1.361 +../../test/scripts/wstest_t_wsgraphs_s1_nonnga.script	z:/wstest/wstest_t_wsgraphs_s1_nonnga.script 
   1.362 +
   1.363 +../../test/scripts/wstest_t_romautotest_nonnga.script	z:/wstest/wstest_t_romautotest_nonnga.script
   1.364 +../../test/scripts/wstest_t_romautotest_nga.script		z:/wstest/wstest_t_romautotest_nga.script
   1.365 +../../test/scripts/wstest_t_romautotest_nga_changetracking.script		z:/wstest/wstest_t_romautotest_nga_changetracking.script
   1.366 +../../test/scripts/wstest_t_autotest_nonnga.script	z:/wstest/wstest_t_autotest_nonnga.script
   1.367 +../../test/scripts/wstest_t_autotest_nga.script		z:/wstest/wstest_t_autotest_nga.script
   1.368 +../../test/scripts/wstest_t_autotest_nga_changetracking.script		z:/wstest/wstest_t_autotest_nga_changetracking.script
   1.369 +../../test/scripts/wstest_t_mulscreens_nonnga.script	z:/wstest/wstest_t_mulscreens_nonnga.script
   1.370 +../../test/scripts/wstest_t_mulscreens_nga.script		z:/wstest/wstest_t_mulscreens_nga.script
   1.371 +../../test/scripts/wstest_run_nga.bat 		z:/wstest/wstest_run_nga.bat
   1.372 +../../test/scripts/wstest_run_nonnga.bat 		z:/wstest/wstest_run_nonnga.bat
   1.373 +../../test/scripts/wstest_config.cmd					z:/wstest/wstest_config.cmd
   1.374 +../../test/scripts/wsini-writer.pl					z:/wstest/wsini-writer.pl
   1.375 +../../group/wservu_multiscreen.ini						z:/wstest/wservu_multiscreen.ini
   1.376 +../../group/wservu_multiscreen_changetracking.ini		z:/wstest/wservu_multiscreen_changetracking.ini
   1.377 +//../../group/wservu_multiscreen-nonnga.ini				z:/wstest/wservu_multiscreen-nonnga.ini
   1.378 +../../test/test.mbm 	z:/wstest/test.mbm
   1.379 +../../test/trom.mbm 	z:/wstest/trom.mbm
   1.380 +../../test/MAILANIM.MBM 	z:/wstest/mailanim.mbm
   1.381 +../../test/tanim/tanim.mbm 	z:/wstest/tanim.mbm
   1.382 +../../test/tauto/tauto.mbm 	z:/wstest/tauto.mbm 
   1.383 +../../test/tauto/Dither.MBM 	z:/wstest/dither.mbm
   1.384 +../../test/tauto/mytest.mbm 	z:/wstest/mytest.mbm
   1.385 +../../test/tauto/symball.gif	z:/wstest/symball.gif
   1.386 +../../test/tauto/config/graphics-wserv-autotest.ini		z:/wstest/graphics-wserv-autotest.ini
   1.387 +../../group/DLL_LIST.TXT 		z:/system/data/dll_list.txt
   1.388 +
   1.389 +#ifdef SYMBIAN_BUILD_GCE
   1.390 +
   1.391 +../../test/scripts/wstest_t_pointershifttest_nga.script 	z:/wstest/wstest_t_pointershifttest_nga.script
   1.392 +../../group/wsini_pointershift.ini							z:/wstest/wsini_pointershift.ini
   1.393 +../../test/scripts/wspointershifttest_run.bat				z:/wstest/wspointershifttest_run.bat
   1.394 +../../test/scripts/epoc_pointershift.ini					z:/wstest/epoc_pointershift.ini
   1.395 +../../group/wsini_pointershift_wins.ini					z:/wstest/wsini_pointershift_wins.ini
   1.396 +
   1.397 +#endif // SYMBIAN_BUILD_GCE
   1.398 +