sysstatemgmt/systemstatemgr/test/tcmn/group/bld.inf
changeset 0 4e1aa6a622a0
child 76 cb32bcc88bad
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstatemgr/test/tcmn/group/bld.inf	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,60 @@
+// 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
+