os/mm/mmtestenv/mmtestfw/MMPFiles/TestFrameworkClient.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200 (2014-06-10)
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 // Typhoon / Hurricane build :- comment out this line
    15 // MACRO __MMF_JETSTREAM__
    16 // 
    17 //
    18 
    19 TARGET	testframeworkclient.dll
    20 CAPABILITY ALL -TCB
    21 TARGETTYPE	dll
    22 
    23 UID	0x1000008d 0x101f45ee
    24 VENDORID 0x70000001
    25 
    26 SOURCEPATH		../Source/TestFrameworkClient
    27 SOURCE			Log.cpp
    28 SOURCE			testfwclientsession.cpp
    29 SOURCE			TestSuite.cpp
    30 SOURCE			TestStep.cpp
    31 SOURCE			TestUtils.cpp
    32 SOURCE			TestIniData.cpp
    33 SOURCE			asyncscheduler.cpp
    34 SOURCEPATH		../Source/SimulProc
    35 SOURCE			SimulProcSession.cpp
    36 SOURCE			SimulProcClient.cpp
    37 
    38 USERINCLUDE		../include
    39 
    40 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    41 
    42 LIBRARY	euser.lib efsrv.lib 
    43 
    44 SMPSAFE