os/mm/mmtestenv/mmtestfwunittest/group/TSU_TestFramework.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
sl@0
    17
#ifndef __TSU_TESTFRAMEWORK_IBY__
sl@0
    18
#define __TSU_TESTFRAMEWORK_IBY__
sl@0
    19
sl@0
    20
REM Test Framework unit test
sl@0
    21
sl@0
    22
file=ABI_DIR\BUILD_DIR\TestFramework.exe		TestFramework.exe
sl@0
    23
file=ABI_DIR\BUILD_DIR\TestFrameworkServer.exe		System\Libs\TestFrameworkServer.exe
sl@0
    24
file=ABI_DIR\BUILD_DIR\TestFrameworkClient.dll		System\Libs\TestFrameworkClient.dll
sl@0
    25
sl@0
    26
file=ABI_DIR\BUILD_DIR\TSU_MmTsth00.DLL 		System\Libs\TSU_MmTsth00.DLL
sl@0
    27
file=ABI_DIR\BUILD_DIR\TSU_MmTsth01.DLL 		System\Libs\TSU_MmTsth01.DLL
sl@0
    28
file=ABI_DIR\BUILD_DIR\TSU_MmTsth02.DLL 		System\Libs\TSU_MmTsth02.DLL
sl@0
    29
file=ABI_DIR\BUILD_DIR\TSU_MmTsth03.DLL 		System\Libs\TSU_MmTsth03.DLL
sl@0
    30
file=ABI_DIR\BUILD_DIR\TSU_MmTsth10.DLL 		System\Libs\TSU_MmTsth10.DLL
sl@0
    31
file=ABI_DIR\BUILD_DIR\TSU_MmTsth11.DLL 		System\Libs\TSU_MmTsth11.DLL
sl@0
    32
file=ABI_DIR\BUILD_DIR\TSU_MmTsth12.DLL 		System\Libs\TSU_MmTsth12.DLL
sl@0
    33
file=ABI_DIR\BUILD_DIR\TSU_MmTsth13.DLL 		System\Libs\TSU_MmTsth13.DLL
sl@0
    34
file=ABI_DIR\BUILD_DIR\TSU_MmTsth20.DLL 		System\Libs\TSU_MmTsth20.DLL
sl@0
    35
file=ABI_DIR\BUILD_DIR\TSU_MmTsth22.DLL 		System\Libs\TSU_MmTsth22.DLL
sl@0
    36
sl@0
    37
data=EPOCROOT##epoc32\data\c\TestFramework.script       \TestFramework.script
sl@0
    38
data=EPOCROOT##epoc32\data\c\TSU_MmTsth00.script     	\TSU_MmTsth00.script
sl@0
    39
data=EPOCROOT##epoc32\data\c\TSU_MmTsth01.script     	\TSU_MmTsth01.script
sl@0
    40
data=EPOCROOT##epoc32\data\c\TSU_MmTsth02.script     	\TSU_MmTsth02.script
sl@0
    41
data=EPOCROOT##epoc32\data\c\TSU_MmTsth03.script     	\TSU_MmTsth03.script
sl@0
    42
data=EPOCROOT##epoc32\data\c\TSU_MmTsth10.script     	\TSU_MmTsth10.script
sl@0
    43
data=EPOCROOT##epoc32\data\c\TSU_MmTsth11.script     	\TSU_MmTsth11.script
sl@0
    44
data=EPOCROOT##epoc32\data\c\TSU_MmTsth12.script     	\TSU_MmTsth12.script
sl@0
    45
data=EPOCROOT##epoc32\data\c\TSU_MmTsth13.script     	\TSU_MmTsth13.script
sl@0
    46
data=EPOCROOT##epoc32\data\c\TSU_MmTsth20.script     	\TSU_MmTsth20.script
sl@0
    47
data=EPOCROOT##epoc32\data\c\TSU_MmTsth22.script     	\TSU_MmTsth22.script
sl@0
    48
sl@0
    49
data=EPOCROOT##epoc32\data\c\TSU_MmTsth02_dummy.script	\TSU_MmTsth02_dummy.script
sl@0
    50
data=EPOCROOT##epoc32\data\c\TSU_MmTsth11_config.ini	\TSU_MmTsth11_config.ini
sl@0
    51
sl@0
    52
sl@0
    53
#endif
sl@0
    54