installationservices/swi/test/tsishelper/tsishelperserver.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:21:33 +0300
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
permissions -rw-r--r--
Revision: 201033 Kit: 201035

/*
* Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
* tsishelperserver.exe Test harness for SIS helper
*
*/


/**
 @file
*/

//         Needed to start !sishelper
CAPABILITY ProtServ TrustedUI

TARGET			tsishelperserver.exe
TARGETTYPE		exe
UID				0x1000007A 0x101F7295
VENDORID		0x70000001

SOURCEPATH		.
SOURCE			tsishelperserver.cpp
SOURCE			tsishelperstep.cpp
SOURCE			tsishelperstepbase.cpp
SOURCE			../../source/sishelper/sishelperclient.cpp

USERINCLUDE		.
USERINCLUDE		../..
USERINCLUDE		../../inc
USERINCLUDE		../../inc/swi
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
OS_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY			euser.lib
LIBRARY			testexecuteutils.lib
LIBRARY			efsrv.lib
LIBRARY			testexecutelogclient.lib
LIBRARY			sishelper.lib
LIBRARY			flogger.lib
LIBRARY 		estor.lib
#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
LIBRARY scrclient.lib
#endif
SMPSAFE