installationservices/swi/test/tdaemon/tdaemon.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 * tdaemon.exe Test The SWIS daemon
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**
       
    21  @file
       
    22 */
       
    23 CAPABILITY  ProtServ
       
    24 TARGET          tdaemon.exe
       
    25 TARGETTYPE  	exe
       
    26 VENDORID		0x70000001
       
    27 UID			0x1000007A 0x10202DCE
       
    28 
       
    29 // Test step 
       
    30 SOURCE	tdaemon.cpp tdaemonstep.cpp
       
    31 
       
    32 // Test step source
       
    33 SOURCE	steps/watcherstep.cpp
       
    34 SOURCE	steps/daemonstep.cpp
       
    35 //SOURCE	steps/behaviourstep.cpp
       
    36 
       
    37 // Source we are testing
       
    38 SOURCE 	../../source/daemon/drivewatcher.cpp
       
    39 SOURCE 	../../source/daemon/daemon.cpp
       
    40 //SOURCE 	../../source/daemon/daemonbehaviour.cpp
       
    41 
       
    42 
       
    43 USERINCLUDE	../../inc ../../inc/swi
       
    44 USERINCLUDE ../../source/daemon
       
    45 USERINCLUDE ../testutilswi/client
       
    46 USERINCLUDE	steps/ .
       
    47 
       
    48 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    49 
       
    50 
       
    51 LIBRARY    	euser.lib
       
    52 LIBRARY		testexecuteutils.lib
       
    53 LIBRARY		testexecutelogclient.lib
       
    54 LIBRARY		efsrv.lib 
       
    55 LIBRARY		testutilclientswi.lib
       
    56 LIBRARY		sisregistryclient.lib
       
    57 
       
    58 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    59 USERINCLUDE ../../../swtransactionservices/inc
       
    60 LIBRARY stsclient.lib
       
    61 LIBRARY swiobserverclient.lib
       
    62 #endif
       
    63 SMPSAFE