installationservices/swcomponentregistry/test/group/tscr.mmp
changeset 24 84a16765cd86
child 25 98b66e4fb0be
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/installationservices/swcomponentregistry/test/group/tscr.mmp	Fri Mar 19 09:33:35 2010 +0200
@@ -0,0 +1,62 @@
+/*
+* Copyright (c) 2008-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: 
+* This is the project specification file for the Software Component Registry test harness
+*
+*/
+
+
+/**
+ @file
+ @internalComponent
+ @test
+*/
+
+TARGETTYPE EXE
+TARGET tscr.exe
+
+UID 0 0x10285BC9
+
+// ProtServ TrustedUI are used for scrdatabase testing
+CAPABILITY ProtServ ReadUserData WriteDeviceData TrustedUI AllFiles 
+
+SOURCEPATH 	../tscr/source
+
+SOURCE tscrserver.cpp 
+SOURCE tscrstep.cpp
+SOURCE componentmanagementsteps.cpp transactionmanagementsteps.cpp deletescrdbstep.cpp
+SOURCE componentquerysteps.cpp subsessionsteps.cpp sifsteps.cpp appmanagersteps.cpp
+SOURCE pluginmanagementsteps.cpp installloghistorysteps.cpp
+
+SOURCEPATH 	../tscraccessor/source
+SOURCE tscraccessor_client.cpp
+
+USERINCLUDE ../tscr/inc
+USERINCLUDE	../../inc_private
+USERINCLUDE ../tscraccessor/inc
+USERINCLUDE	../../inc
+
+MW_LAYER_SYSTEMINCLUDE_SYMBIAN
+SMPSAFE
+
+LIBRARY euser.lib 
+LIBRARY efsrv.lib 
+LIBRARY testexecuteutils.lib
+LIBRARY testexecutelogclient.lib
+LIBRARY rfileloggerclient.lib
+LIBRARY scrdatabase.lib
+LIBRARY oomtestbase.lib
+LIBRARY scrclient.lib
+LIBRARY scsclient.lib
+