sysstatemgmt/systemstatemgr/test/tcmn/group/ssmatest_cmn.iby
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef __SSMATEST_CMN_IBY__
       
    17 #define __SSMATEST_CMN_IBY__
       
    18 
       
    19 #include <testexecute.iby>
       
    20 #include <setcap.iby>
       
    21 
       
    22 // test server
       
    23 data=ABI_DIR\DEBUG_DIR\tcmn_server.exe				sys\bin\tcmn_server.exe
       
    24 
       
    25 #ifdef TEST_SSM_GRACEFUL_OFFLINE
       
    26 data=ABI_DIR\DEBUG_DIR\tcmn_gracefulnotify.exe			sys\bin\tcmn_gracefulnotify.exe
       
    27 #endif
       
    28 
       
    29 // script files
       
    30 data=DATAZ_\ssmatest\ssmatest_cmn_run.bat					\ssmatest_cmn_run.bat
       
    31 data=DATAZ_\ssmatest\ssmatest_cmn_state.script				\ssmatest\ssmatest_cmn_state.script
       
    32 data=DATAZ_\ssmatest\ssmatest_cmn_swpvalue.script			\ssmatest\ssmatest_cmn_swpvalue.script
       
    33 data=DATAZ_\ssmatest\ssmatest_cmn_systemwideproperty.script	\ssmatest\ssmatest_cmn_systemwideproperty.script
       
    34 data=DATAZ_\ssmatest\ssmatest_cmn_stateawaresession.script	\ssmatest\ssmatest_cmn_stateawaresession.script
       
    35 
       
    36 #ifdef TEST_SSM_GRACEFUL_OFFLINE
       
    37 data=DATAZ_\ssmatest\ssmatest_cmn_gracefulofflinestatenotify.script	\ssmatest\ssmatest_cmn_gracefulofflinestatenotify.script
       
    38 data=DATAZ_\ssmatest\ssmatest_cmn_gracefulofflinestatenotify.ini	\ssmatest\ssmatest_cmn_gracefulofflinestatenotify.ini
       
    39 // rsc file
       
    40 data=EPOCROOT##epoc32\data\z\private\2000d75b\startup\0\tgracefulofflinepatch.rsc		private\2000d75b\startup\0\tgracefulofflinepatch.rsc
       
    41 #endif
       
    42 
       
    43 #endif