installationservices/swi/test/tuiscriptadaptors/tuiscriptadaptors.mmh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Mon, 15 Mar 2010 12:41:05 +0200
branchRCL_3
changeset 19 7ca52d38f8c3
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 201009 Kit: 201010

/*
* Copyright (c) 2008-2010 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: 
*
*/


targettype		exe
vendorid		0x70000001

macro __SECURE_API__
macro __DATA_CAGING__

capability     TrustedUI ProtServ ReadUserData DRM WriteUserData NetworkServices ReadDeviceData WriteDeviceData

sourcepath		.
source			tswisserver.cpp
source			tswisstep.cpp
source 			tswisasyncstep.cpp
source          tuiscriptadaptors.cpp
source          runningappsteps.cpp

#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
source			sisregistryaccess_client.cpp
#endif

source			forceremove.cpp
source			filldrive.cpp
source			swifileutilitysteps.cpp
userinclude		.  

MW_LAYER_SYSTEMINCLUDE_SYMBIAN
OS_LAYER_SYSTEMINCLUDE_SYMBIAN

userinclude ../../inc
userinclude ../../inc/swi
USERINCLUDE ../testutilswi/client


library 		euser.lib efsrv.lib ecom.lib bafl.lib c32.lib xmlframework.lib hash.lib
library			testexecuteutils.lib
library			testexecutelogclient.lib
library         	sishelper.lib
LIBRARY         	testutilclientswi.lib
library			sisregistryclient.lib
library			siscontroller.lib
library			swidataprovider.lib
library			cafdataprovider.lib
library 		charconv.lib
library			pkgremover.lib
library         	inetprotutil.lib
library			swiutils.lib
#ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
LIBRARY 		scrclient.lib
#endif