devicediagnostics/build/cenrep/cenrep.bat
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 rem
       
     2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 rem All rights reserved.
       
     4 rem This component and the accompanying materials are made available
       
     5 rem under the terms of "Eclipse Public License v1.0"
       
     6 rem which accompanies this distribution, and is available
       
     7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 rem
       
     9 rem Initial Contributors:
       
    10 rem Nokia Corporation - initial contribution.
       
    11 rem
       
    12 rem Contributors:
       
    13 rem
       
    14 rem Description:
       
    15 rem
       
    16 
       
    17 @rd /s /q output
       
    18 
       
    19 
       
    20 
       
    21 @echo DevDiagApp
       
    22 @echo off
       
    23 set CENREP_DIR=%CD%
       
    24 \epoc32\tools\cenrep\cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\keys_devdiag.xls" -p 3.2
       
    25 copy "%CENREP_DIR%\output\inifiles\2000E542.txt" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
    26 copy "%CENREP_DIR%\output\inifiles\2000E542.txt" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
       
    27 copy "%CENREP_DIR%\output\inifiles\2000E542.txt" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
       
    28 copy "%CENREP_DIR%\output\inifiles\2000E542.txt" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
       
    29 copy "%CENREP_DIR%\output\inifiles\2000E542.txt" \epoc32\data\Z\private\10202be9\
       
    30 echo.
       
    31 
       
    32 
       
    33 @echo DiagBrowserPlugin
       
    34 @echo off
       
    35 set CENREP_DIR=%CD%
       
    36 \epoc32\tools\cenrep\cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\keys_diagbrowserplugin.xls" -p 5.0
       
    37 copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
    38 copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
       
    39 copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
       
    40 copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
       
    41 copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\data\Z\private\10202be9\
       
    42 echo.
       
    43 
       
    44 
       
    45 @echo DiagDataNetworkPlugin
       
    46 @set XLS_FILE=keys_DiagDataNetworkTestPlugin.xls
       
    47 @set INI_FILE=2000E598.txt
       
    48 @set RELEASE=3.2
       
    49 
       
    50 @set CENREP_DIR=%CD%
       
    51 @cd \epoc32\tools\cenrep
       
    52 
       
    53 cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\%XLS_FILE%" -p %RELEASE%
       
    54 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
    55 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
    56 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
       
    57 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
       
    58 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
       
    59 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\data\Z\private\10202be9\
       
    60 @cd "%CENREP_DIR%"
       
    61 
       
    62 
       
    63 @echo DiagEarPiecePlugin
       
    64 @set XLS_FILE=keys_DiagAudioRecorderPlugin.xls
       
    65 @set INI_FILE=2000E58C.txt
       
    66 @set RELEASE=3.2
       
    67 
       
    68 @set CENREP_DIR=%CD%
       
    69 @cd \epoc32\tools\cenrep
       
    70 
       
    71 cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\%XLS_FILE%" -p %RELEASE%
       
    72 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
    73 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
    74 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
       
    75 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
       
    76 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
       
    77 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\data\Z\private\10202be9\
       
    78 @cd "%CENREP_DIR%"
       
    79 
       
    80 
       
    81 @echo DiagLoudspeakerPlugin
       
    82 @set XLS_FILE=keys_DiagSpeakerTestPlugin.xls
       
    83 @set INI_FILE=2000E58E.txt
       
    84 @set RELEASE=3.2
       
    85 
       
    86 @set CENREP_DIR=%CD%
       
    87 @cd \epoc32\tools\cenrep
       
    88 
       
    89 cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\%XLS_FILE%" -p %RELEASE%
       
    90 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
    91 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
    92 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
       
    93 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
       
    94 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
       
    95 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\data\Z\private\10202be9\
       
    96 @cd "%CENREP_DIR%"
       
    97 
       
    98 
       
    99 @echo DiagNetCoveragePlugin
       
   100 @set XLS_FILE=keys_pdnetworkcoveragetest.xls
       
   101 @set INI_FILE=2000E596.txt
       
   102 @set RELEASE=3.2
       
   103 
       
   104 @set CENREP_DIR=%CD%
       
   105 @cd \epoc32\tools\cenrep
       
   106 
       
   107 cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\%XLS_FILE%" -p %RELEASE%
       
   108 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
   109 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
   110 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
       
   111 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
       
   112 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
       
   113 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\data\Z\private\10202be9\
       
   114 @cd "%CENREP_DIR%"
       
   115 
       
   116 
       
   117 
       
   118 @echo DiagVibratePlugin
       
   119 @set XLS_FILE=keys_devdiagvibratest.xls
       
   120 @set INI_FILE=2000E586.txt
       
   121 @set RELEASE=3.2
       
   122 
       
   123 @set CENREP_DIR=%CD%
       
   124 @cd \epoc32\tools\cenrep
       
   125 
       
   126 cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\%XLS_FILE%" -p %RELEASE%
       
   127 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
   128 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
   129 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
       
   130 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
       
   131 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
       
   132 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\data\Z\private\10202be9\
       
   133 @cd "%CENREP_DIR%"
       
   134 
       
   135 
       
   136 @echo DiagFramework
       
   137 @set XLS_FILE=keys_diagnosticsfw.xls
       
   138 @set INI_FILE=2000B16B.txt
       
   139 @set RELEASE=3.2
       
   140 
       
   141 @set CENREP_DIR=%CD%
       
   142 @cd \epoc32\tools\cenrep
       
   143 
       
   144 cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\%XLS_FILE%" -p %RELEASE%
       
   145 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
   146 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
   147 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
       
   148 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
       
   149 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
       
   150 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\data\Z\private\10202be9\
       
   151 @cd "%CENREP_DIR%"
       
   152 
       
   153 
       
   154 @echo ResultsDatabaseServer
       
   155 @set XLS_FILE=keys_diagresultsdb.xls
       
   156 @set INI_FILE=2000B45D.txt
       
   157 @set RELEASE=3.2
       
   158 
       
   159 @set CENREP_DIR=%CD%
       
   160 @cd \epoc32\tools\cenrep
       
   161 
       
   162 cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\%XLS_FILE%" -p %RELEASE%
       
   163 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
   164 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
       
   165 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
       
   166 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
       
   167 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
       
   168 copy "%CENREP_DIR%\output\inifiles\%INI_FILE%" \epoc32\data\Z\private\10202be9\
       
   169 @cd "%CENREP_DIR%"
       
   170 
       
   171 @echo ================= done. Hit any key to continue ==================
       
   172 @pause