lafagnosticuifoundation/uigraphicsutils/group/EgulTest.iby
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 #ifndef __EGULTEST_IBY__
       
    18 #define __EGULTEST_IBY__
       
    19 
       
    20 #ifndef __APPFWK_TEST_FRAMEWORK_IBY__
       
    21 	#include <appfwk_test_framework.iby>
       
    22 #endif
       
    23 
       
    24 // We need to build test exe in debug mode if memory allocation test are present,
       
    25 // since memory failure simulation macros work in debug mode only.
       
    26 	file=ABI_DIR\DEBUG_DIR\tegultestserver.exe		System\bin\tegultestserver.exe
       
    27 
       
    28 
       
    29 data=DATAZ_\egultest\egultest_run.bat	           \egultest_run.bat
       
    30 data=DATAZ_\egultest\egultest_t_color.script       \egultest\egultest_t_color.script
       
    31 data=DATAZ_\egultest\egultest_t_border.script      \egultest\egultest_t_border.script
       
    32 data=DATAZ_\egultest\egultest_t_digitwidth.script  \egultest\egultest_t_digitwidth.script
       
    33 data=DATAZ_\egultest\egultest_t_alignment.script   \egultest\egultest_t_alignment.script
       
    34 
       
    35 #endif