sysstatemgmt/systemstatereferenceplugins/test/tclayer/group/tclayer_serverwithssm.mmp
author andy simpson <andrews@symbian.org>
Tue, 05 Oct 2010 16:01:32 +0100
branchRCL_3
changeset 75 cce17d67ea66
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Work-a-round to allow syborg full UI ROM to boot (Bug 3786)

// Copyright (c) 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:
//tclayer_serverwithssm.exe CLayer test server.
//test for set state of RStarterSession::SetState.
//test rfstatusswp transition failure when process does not have WriteDeviceData or PowerMgmt Capabilities.
//test for reset network behaviour of RStarterSession::ResetNetwork.
//test for RStarterSession::IsRTCTimeValid.

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


TARGET			tclayer_serverwithssm.exe
TARGETTYPE		exe
UID				0x1000007A 0x2001D2AB
TARGETPATH		/sys/bin
VENDORID		0x70000001

CAPABILITY		PowerMgmt WriteDeviceData

OS_LAYER_SYSTEMINCLUDE_SYMBIAN

// testcode
USERINCLUDE		../inc

SOURCEPATH		../src
SOURCE			tclayer_serverwithssm.cpp
SOURCE			tclayer_step_startersessionwithssm.cpp

LIBRARY			euser.lib
LIBRARY			efsrv.lib
LIBRARY			testexecuteutils.lib
LIBRARY			ssmcmn.lib
LIBRARY			starterclient.lib
LIBRARY			ssmuiproviderdll.lib

SMPSAFE