graphicstest/graphicstestharness/rom/graphics_sirocco_wsini.iby
changeset 110 7f25ef56562d
child 160 969102054596
equal deleted inserted replaced
98:bf7481649c98 110:7f25ef56562d
       
     1 // Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __GRAPHICS_SIROCCO_WSINI_IBY__
       
    17 #define __GRAPHICS_SIROCCO_WSINI_IBY__
       
    18 
       
    19 #include <graphics_sirocco_wsini.hby>
       
    20 
       
    21 #if WSERV_TEST_WSINI == WSERV_TEST_WSINI_ALF
       
    22 	data=DATAZ_\talf\wsini_vasco_alf.ini \system\data\wsini.ini
       
    23 #elif WSERV_TEST_WSINI == WSERV_TEST_WSINI_BITGDIRENDERSTAGE
       
    24 	data=DATAZ_\wstest\tbitgdirenderstage\arm\wsini_bitgdirenderstage_vasco.ini \system\data\wsini.ini
       
    25 #elif WSERV_TEST_WSINI == WSERV_TEST_WSINI_CSC
       
    26 	data=DATAZ_\wstest\wsini_vasco_tcsc.ini \system\data\wsini.ini
       
    27 #elif WSERV_TEST_WSINI == WSERV_TEST_WSINI_GENERICPLUGIN
       
    28 	data=DATAZ_\wstest\genericplugin\wsini_vasco_genericplugin.ini \system\data\wsini.ini
       
    29 #elif WSERV_TEST_WSINI == WSERV_TEST_WSINI_LAYERCOMPOSITION
       
    30 	data=DATAZ_\tlayercomposition\wsini_vasco_layercomposition.ini \system\data\wsini.ini
       
    31 #elif WSERV_TEST_WSINI == WSERV_TEST_WSINI_RATELIMITER
       
    32 	data=DATAZ_\wstest\ratelimiter\wsini_vasco_ratelimiter.ini \system\data\wsini.ini
       
    33 #else
       
    34 	data=EPOCROOT##epoc32\data\test_wsini\wsini_vasco.ini \system\data\wsini.ini
       
    35 #endif
       
    36 
       
    37 #endif	// __GRAPHICS_SIROCCO_WSINI_IBY__