installationservices/swi/test/tuiscriptadaptors/scripts/batchfiles/cleanswicertstore.bat
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 11 May 2010 16:20:28 +0300
branchRCL_3
changeset 17 741e5bba2bd1
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 201016 Kit: 201019

@rem
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
@rem All rights reserved.
@rem This component and the accompanying materials are made available
@rem under the terms of the License "Eclipse Public License v1.0"
@rem which accompanies this distribution, and is available
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
@rem
@rem Initial Contributors:
@rem Nokia Corporation - initial contribution.
@rem
@rem Contributors:
@rem
@rem Description:
@rem
REM Ensure that the writable swi certstore is cleaned
REM This cleanup should be performed by the tests and
REM this is just a precautionary measure

del /S /F /Q \epoc32\winscw\c\Resource\SwiCertstore\*
copy \epoc32\release\winscw\udeb\z\resource\swicertstore_org.dat \epoc32\release\winscw\udeb\z\resource\swicertstore.dat
copy \epoc32\release\winscw\urel\z\resource\swicertstore_org.dat \epoc32\release\winscw\urel\z\resource\swicertstore.dat
del \epoc32\release\winscw\udeb\z\resource\swicertstore_org.dat
del \epoc32\release\winscw\urel\z\resource\swicertstore_org.dat