devicediagnostics/diagplugins/diagbrowserplugin/cenrep_files/create_cenrep.bat
author William Roberts <williamr@symbian.org>
Mon, 08 Mar 2010 21:43:09 +0000
branchCompilerCompatibility
changeset 10 3ccc3d6bdea2
parent 0 3ce708148e4d
permissions -rw-r--r--
Create CompilerCompatibility branch

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

@echo off
set CENREP_DIR=%CD%
\epoc32\tools\cenrep\cenrep.pl -o "%CENREP_DIR%\output" -l "%CENREP_DIR%\keys_diagbrowserplugin.xls" -p 5.0
copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\RELEASE\winscw\udeb\Z\private\10202be9\
copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\RELEASE\winscw\urel\Z\private\10202be9\
copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\RELEASE\armv5\udeb\Z\private\10202be9\
copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\RELEASE\armv5\urel\Z\private\10202be9\
copy "%CENREP_DIR%\output\inifiles\2000E59A.txt" \epoc32\data\Z\private\10202be9\
echo.