installationservices/swinstallationfw/test/tusif/group/tsif.mmp
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     1 /*
       
     2 * Copyright (c) 2008-2010 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 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET			tusifsuite.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x10285BCC
       
    22 
       
    23 CAPABILITY		ReadUserData TrustedUI writeDeviceData
       
    24 
       
    25 //Please add any change under here
       
    26 SOURCEPATH		../source
       
    27 SOURCE			tsifsuiteserver.cpp
       
    28 SOURCE			tsifsuitestepbase.cpp
       
    29 SOURCE			tsifoperationstep.cpp
       
    30 SOURCE			tsifcommonverificationstep.cpp
       
    31 SOURCE			tsifgenericbrowserinstallstep.cpp
       
    32 SOURCE			tsifcommonunitteststep.cpp
       
    33 SOURCE			tsifnotifierteststep.cpp
       
    34 
       
    35 USERINCLUDE		../source
       
    36 USERINCLUDE		../../../../swcomponentregistry/inc_private
       
    37 
       
    38 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 //Please add your system include under here. 
       
    41 LIBRARY			euser.lib
       
    42 LIBRARY			efsrv.lib
       
    43 LIBRARY			testexecuteutils.lib 
       
    44 LIBRARY			testexecutelogclient.lib
       
    45 LIBRARY			scsclient.lib
       
    46 
       
    47 //Please add your libraries under here. For example:
       
    48 LIBRARY			sif.lib estor.lib apgrfx.lib apparc.lib sifnotification.lib
       
    49 
       
    50 LIBRARY			scrclient.lib sisregistryclient.lib scrdatabase.lib oomtestbase.lib
       
    51 SMPSAFE