sl@0: /* sl@0: * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: rem Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). sl@0: #if (!defined __T_WSERV_GENERICPLUGIN_IBY__) sl@0: #define __T_WSERV_GENERICPLUGIN_IBY__ sl@0: sl@0: #include sl@0: #define WSERV_TEST_WSINI WSERV_TEST_WSINI_GENERICPLUGIN sl@0: sl@0: #include sl@0: sl@0: // wserv testexecute server sl@0: file=ABI_DIR\DEBUG_DIR\t_wservgenericpluginserver_nga.exe \sys\bin\t_wservgenericpluginserver_nga.exe sl@0: file=ABI_DIR\DEBUG_DIR\t_wservgenericpluginserver_nonnga.exe \sys\bin\t_wservgenericpluginserver_nonnga.exe sl@0: sl@0: // t_testplugin - wserv plugin for test purpose sl@0: #ifdef _DEBUG sl@0: ECOM_PLUGIN_UDEB(t_testplugin_nga.dll,t_testplugin_nga.rsc) sl@0: ECOM_PLUGIN_UDEB(t_testplugin_nonnga.dll,t_testplugin_nonnga.rsc) sl@0: #else sl@0: ECOM_PLUGIN(t_testplugin_nga.dll,t_testplugin_nga.rsc) sl@0: ECOM_PLUGIN(t_testplugin_nonnga.dll,t_testplugin_nonnga.rsc) sl@0: #endif //_DEBUG sl@0: sl@0: data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-load-nga.script \wstest\genericplugin\graphics-wserv-genericplugin-load-nga.script sl@0: data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-nga.ini \wstest\genericplugin\graphics-wserv-genericplugin-nga.ini sl@0: data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-load-nonnga.script \wstest\genericplugin\graphics-wserv-genericplugin-load-nonnga.script sl@0: data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-nonnga.ini \wstest\genericplugin\graphics-wserv-genericplugin-nonnga.ini sl@0: sl@0: data=EPOCROOT##epoc32\data\z\wstest\genericplugin\defaultplugin.mbm \wstest\genericplugin\defaultplugin.mbm sl@0: data=EPOCROOT##epoc32\data\z\wstest\genericplugin\testplugin_screen0.mbm \wstest\genericplugin\testplugin_screen0.mbm sl@0: data=EPOCROOT##epoc32\data\z\wstest\genericplugin\testplugin_screen1.mbm \wstest\genericplugin\testplugin_screen1.mbm sl@0: sl@0: #endif