sl@0: @rem sl@0: @rem Copyright (c) 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 the License "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 sl@0: set TARG=\epoc32\release\winscw\udeb\z\private\101f72a6 sl@0: set BACKUP=\epoc32\release\winscw\udeb\z\private\101f72a6.pretcertapp sl@0: del /q %TARG%\* sl@0: move /y %BACKUP%\* %TARG% sl@0: rd %BACKUP% sl@0: sl@0: REM sl@0: REM Restore UREL filecertstore sl@0: REM sl@0: set TARG=\epoc32\release\winscw\urel\z\private\101f72a6 sl@0: set BACKUP=\epoc32\release\winscw\urel\z\private\101f72a6.pretcertapp sl@0: del /q %TARG%\* sl@0: move /y %BACKUP%\* %TARG% sl@0: rd %BACKUP% sl@0: sl@0: REM sl@0: REM Delete system drive filecertstore sl@0: REM sl@0: del /q \epoc32\winscw\c\private\101f72a6\* sl@0: sl@0: sl@0: REM sl@0: REM Restore in swicertstore sl@0: REM sl@0: sl@0: REM UDEB swicertstore sl@0: set TARG=\epoc32\release\winscw\udeb\z\resource sl@0: set BACKUP=\epoc32\release\winscw\udeb\z\resource.pretcertapp sl@0: del /q %TARG%\swicertstore* sl@0: move /y %BACKUP%\swicertstore* %TARG% sl@0: rd %BACKUP% sl@0: sl@0: REM UREL swicertstore sl@0: set TARG=\epoc32\release\winscw\urel\z\resource sl@0: set BACKUP=\epoc32\release\winscw\urel\z\resource.pretcertapp sl@0: del /q %TARG%\swicertstore* sl@0: move /y %BACKUP%\swicertstore* %TARG% sl@0: rd %BACKUP% sl@0: sl@0: REM Restore swicertstore unified certstore plugin sl@0: move \epoc32\release\winscw\udeb\swicertstoreplugin.dll.disabled \epoc32\release\winscw\udeb\swicertstoreplugin.dll sl@0: move \epoc32\release\winscw\urel\swicertstoreplugin.dll.disabled \epoc32\release\winscw\urel\swicertstoreplugin.dll sl@0: