diff -r 000000000000 -r bde4ae8d615e os/graphics/windowing/windowserver/test/t_genericplugin/rom/t_wservgenericplugin.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/graphics/windowing/windowserver/test/t_genericplugin/rom/t_wservgenericplugin.iby Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,48 @@ +/* +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: +* +*/ +rem Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +#if (!defined __T_WSERV_GENERICPLUGIN_IBY__) +#define __T_WSERV_GENERICPLUGIN_IBY__ + +#include +#define WSERV_TEST_WSINI WSERV_TEST_WSINI_GENERICPLUGIN + +#include + +// wserv testexecute server +file=ABI_DIR\DEBUG_DIR\t_wservgenericpluginserver_nga.exe \sys\bin\t_wservgenericpluginserver_nga.exe +file=ABI_DIR\DEBUG_DIR\t_wservgenericpluginserver_nonnga.exe \sys\bin\t_wservgenericpluginserver_nonnga.exe + +// t_testplugin - wserv plugin for test purpose +#ifdef _DEBUG +ECOM_PLUGIN_UDEB(t_testplugin_nga.dll,t_testplugin_nga.rsc) +ECOM_PLUGIN_UDEB(t_testplugin_nonnga.dll,t_testplugin_nonnga.rsc) +#else +ECOM_PLUGIN(t_testplugin_nga.dll,t_testplugin_nga.rsc) +ECOM_PLUGIN(t_testplugin_nonnga.dll,t_testplugin_nonnga.rsc) +#endif //_DEBUG + +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-load-nga.script \wstest\genericplugin\graphics-wserv-genericplugin-load-nga.script +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-nga.ini \wstest\genericplugin\graphics-wserv-genericplugin-nga.ini +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-load-nonnga.script \wstest\genericplugin\graphics-wserv-genericplugin-load-nonnga.script +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-nonnga.ini \wstest\genericplugin\graphics-wserv-genericplugin-nonnga.ini + +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\defaultplugin.mbm \wstest\genericplugin\defaultplugin.mbm +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\testplugin_screen0.mbm \wstest\genericplugin\testplugin_screen0.mbm +data=EPOCROOT##epoc32\data\z\wstest\genericplugin\testplugin_screen1.mbm \wstest\genericplugin\testplugin_screen1.mbm + +#endif