installationservices/swi/test/trevocation/trevocation.mmp
changeset 0 ba25891c3a9e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/installationservices/swi/test/trevocation/trevocation.mmp	Thu Dec 17 08:51:10 2009 +0200
@@ -0,0 +1,61 @@
+/*
+* 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: 
+*
+*/
+
+
+TARGET			trevocation.exe
+TARGETTYPE		exe
+UID				0x1000007A 0x10204F0D
+VENDORID		0x70000001
+CAPABILITY		AllFiles ProtServ TrustedUI ReadUserData WriteUserData NetworkServices
+
+SOURCEPATH		.
+SOURCE			trevocationServer.cpp
+SOURCE			step_base.cpp
+SOURCE			step_backup.cpp
+SOURCE			step_install.cpp
+SOURCE			step_restore.cpp
+SOURCE			step_restore_no_commit.cpp
+SOURCE			step_restore_corrupt_controller.cpp
+SOURCE			step_restore_extra_executable.cpp
+SOURCE			step_uninstall.cpp
+SOURCE			step_present.cpp
+SOURCE			step_absent.cpp
+SOURCE			step_clean.cpp
+SOURCE			step_PIR_check.cpp
+SOURCE			step_sisReg_check.cpp
+SOURCE			tui.cpp
+
+USERINCLUDE		.
+USERINCLUDE		../../inc
+
+MW_LAYER_SYSTEMINCLUDE_SYMBIAN
+OS_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+LIBRARY			sisregistryclient.lib
+LIBRARY			testexecuteutils.lib
+LIBRARY			testexecutelogclient.lib
+LIBRARY			sishelper.lib
+LIBRARY			backuprestore.lib
+LIBRARY			siscontroller.lib
+LIBRARY			euser.lib
+LIBRARY			efsrv.lib
+//To do with TimG.'s fix, allowing the telephony section to work in the software emulator
+LIBRARY 		c32.lib ecom.lib bafl.lib	
+#ifdef	__SWI_LOGGING__
+LIBRARY			flogger.lib
+#endif	/* __SWI_LOGGING__ */
+SMPSAFE