installationservices/swi/test/trevocation/trevocation.mmp
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 TARGET			trevocation.exe
       
    20 TARGETTYPE		exe
       
    21 UID				0x1000007A 0x10204F0D
       
    22 VENDORID		0x70000001
       
    23 CAPABILITY		AllFiles ProtServ TrustedUI ReadUserData WriteUserData NetworkServices
       
    24 
       
    25 SOURCEPATH		.
       
    26 SOURCE			trevocationServer.cpp
       
    27 SOURCE			step_base.cpp
       
    28 SOURCE			step_backup.cpp
       
    29 SOURCE			step_install.cpp
       
    30 SOURCE			step_restore.cpp
       
    31 SOURCE			step_restore_no_commit.cpp
       
    32 SOURCE			step_restore_corrupt_controller.cpp
       
    33 SOURCE			step_restore_extra_executable.cpp
       
    34 SOURCE			step_uninstall.cpp
       
    35 SOURCE			step_present.cpp
       
    36 SOURCE			step_absent.cpp
       
    37 SOURCE			step_clean.cpp
       
    38 SOURCE			step_PIR_check.cpp
       
    39 SOURCE			step_sisReg_check.cpp
       
    40 SOURCE			tui.cpp
       
    41 
       
    42 USERINCLUDE		.
       
    43 USERINCLUDE		../../inc
       
    44 
       
    45 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    46 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 LIBRARY			sisregistryclient.lib
       
    49 LIBRARY			testexecuteutils.lib
       
    50 LIBRARY			testexecutelogclient.lib
       
    51 LIBRARY			sishelper.lib
       
    52 LIBRARY			backuprestore.lib
       
    53 LIBRARY			siscontroller.lib
       
    54 LIBRARY			euser.lib
       
    55 LIBRARY			efsrv.lib
       
    56 //To do with TimG.'s fix, allowing the telephony section to work in the software emulator
       
    57 LIBRARY 		c32.lib ecom.lib bafl.lib	
       
    58 #ifdef	__SWI_LOGGING__
       
    59 LIBRARY			flogger.lib
       
    60 #endif	/* __SWI_LOGGING__ */
       
    61 SMPSAFE