policymanagement/group/tarm_policy_conf.cmd
branchCompilerCompatibility
changeset 12 1b024573da70
parent 10 3d85de3d90be
parent 9 57a65a3a658c
child 15 50c802143a43
child 17 b02a5d2af40b
equal deleted inserted replaced
10:3d85de3d90be 12:1b024573da70
     1 rem
       
     2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 rem All rights reserved.
       
     4 rem This component and the accompanying materials are made available
       
     5 rem under the terms of "Eclipse Public License v1.0"
       
     6 rem which accompanies this distribution, and is available
       
     7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 rem
       
     9 rem Initial Contributors:
       
    10 rem Nokia Corporation - initial contribution.
       
    11 rem
       
    12 rem Contributors:
       
    13 rem Description: Implementation of policymanagement components
       
    14 rem
       
    15 
       
    16 echo *************************
       
    17 echo * Policy file configure *
       
    18 echo *************************
       
    19 
       
    20 
       
    21 
       
    22 set policy_dir=policies
       
    23 if not "%1"=="" set policy_dir=%1
       
    24 
       
    25 if not exist \epoc32\data\Z\private\10207815\thirdpartypolicy.txt (
       
    26 
       
    27 
       
    28 call md \epoc32\data\Z\private\10207815
       
    29 call del /q \epoc32\data\Z\private\10207815\*.* 
       
    30 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\data\Z\private\10207815
       
    31 
       
    32 call md \epoc32\release\winscw\udeb\Z\private\10207815
       
    33 call del /q \epoc32\release\winscw\udeb\Z\private\10207815\*.*
       
    34 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\winscw\udeb\Z\private\10207815
       
    35 
       
    36 call md \epoc32\release\winscw\urel\Z\private\10207815
       
    37 call del /q \epoc32\release\winscw\urel\Z\private\10207815\*.*
       
    38 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\winscw\urel\Z\private\10207815
       
    39 
       
    40 call md \epoc32\release\armv5\udeb\Z\private\10207815
       
    41 call del /q \epoc32\release\armv5\udeb\Z\private\10207815\*.*
       
    42 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\armv5\udeb\Z\private\10207815
       
    43 
       
    44 call md \epoc32\release\armv5\urel\Z\private\10207815
       
    45 call del /q \epoc32\release\armv5\urel\Z\private\10207815\*.*
       
    46 call copy ..\policyengine\data\%policy_dir%\*.txt \epoc32\release\armv5\urel\Z\private\10207815
       
    47 
       
    48 )