policymanagement/group/tarm_policy_conf.cmd
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:44:00 +0200
changeset 5 3f7d9dbe57c8
parent 0 b497e44ab2fc
permissions -rw-r--r--
Revision: 201003 Kit: 201005

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

if not exist \epoc32\data\Z\private\10207815\thirdpartypolicy.txt (


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

)