os/mm/mmtestenv/mmtestfw/group/TestFramework.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2002-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 __TESTFRAMEWORK_IBY__
    17 #define __TESTFRAMEWORK_IBY__
    18 
    19 #ifndef SYMBIAN_EXCLUDE_DRM_AGENT_PLUGINS
    20 #include <rta.iby>
    21 #endif
    22 
    23 #ifdef SYMBIAN_BUILD_GCE
    24 #include <gceavailable.iby>
    25 #endif
    26 
    27 file=ABI_DIR\BUILD_DIR\runtests.exe		test\runtests.exe
    28 file=ABI_DIR\BUILD_DIR\dptest.dll		System\Libs\dptest.dll
    29 
    30 // debug build
    31 
    32 file=ABI_DIR\BUILD_DIR\TestFramework.exe		TestFramework.exe
    33 file=ABI_DIR\BUILD_DIR\TestFrameworkRecognizer.exe	TestFrameworkRecognizer.exe
    34 file=ABI_DIR\BUILD_DIR\TestFrameworkServer.exe		System\Libs\TestFrameworkServer.exe
    35 file=ABI_DIR\BUILD_DIR\TestFrameworkClient.dll 		System\Libs\TestFrameworkClient.dll
    36 
    37 file=ABI_DIR\BUILD_DIR\TestFrameworkNone.exe		TestFrameworkNone.exe
    38 file=ABI_DIR\BUILD_DIR\TestFrameworkMMDDCap.exe		TestFrameworkMMDDCap.exe
    39 file=ABI_DIR\BUILD_DIR\TestFrameworkUECap.exe		TestFrameworkUECap.exe
    40 
    41 #endif