os/mm/mmtestenv/mmtestfw/group/TestFramework.iby
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmtestenv/mmtestfw/group/TestFramework.iby	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,41 @@
     1.4 +// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +#ifndef __TESTFRAMEWORK_IBY__
    1.20 +#define __TESTFRAMEWORK_IBY__
    1.21 +
    1.22 +#ifndef SYMBIAN_EXCLUDE_DRM_AGENT_PLUGINS
    1.23 +#include <rta.iby>
    1.24 +#endif
    1.25 +
    1.26 +#ifdef SYMBIAN_BUILD_GCE
    1.27 +#include <gceavailable.iby>
    1.28 +#endif
    1.29 +
    1.30 +file=ABI_DIR\BUILD_DIR\runtests.exe		test\runtests.exe
    1.31 +file=ABI_DIR\BUILD_DIR\dptest.dll		System\Libs\dptest.dll
    1.32 +
    1.33 +// debug build
    1.34 +
    1.35 +file=ABI_DIR\BUILD_DIR\TestFramework.exe		TestFramework.exe
    1.36 +file=ABI_DIR\BUILD_DIR\TestFrameworkRecognizer.exe	TestFrameworkRecognizer.exe
    1.37 +file=ABI_DIR\BUILD_DIR\TestFrameworkServer.exe		System\Libs\TestFrameworkServer.exe
    1.38 +file=ABI_DIR\BUILD_DIR\TestFrameworkClient.dll 		System\Libs\TestFrameworkClient.dll
    1.39 +
    1.40 +file=ABI_DIR\BUILD_DIR\TestFrameworkNone.exe		TestFrameworkNone.exe
    1.41 +file=ABI_DIR\BUILD_DIR\TestFrameworkMMDDCap.exe		TestFrameworkMMDDCap.exe
    1.42 +file=ABI_DIR\BUILD_DIR\TestFrameworkUECap.exe		TestFrameworkUECap.exe
    1.43 +
    1.44 +#endif