testexecfw/tef/test/regressiontest/logger/testdata/scripts/logger_pretest.script
author Johnson Ma <johnson.ma@nokia.com>
Mon, 08 Mar 2010 15:03:44 +0800
changeset 0 3e07fef1e154
permissions -rw-r--r--
Initial EPL Contribution
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     1
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     2
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     3
// All rights reserved.
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     4
// This component and the accompanying materials are made available
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     5
// under the terms of "Eclipse Public License v1.0"
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     6
// which accompanies this distribution, and is available
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     8
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
     9
// Initial Contributors:
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    10
// Nokia Corporation - initial contribution.
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    11
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    12
// Contributors:
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    13
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    14
// Description: 
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    15
//
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    16
PREFIX RUN_UTILS
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    17
CopyFile ${SYSDRIVE}\system\data\testexecute.ini  ${SYSDRIVE}\backupTEFc.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    18
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    19
MkDir ${SYSDRIVE}\system\
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    20
MkDir ${SYSDRIVE}\system\data\
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    21
MkDir ${SYSDRIVE}\testdata\
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    22
MkDir ${SYSDRIVE}\testdata\scripts\
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    23
//hardware
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    24
CopyFile z:\testdata\configs\xml.ini  ${SYSDRIVE}\system\data\xml.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    25
CopyFile z:\testdata\configs\html.ini ${SYSDRIVE}\system\data\html.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    26
CopyFile z:\testdata\configs\BOTH.ini ${SYSDRIVE}\system\data\BOTH.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    27
//emulator
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    28
CopyFile c:\testdata\configs\xml.ini  ${SYSDRIVE}\system\data\xml.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    29
CopyFile c:\testdata\configs\html.ini ${SYSDRIVE}\system\data\html.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    30
CopyFile c:\testdata\configs\BOTH.ini ${SYSDRIVE}\system\data\BOTH.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    31
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    32
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    33
CopyFile z:\testdata\scripts\dt-tef-logger-0001.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0001.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    34
CopyFile z:\testdata\scripts\dt-tef-logger-0002.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0002.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    35
CopyFile z:\testdata\scripts\dt-tef-logger-0003.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0003.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    36
CopyFile z:\testdata\scripts\dt-tef-logger-0004.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0004.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    37
CopyFile z:\testdata\scripts\dt-tef-logger-0005.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0005.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    38
CopyFile z:\testdata\scripts\dt-tef-logger-0006.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0006.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    39
CopyFile z:\testdata\scripts\dt-tef-logger-0007.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0007.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    40
CopyFile z:\testdata\scripts\dt-tef-logger-0008.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0008.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    41
CopyFile z:\testdata\scripts\dt-tef-logger-0009.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0009.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    42
CopyFile z:\testdata\scripts\dt-tef-logger-0010.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0010.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    43
CopyFile z:\testdata\scripts\dt-tef-logger-0011.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0011.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    44
CopyFile z:\testdata\scripts\dt-tef-logger-0012.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0012.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    45
CopyFile z:\testdata\scripts\dt-tef-logger-0013.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0013.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    46
CopyFile z:\testdata\scripts\dt-tef-logger-0014.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0014.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    47
CopyFile z:\testdata\scripts\dt-tef-logger-0015.script	${SYSDRIVE}\testdata\scripts\dt-tef-logger-0015.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    48
CopyFile z:\testdata\scripts\logger_postest.script	${SYSDRIVE}\testdata\scripts\logger_postest.script    
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    49
CopyFile z:\testdata\scripts\logger_pretest.script	${SYSDRIVE}\testdata\scripts\logger_pretest.script    
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    50
CopyFile z:\testdata\scripts\post_log_both.script	${SYSDRIVE}\testdata\scripts\post_log_both.script     
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    51
CopyFile z:\testdata\scripts\post_log_html.script	${SYSDRIVE}\testdata\scripts\post_log_html.script     
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    52
CopyFile z:\testdata\scripts\post_log_xml.script	${SYSDRIVE}\testdata\scripts\post_log_xml.script      
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    53
CopyFile z:\testdata\scripts\pre_log_both.script	${SYSDRIVE}\testdata\scripts\pre_log_both.script      
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    54
CopyFile z:\testdata\scripts\pre_log_html.script	${SYSDRIVE}\testdata\scripts\pre_log_html.script      
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    55
CopyFile z:\testdata\scripts\pre_log_xml.script	${SYSDRIVE}\testdata\scripts\pre_log_xml.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    56
CopyFile z:\testdata\scripts\te_reglogger_html.script	${SYSDRIVE}\testdata\scripts\te_reglogger_html.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    57
CopyFile z:\testdata\scripts\te_reglogger_xml.script	${SYSDRIVE}\testdata\scripts\te_reglogger_xml.script
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    58
CopyFile z:\testdata\scripts\te_reglogger_both.script	${SYSDRIVE}\testdata\scripts\te_reglogger_both.script     
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    59
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    60
MakeReadWrite ${SYSDRIVE}\system\data\xml.ini      
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    61
MakeReadWrite ${SYSDRIVE}\system\data\html.ini     
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    62
MakeReadWrite ${SYSDRIVE}\system\data\BOTH.ini
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    63
3e07fef1e154 Initial EPL Contribution
Johnson Ma <johnson.ma@nokia.com>
parents:
diff changeset
    64
REMOVE_PREFIX