sysstatemgmt/systemstatemgr/test/tcmd/group/tintcmd_server.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)

//tintcmd_server.mmp

// Copyright (c) 2008-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			tintcmd_server.exe
TARGETTYPE		exe
targetpath      /sys/bin

UID				0x1000007A 0xA0009975
VENDORID 		0x70000001
// Use KSsmServerName SID on this test server to allow swp keys to be defined and updated
SECUREID		0x2000D75B

CAPABILITY 		ProtServ PowerMgmt SwEvent ReadDeviceData WriteDeviceData AllFiles

OS_LAYER_SYSTEMINCLUDE_SYMBIAN
MW_LAYER_SYSTEMINCLUDE_SYMBIAN 

// production code
USERINCLUDE		../../../inc
USERINCLUDE		../../../localinc

// testcode
USERINCLUDE		../inc

SOURCEPATH		../src
source 			tintcmd_server.cpp
source			tcmd_step_ssmcommand.cpp

SOURCEPATH		../resource
START RESOURCE	tcmd_cmdlist_swp_builtincmd.rss
TARGETPATH	/resource/ssmatest/bic
END

LIBRARY			ssmcmn.lib
LIBRARY			euser.lib 
LIBRARY			efsrv.lib
LIBRARY			ssmcmd.lib
LIBRARY			testexecuteutils.lib 
LIBRARY			amastart.lib
LIBRARY			dscstore.lib 
library			bafl.lib 
SMPSAFE