policymanagement/group/tarm_policy_conf.cmd
changeset 0 b497e44ab2fc
child 5 3f7d9dbe57c8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/policymanagement/group/tarm_policy_conf.cmd	Thu Dec 17 09:07:52 2009 +0200
@@ -0,0 +1,39 @@
+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 Description: Implementation of policymanagement components
+rem
+
+echo *************************
+echo * Policy file configure *
+echo *************************
+
+set policy_dir=policies
+if not "%1"=="" set policy_dir=%1
+
+call md \epoc32\data\Z\private\10207815
+call del /q \epoc32\data\Z\private\10207815\*.* 
+call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\data\Z\private\10207815
+
+call md \epoc32\release\winscw\udeb\Z\private\10207815
+call del /q \epoc32\release\winscw\udeb\Z\private\10207815\*.*
+call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\winscw\udeb\Z\private\10207815
+call md \epoc32\release\winscw\urel\Z\private\10207815
+call del /q \epoc32\release\winscw\urel\Z\private\10207815\*.*
+call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\winscw\urel\Z\private\10207815
+
+call md \epoc32\release\armv5\udeb\Z\private\10207815
+call del /q \epoc32\release\armv5\udeb\Z\private\10207815\*.*
+call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\armv5\udeb\Z\private\10207815
+call md \epoc32\release\armv5\urel\Z\private\10207815
+call del /q \epoc32\release\armv5\urel\Z\private\10207815\*.*
+call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\armv5\urel\Z\private\10207815