sl@0
|
1 |
@echo off
|
sl@0
|
2 |
rem Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
rem All rights reserved.
|
sl@0
|
4 |
rem This component and the accompanying materials are made available
|
sl@0
|
5 |
rem under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
rem which accompanies this distribution, and is available
|
sl@0
|
7 |
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
rem
|
sl@0
|
9 |
rem Initial Contributors:
|
sl@0
|
10 |
rem Nokia Corporation - initial contribution.
|
sl@0
|
11 |
rem
|
sl@0
|
12 |
rem Contributors:
|
sl@0
|
13 |
rem
|
sl@0
|
14 |
rem Description:
|
sl@0
|
15 |
rem @file
|
sl@0
|
16 |
rem @test
|
sl@0
|
17 |
rem @internalComponent - Internal Symbian test code
|
sl@0
|
18 |
rem Run this batch file if any updates are made to the outlineandshadow.ini.
|
sl@0
|
19 |
rem Changes to this file will be made from the test code when calculating new hashes
|
sl@0
|
20 |
rem Preconditions: This file should be executed from the bitgdi\tbit\script folder (where) this file exists and will be effective only for outline and shadow tests
|
sl@0
|
21 |
rem
|
sl@0
|
22 |
rem
|
sl@0
|
23 |
|
sl@0
|
24 |
echo Make sure that the generated ini in c:bitgditest is valid.
|
sl@0
|
25 |
echo If not then do not copy.
|
sl@0
|
26 |
|
sl@0
|
27 |
copy %EMULATOR_C_DIR%\bitgditest\toutlineandshadow_winscw.ini . /-Y
|
sl@0
|
28 |
copy toutlineandshadow_winscw.ini %EPOCROOT%epoc32\data\z\bitgditest\ /-Y
|
sl@0
|
29 |
copy toutlineandshadow_winscw.ini %EPOCROOT%epoc32\release\winscw\udeb\z\bitgditest\ /-Y
|
sl@0
|
30 |
copy toutlineandshadow_winscw.ini %EPOCROOT%epoc32\release\winscw\urel\z\bitgditest\ /-Y
|
sl@0
|
31 |
|
sl@0
|
32 |
@echo on
|