os/graphics/windowing/windowserver/test/t_genericplugin/rom/t_wservgenericplugin.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 *
     9 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    11 *
    12 * Contributors:
    13 *
    14 * Description: 
    15 *
    16 */
    17 rem Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
    18 #if (!defined __T_WSERV_GENERICPLUGIN_IBY__)
    19 #define __T_WSERV_GENERICPLUGIN_IBY__
    20 
    21 #include <graphics_sirocco_wsini.hby>
    22 #define WSERV_TEST_WSINI WSERV_TEST_WSINI_GENERICPLUGIN
    23 
    24 #include <testexecute.iby>
    25 
    26 // wserv testexecute server
    27 file=ABI_DIR\DEBUG_DIR\t_wservgenericpluginserver_nga.exe 		\sys\bin\t_wservgenericpluginserver_nga.exe
    28 file=ABI_DIR\DEBUG_DIR\t_wservgenericpluginserver_nonnga.exe 		\sys\bin\t_wservgenericpluginserver_nonnga.exe
    29 
    30 // t_testplugin - wserv plugin for test purpose
    31 #ifdef _DEBUG
    32 ECOM_PLUGIN_UDEB(t_testplugin_nga.dll,t_testplugin_nga.rsc)
    33 ECOM_PLUGIN_UDEB(t_testplugin_nonnga.dll,t_testplugin_nonnga.rsc)
    34 #else
    35 ECOM_PLUGIN(t_testplugin_nga.dll,t_testplugin_nga.rsc)
    36 ECOM_PLUGIN(t_testplugin_nonnga.dll,t_testplugin_nonnga.rsc)
    37 #endif //_DEBUG
    38 
    39 data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-load-nga.script	\wstest\genericplugin\graphics-wserv-genericplugin-load-nga.script
    40 data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-nga.ini	\wstest\genericplugin\graphics-wserv-genericplugin-nga.ini
    41 data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-load-nonnga.script	\wstest\genericplugin\graphics-wserv-genericplugin-load-nonnga.script
    42 data=EPOCROOT##epoc32\data\z\wstest\genericplugin\graphics-wserv-genericplugin-nonnga.ini	\wstest\genericplugin\graphics-wserv-genericplugin-nonnga.ini
    43 
    44 data=EPOCROOT##epoc32\data\z\wstest\genericplugin\defaultplugin.mbm							\wstest\genericplugin\defaultplugin.mbm
    45 data=EPOCROOT##epoc32\data\z\wstest\genericplugin\testplugin_screen0.mbm							\wstest\genericplugin\testplugin_screen0.mbm
    46 data=EPOCROOT##epoc32\data\z\wstest\genericplugin\testplugin_screen1.mbm							\wstest\genericplugin\testplugin_screen1.mbm
    47 
    48 #endif