equal
deleted
inserted
replaced
|
1 @echo off |
|
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: ?Description |
|
15 REM |
|
16 REM |
|
17 @echo on |
|
18 |
|
19 |
|
20 @echo Start copying testframework.ini... |
|
21 copy TestFramework.ini \epoc32\data\Z\system\data |
|
22 @echo testframework.ini done |
|
23 |
|
24 @echo Start copying testframework.ini... |
|
25 copy CommonDSY.ini \epoc32\release\armv5\urel\z\private\101f6efa\CommonDSY.ini |
|
26 copy CommonDSY.ini \epoc32\release\armv5\udeb\z\private\101f6efa\CommonDSY.ini |
|
27 @echo testframework.ini done |