policymanagement/group/tarm_policy_conf.cmd
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 17 Dec 2009 09:07:52 +0200
changeset 0 b497e44ab2fc
child 5 3f7d9dbe57c8
permissions -rw-r--r--
Revision: 200949 Kit: 200951

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