sysstatemgmt/systemstatemgr/test/tcmn/group/bld.inf
author William Roberts <williamr@symbian.org>
Wed, 23 Jun 2010 22:58:50 +0100
branchGCC_SURGE
changeset 38 61516c5786af
parent 0 4e1aa6a622a0
child 76 cb32bcc88bad
permissions -rw-r--r--
Select correct DEF file for GCCE builds, and remove obsolete eabi deffiles which were used instead - bug 2965

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


PRJ_EXPORTS
// test code only


PRJ_MMPFILES
// test code only


PRJ_TESTMMPFILES
tcmn_server.mmp

//Define TEST_SSM_GRACEFUL_OFFLINE only when patchable constant KSsmGracefulOffline is enabled
#ifdef TEST_SSM_GRACEFUL_OFFLINE
tcmn_gracefulnotify_server.mmp
#endif


PRJ_TESTEXPORTS
ssmatest_cmn.iby			/epoc32/rom/include/ssmatest_cmn.iby

// cmd batch files for emulator / hardware test execution
../scripts/ssmatest_cmn_run.bat			/epoc32/data/z/ssmatest/ssmatest_cmn_run.bat
../scripts/ssmatest_cmn_run.bat			/epoc32/release/winscw/udeb/ssmatest_cmn_run.bat
../scripts/ssmatest_cmn_run.bat			/epoc32/release/winscw/urel/ssmatest_cmn_run.bat

// cmd scripts
../scripts/ssmatest_cmn_state.script					z:/ssmatest/ssmatest_cmn_state.script
../scripts/ssmatest_cmn_swpvalue.script					z:/ssmatest/ssmatest_cmn_swpvalue.script
../scripts/ssmatest_cmn_systemwideproperty.script		z:/ssmatest/ssmatest_cmn_systemwideproperty.script
../scripts/ssmatest_cmn_stateawaresession.script		z:/ssmatest/ssmatest_cmn_stateawaresession.script
#ifdef TEST_SSM_GRACEFUL_OFFLINE
../scripts/ssmatest_cmn_gracefulofflinestatenotify.script		z:/ssmatest/ssmatest_cmn_gracefulofflinestatenotify.script
../testdata/ssmatest_cmn_gracefulofflinestatenotify.ini			z:/ssmatest/ssmatest_cmn_gracefulofflinestatenotify.ini
#endif