installationservices/swinstallationfw/test/tusif/group/tsif.mmp
changeset 24 84a16765cd86
child 33 8110bf1194d1
equal deleted inserted replaced
6:aba6b8104af3 24:84a16765cd86
       
     1 /*
       
     2 * Copyright (c) 2008-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 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET			tusifsuite.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x10285BCC
       
    22 
       
    23 CAPABILITY		ReadUserData TrustedUI
       
    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 
       
    34 USERINCLUDE		../source
       
    35 USERINCLUDE		../../../../swcomponentregistry/inc_private
       
    36 
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 //Please add your system include under here. 
       
    40 LIBRARY			euser.lib
       
    41 LIBRARY			efsrv.lib
       
    42 LIBRARY			testexecuteutils.lib 
       
    43 LIBRARY			testexecutelogclient.lib
       
    44 LIBRARY			scsclient.lib
       
    45 
       
    46 //Please add your libraries under here. For example:
       
    47 LIBRARY			sif.lib estor.lib apgrfx.lib apparc.lib
       
    48 
       
    49 LIBRARY			scrclient.lib sisregistryclient.lib scrdatabase.lib oomtestbase.lib
       
    50 SMPSAFE