os/graphics/windowing/windowserver/test/t_genericplugin/rom/t_wservgenericplugin.iby
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/windowing/windowserver/test/t_genericplugin/rom/t_wservgenericplugin.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,48 @@
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) 2008 Nokia Corporation and/or its subsidiary(-ies).
1.21 +#if (!defined __T_WSERV_GENERICPLUGIN_IBY__)
1.22 +#define __T_WSERV_GENERICPLUGIN_IBY__
1.23 +
1.24 +#include <graphics_sirocco_wsini.hby>
1.25 +#define WSERV_TEST_WSINI WSERV_TEST_WSINI_GENERICPLUGIN
1.26 +
1.27 +#include <testexecute.iby>
1.28 +
1.29 +// wserv testexecute server
1.30 +file=ABI_DIR\DEBUG_DIR\t_wservgenericpluginserver_nga.exe \sys\bin\t_wservgenericpluginserver_nga.exe
1.31 +file=ABI_DIR\DEBUG_DIR\t_wservgenericpluginserver_nonnga.exe \sys\bin\t_wservgenericpluginserver_nonnga.exe
1.32 +
1.33 +// t_testplugin - wserv plugin for test purpose
1.34 +#ifdef _DEBUG
1.35 +ECOM_PLUGIN_UDEB(t_testplugin_nga.dll,t_testplugin_nga.rsc)
1.36 +ECOM_PLUGIN_UDEB(t_testplugin_nonnga.dll,t_testplugin_nonnga.rsc)
1.37 +#else
1.38 +ECOM_PLUGIN(t_testplugin_nga.dll,t_testplugin_nga.rsc)
1.39 +ECOM_PLUGIN(t_testplugin_nonnga.dll,t_testplugin_nonnga.rsc)
1.40 +#endif //_DEBUG
1.41 +
1.42 +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-load-nga.script \wstest\genericplugin\graphics-wserv-genericplugin-load-nga.script
1.43 +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-nga.ini \wstest\genericplugin\graphics-wserv-genericplugin-nga.ini
1.44 +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-load-nonnga.script \wstest\genericplugin\graphics-wserv-genericplugin-load-nonnga.script
1.45 +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-nonnga.ini \wstest\genericplugin\graphics-wserv-genericplugin-nonnga.ini
1.46 +
1.47 +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\defaultplugin.mbm \wstest\genericplugin\defaultplugin.mbm
1.48 +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\testplugin_screen0.mbm \wstest\genericplugin\testplugin_screen0.mbm
1.49 +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\testplugin_screen1.mbm \wstest\genericplugin\testplugin_screen1.mbm
1.50 +
1.51 +#endif