os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComSWITests/group/TE_EComSWITestSuite.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2006-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 
    17 TARGET      	te_ecomswitestsuite.exe
    18 TARGETTYPE  	exe
    19 UID				0x1000007A 0x10282796
    20 
    21 VENDORID 		0x70000001
    22 
    23 //Please add any change under here
    24 
    25 SOURCEPATH  	../src
    26 
    27 
    28 //TEF Test Server
    29 SOURCE      	TE_EComSWITestSuiteServer.cpp
    30 //TEF Test Step
    31 SOURCE      	TE_EComSWITestSuiteStepBase.cpp
    32 
    33 SOURCE          tui.cpp // Test UI for SWI - Minimal install framework
    34 SOURCE			installstep.cpp
    35 SOURCE			checkPlugin.cpp
    36 			
    37 
    38 USERINCLUDE   	../src 
    39 USERINCLUDE     ../../../Framework/inc
    40 
    41 
    42 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    43 
    44 //TEF Libraries
    45 LIBRARY			testexecuteutils.lib 
    46 LIBRARY			testexecutelogclient.lib 
    47 
    48 LIBRARY     	euser.lib 
    49 
    50 LIBRARY     	bafl.lib	//Needed in InstallStep.cpp
    51 
    52 LIBRARY			efsrv.lib
    53 
    54 
    55 //ECom Libraires
    56 LIBRARY			ecom.lib
    57 LIBRARY	    	ecomtestutils.lib
    58 
    59 //SWI Libraries
    60 LIBRARY 		sishelper.lib
    61 LIBRARY 		sisregistryclient.lib
    62 LIBRARY 		siscontroller.lib
    63 LIBRARY 		swidataprovider.lib
    64 
    65 CAPABILITY ALL -Tcb
    66 
    67 
    68 SMPSAFE