sysstatemgmt/systemstatereferenceplugins/test/tclayer/scripts/ssrefpluginstest_clayer_run.bat
author Tapani Kanerva <Tapani.Kanerva@nice.fi>
Thu, 11 Nov 2010 14:35:29 +0000
branchRCL_3
changeset 86 79105dd92dc2
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Export meaningful default HWRM policy files, to fix Bug 3852

@rem
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
@rem All rights reserved.
@rem This component and the accompanying materials are made available
@rem under the terms of "Eclipse Public License v1.0"
@rem which accompanies this distribution, and is available
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
@rem
@rem Initial Contributors:
@rem Nokia Corporation - initial contribution.
@rem
@rem Contributors:
@rem
@rem Description:
@rem

testexecute.exe z:\ssrefpluginstest\ssrefpluginstest_clayer_startersession.script
testexecute.exe z:\ssrefpluginstest\ssrefpluginstest_clayer_startupadaptationadapter.script
testexecute.exe z:\ssrefpluginstest\ssrefpluginstest_clayer_startupadaptationadapter.script
testexecute.exe z:\ssrefpluginstest\ssrefpluginstest_clayer_ssmpropertyobserver.script
testexecute.exe z:\ssrefpluginstest\ssrefpluginstest_clayer_ssmsimstatusobserver.script
testexecute.exe z:\ssrefpluginstest\ssrefpluginstest_clayer_ssmsecurityeventobserver.script
testexecute.exe z:\ssrefpluginstest\ssrefpluginstest_clayer_startersessionwithssm.script

:: Ignore the following if using this script for emulator testing.
:: Logs are automatically copied on hardware to MMC
:: which is assumed to be drive E:
@echo off
if not exist c:\logs\testexecute\ goto :eof
md e:\logs
md e:\logs\testexecute
copy c:\logs\testexecute\ssrefpluginstest_clayer*.htm e:\logs\testexecute\

:eof