secureswitools/swisistools/test/tinterpretsisinteg/tintsistef/tinterpretsis.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2006-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 #if defined(WINS) && !defined(EKA2)
       
    20 TARGET          tinterpretsis.dll
       
    21 #else
       
    22 TARGET          tinterpretsis.exe
       
    23 #endif
       
    24 
       
    25 UID          0x80000111
       
    26 
       
    27 CAPABILITY ReadUserData
       
    28 
       
    29 #ifndef EKA2
       
    30 TARGETTYPE  	epocexe
       
    31 #else
       
    32 TARGETTYPE  	exe
       
    33 #endif
       
    34 
       
    35 USERINCLUDE .
       
    36 USERINCLUDE		../../../../../installationservices/swi/inc/swi
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 SOURCEPATH	.
       
    40 
       
    41 SOURCE tinterpretsisserver.cpp tinterpretsisstep.cpp
       
    42 LIBRARY     sisregistryclient.lib
       
    43 LIBRARY    	euser.lib
       
    44 LIBRARY		testexecuteutils.lib
       
    45 LIBRARY		testexecutelogclient.lib
       
    46 LIBRARY     uissclient.lib
       
    47 LIBRARY     sishelper.lib 
       
    48 LIBRARY		siscontroller.lib
       
    49 LIBRARY		efsrv.lib
       
    50 LIBRARY 	c32.lib ecom.lib bafl.lib
       
    51 LIBRARY		flogger.lib
       
    52 SMPSAFE