servicewidget/themes/install-themes/doreset.cmd
branchRCL_3
changeset 22 3104fc151679
parent 21 2b7283837edb
child 23 9a48e301e94b
--- a/servicewidget/themes/install-themes/doreset.cmd	Thu Aug 19 09:41:53 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-@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 "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
-@echo off
-rem ** 
-rem ** Execute this batch file when you want to reuse same configuration UIDs in other test configurations
-rem **
-
-SETLOCAL
-
-set tmp_path="\epoc32\winscw\c\private\200159C0"
-echo Processing %tmp_path%...
-if exist %tmp_path% rmdir %tmp_path% /s /q
-
-set tmp_path="\epoc32\release\winscw\udeb\z\private\200159C0"
-echo Processing %tmp_path%...
-if exist %tmp_path% rmdir %tmp_path% /s /q
-
-set tmp_path="\epoc32\release\armv5\urel\z\private\200159C0"
-echo Processing %tmp_path%...
-if exist %tmp_path% rmdir %tmp_path% /s /q
-
-set tmp_path="\epoc32\data\c\private\200159C0"
-echo Processing %tmp_path%...
-if exist %tmp_path% rmdir %tmp_path% /s /q
-
-set tmp_path="\epoc32\data\Z\private\200159C0"
-echo Processing %tmp_path%...
-if exist %tmp_path% rmdir %tmp_path% /s /q
-
-set tmp_path="\epoc32\data\Z\resource\homescreen"
-echo Processing %tmp_path%...
-if exist %tmp_path% rmdir %tmp_path% /s /q
-
-del \epoc32\winscw\c\private\10202be9\persists\200159c9.cre
-del \epoc32\winscw\c\private\10202be9\persists\10275104.cre
-
-echo Done
-
-ENDLOCAL
\ No newline at end of file