equal
deleted
inserted
replaced
|
1 @echo off |
|
2 rem Copyright (c) 2007-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 @file |
|
16 rem @test |
|
17 rem @internalComponent - Internal Symbian test code |
|
18 rem Run this batch file if any updates are made to the outlineandshadow.ini. |
|
19 rem Changes to this file will be made from the test code when calculating new hashes |
|
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 |
|
21 rem |
|
22 rem |
|
23 |
|
24 echo Make sure that the generated ini in c:bitgditest is valid. |
|
25 echo If not then do not copy. |
|
26 |
|
27 copy %EMULATOR_C_DIR%\bitgditest\toutlineandshadow_winscw.ini . /-Y |
|
28 copy toutlineandshadow_winscw.ini %EPOCROOT%epoc32\data\z\bitgditest\ /-Y |
|
29 copy toutlineandshadow_winscw.ini %EPOCROOT%epoc32\release\winscw\udeb\z\bitgditest\ /-Y |
|
30 copy toutlineandshadow_winscw.ini %EPOCROOT%epoc32\release\winscw\urel\z\bitgditest\ /-Y |
|
31 |
|
32 @echo on |