lafagnosticuifoundation/animation/group/AnimationTest.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 
       
    18 #ifndef __ANIMATIONTEST_IBY__
       
    19 #define __ANIMATIONTEST_IBY__
       
    20 
       
    21 #ifndef __APPFWK_TEST_FRAMEWORK_IBY__
       
    22 	#include <appfwk_test_framework.iby>
       
    23 #endif
       
    24 
       
    25 #include <Animation.iby>
       
    26 
       
    27 REM Animation test suite
       
    28 
       
    29 file=ABI_DIR\DEBUG_DIR\animationtestserver.exe 			sys\bin\animationtestserver.exe
       
    30 ECOM_PLUGIN(testanimators.dll,testanimators.rsc)
       
    31 
       
    32 data=DATAZ_\animationtest\animationtest_run.bat         \animationtest_run.bat
       
    33 data=DATAZ_\animationtest\animationtest_t_basic.script	\animationtest\animationtest_t_basic.script
       
    34 data=DATAZ_\animationtest\animationtest_t_custom.script	\animationtest\animationtest_t_custom.script
       
    35 data=DATAZ_\animationtest\animationtest_t_frames.script	\animationtest\animationtest_t_frames.script
       
    36 data=DATAZ_\animationtest\animationtest_t_mng.script	\animationtest\animationtest_t_mng.script
       
    37 data=DATAZ_\animationtest\animationtest_t_oom.script	\animationtest\animationtest_t_oom.script
       
    38 data=DATAZ_\animationtest\animationtest_t_synch.script	\animationtest\animationtest_t_synch.script
       
    39 data=ZPRIVATE\10204F5B\disposal.gif		        \private\10204F5B\disposal.gif
       
    40 data=ZPRIVATE\10204F5B\disposal.mbm		        \private\10204F5B\disposal.mbm
       
    41 data=ZPRIVATE\10204F5B\moving.gif		        \private\10204F5B\moving.gif
       
    42 data=ZPRIVATE\10204F5B\moving.mbm		        \private\10204F5B\moving.mbm
       
    43 data=ZPRIVATE\10204F5B\previous.gif		        \private\10204F5B\previous.gif
       
    44 data=ZPRIVATE\10204F5B\previous.mbm		        \private\10204F5B\previous.mbm
       
    45 data=ZPRIVATE\10204F5B\rgb1.gif			        \private\10204F5B\rgb1.gif
       
    46 data=ZPRIVATE\10204F5B\rgb2.gif			        \private\10204F5B\rgb2.gif
       
    47 data=ZPRIVATE\10204F5B\sqdisp1.gif		        \private\10204F5B\sqdisp1.gif
       
    48 data=ZPRIVATE\10204F5B\sqdisp1.mbm		        \private\10204F5B\sqdisp1.mbm
       
    49 data=ZPRIVATE\10204F5B\sqdisp2.gif		        \private\10204F5B\sqdisp2.gif
       
    50 data=ZPRIVATE\10204F5B\sqdisp2.mbm		        \private\10204F5B\sqdisp2.mbm
       
    51 data=ZPRIVATE\10204F5B\symball.gif		        \private\10204F5B\symball.gif
       
    52 data=ZPRIVATE\10204F5B\symwave.gif		        \private\10204F5B\symwave.gif
       
    53 data=ZPRIVATE\10204F5B\simple_b.mng		        \private\10204F5B\simple_b.mng
       
    54 
       
    55 #endif