sl@0: @echo off sl@0: rem Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: rem All rights reserved. sl@0: rem This component and the accompanying materials are made available sl@0: rem under the terms of "Eclipse Public License v1.0" sl@0: rem which accompanies this distribution, and is available sl@0: rem at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: rem sl@0: rem Initial Contributors: sl@0: rem Nokia Corporation - initial contribution. sl@0: rem sl@0: rem Contributors: sl@0: rem sl@0: rem Description: sl@0: rem @file sl@0: rem @test sl@0: rem @internalComponent - Internal Symbian test code sl@0: rem Run this batch file if any updates are made to the outlineandshadow.ini. sl@0: rem Changes to this file will be made from the test code when calculating new hashes sl@0: 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: rem sl@0: rem sl@0: sl@0: echo Make sure that the generated ini in c:bitgditest is valid. sl@0: echo If not then do not copy. sl@0: sl@0: copy %EMULATOR_C_DIR%\bitgditest\toutlineandshadow_winscw.ini . /-Y sl@0: copy toutlineandshadow_winscw.ini %EPOCROOT%epoc32\data\z\bitgditest\ /-Y sl@0: copy toutlineandshadow_winscw.ini %EPOCROOT%epoc32\release\winscw\udeb\z\bitgditest\ /-Y sl@0: copy toutlineandshadow_winscw.ini %EPOCROOT%epoc32\release\winscw\urel\z\bitgditest\ /-Y sl@0: sl@0: @echo on