messagingfw/scheduledsendmtm/test/testrom/ScheduleSendUnitTest.iby
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 // Copyright (c) 2004-2009 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 __SCHEDULESENDUNITTEST_IBY__
       
    17 #define __SCHEDULESENDUNITTEST_IBY__
       
    18 
       
    19 REM dependencies
       
    20 #include <base.iby>
       
    21 #include <store.iby>
       
    22 #include <testexecute.iby>
       
    23 #include <bafl.iby>
       
    24 #include <scheduledsending.iby>
       
    25 
       
    26 data=EPOCROOT##Epoc32\release\winscw\udeb\z\testdata\scripts\schsend.script	testdata\scripts\schsend.script
       
    27 data=EPOCROOT##Epoc32\release\winscw\udeb\z\testdata\scripts\schsend.ini	testdata\scripts\schsend.ini
       
    28 
       
    29 //file=ABI_DIR\BUILD_DIR\msvtestutils.dll					System\libs\msvtestutils.dll
       
    30 
       
    31 //file=ABI_DIR\BUILD_DIR\test_SchSend_server.exe			System\libs\test_SchSend_server.exe
       
    32 file=ABI_DIR\BUILD_DIR\t_schedulesend.exe				System\libs\t_schedulesend.exe
       
    33 
       
    34 data=EPOCROOT##EPOC32\data\Z\resource\messaging\mtm\pigeon.rsc	resource\messaging\mtm\pigeon.rsc
       
    35 
       
    36 file=ABI_DIR\BUILD_DIR\pigeonmtm.dll	sys\bin\pigeonmtm.dll
       
    37 
       
    38 data=EPOCROOT##epoc32\data\Z\private\10202BE9\1000127E.txt	private\10202BE9\1000127E.txt
       
    39 
       
    40 #endif //__SCHEDULESENDUNITTEST_IBY__