sysstatemgmt/systemstatereferenceplugins/test/tunitcustcmd/group/tunitcustcmd_server.mmp
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:34:26 +0100
branchRCL_3
changeset 22 8cb079868133
parent 21 ccb4f6b3db21
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "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:
//

/**
 @file
 @test
 @internalComponent - Internal Symbian test code
*/


TARGET			tunitcustcmd_server.exe
TARGETTYPE		exe
TARGETPATH		/sys/bin
UID				0x1000007A 0x2000E658
VENDORID		0x70000001

CAPABILITY	ALL -TCB

//Secure id of sysstatemgr.exe
SECUREID		0x2000D75B

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

// testcode
USERINCLUDE		../inc
USERINCLUDE		../../../localinc

SOURCEPATH		../src
SOURCE			tcmd_server.cpp
SOURCE			tcmd_step_coopsysselftest.cpp
SOURCE			tcmd_step_coopsysperformrestartactions.cpp
SOURCE			tcmd_step_coopsysperformshutdownactions.cpp
SOURCE			tcmd_step_coopsysperformrfsactions.cpp
SOURCE			tcmd_step_activaterfforemergencycall.cpp
SOURCE			tcmd_step_deactivaterfforemergencycall.cpp
SOURCE			tcmd_step_coopsysstatechange.cpp
SOURCE  		tcmd_step_publishstartupmode.cpp
SOURCE  		tcmd_step_devicesecuritycheck.cpp
SOURCE  		tcmd_step_simsecuritycheck.cpp
SOURCE			tcmd_step_publishsimownedandchanged.cpp
SOURCE  		tcmd_step_execute.cpp
// production code
USERINCLUDE		../../../clayer/inc
USERINCLUDE 	../../../custcmd/inc

SOURCEPATH		../../../custcmd/src
SOURCE			cmdsimsecuritycheck.cpp
SOURCE			cmddevicesecuritycheck.cpp
SOURCE			ssmsecuritychecknotifier.cpp
SOURCE			cmdcoopsysselftest.cpp
SOURCE			cmdcoopsysperformrestartactions.cpp
SOURCE			cmdcoopsysperformshutdownactions.cpp
SOURCE			cmdcoopsysperformrfsactions.cpp
SOURCE			cmdactivaterfforemergencycall.cpp
SOURCE			cmddeactivaterfforemergencycall.cpp
SOURCE  		cmdcoopsysstatechange.cpp
SOURCE  		cmdpublishstartupmode.cpp
SOURCE			cmdpublishsimownedandchanged.cpp
SOURCE			ssmcustomcmdfactory.cpp
SOURCE  		securitynoteobserver.cpp
SOURCE			cmdvalidatertc.cpp
SOURCE			cmdclearstartupreason.cpp
SOURCE			cmddeletetempfiles.cpp
SOURCE			cmdinitramdrive.cpp
SOURCE			cmdcheckuserdrive.cpp

SOURCEPATH		../../../localsrc
SOURCE			ssmpanic.cpp

SOURCEPATH		../../../../systemstatemgr/cmd/src
SOURCE			ssmcustomcommand.cpp

#if !defined (TEST_CUSTCMD)
#define TEST_CUSTCMD
MACRO TEST_CUSTCMD_MACRO
#endif

LIBRARY			euser.lib
LIBRARY			efsrv.lib
LIBRARY			testexecuteutils.lib
LIBRARY			testexecutelogclient.lib
LIBRARY			ssmcmd.lib
LIBRARY			estor.lib
LIBRARY			ssmcmn.lib
LIBRARY			bafl.lib
LIBRARY			domaincli.lib
LIBRARY			ssmsuscli.lib
LIBRARY			sysmoncli.lib
LIBRARY			centralrepository.lib
LIBRARY			ssmuiproviderdll.lib
LIBRARY			ssmadaptationcli.lib

LIBRARY		etelmm.lib //Device security check
LIBRARY		etel.lib //Device security check

SMPSAFE