installationservices/swi/test/trevocation/trevocation.mmp
author Simon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 12:04:39 +0000
branchRCL_3
changeset 84 e6c5e34cd9b9
parent 0 ba25891c3a9e
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

/*
* 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