sl@0: // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // Unit testing for MM Test Framework - 10 (Log) sl@0: // sl@0: // sl@0: sl@0: // Typhoon / Hurricane build :- comment out these lines sl@0: // MACRO __MMF_JETSTREAM__ sl@0: // #define _MMF_JETSTREAM_MMP sl@0: sl@0: // Macro used to patch out E32Dll etc. in source files being tested sl@0: MACRO __TSU_TESTFRAMEWORK__ sl@0: sl@0: TARGET tsu_mmtsth10.dll sl@0: CAPABILITY ALL -TCB sl@0: TARGETTYPE dll sl@0: UID 0x1000008d 0x101f4603 sl@0: VENDORID 0x70000001 sl@0: sl@0: MACRO EXCLUDE_FOR_UNITTEST sl@0: sl@0: // unit test code sl@0: sl@0: SOURCEPATH ../src sl@0: SOURCE tsu_mmtsth10/TSU_MmTsthSuite10.cpp sl@0: SOURCE tsu_mmtsth10/TSU_MmTsth10.cpp sl@0: sl@0: // code to be tested sl@0: sl@0: SOURCE ../../mmtestfw/Source/TestFrameworkClient/testfwclientsession.cpp sl@0: sl@0: // required stubs sl@0: sl@0: sl@0: USERINCLUDE ../src/tsu_mmtsth10 sl@0: USERINCLUDE ../../mmtestfw/Source sl@0: USERINCLUDE ../../mmtestfw/Source/TestFrameworkClient sl@0: OS_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: sl@0: LIBRARY euser.lib sl@0: sl@0: // required TestFramework libraries sl@0: sl@0: LIBRARY testframeworkclient.lib sl@0: sl@0: sl@0: sl@0: sl@0: SMPSAFE