richcallsettingsengine/rcse2/group/make_db_security_policy_file.bat
branchRCL_3
changeset 22 d38647835c2e
parent 0 a4daefaec16c
equal deleted inserted replaced
21:f742655b05bf 22:d38647835c2e
       
     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
       
    14 rem Description:
       
    15 rem
       
    16 
       
    17 REM Copy the policy file from ..\data -folder to \epoc32\Winscw\c -folder.
       
    18 echo off
       
    19 xcopy ..\data\voip_profile_db_security_policy.txt \epoc32\winscw\c /Y
       
    20 
       
    21 echo Running the policy file converter.
       
    22 \epoc32\release\winscw\udeb\edbspconv /f=c:\voip_profile_db_security_policy.txt /b=c:\10202869.spd
       
    23 
       
    24 echo copying the security policy file to s60\rcse\data
       
    25 xcopy \epoc32\winscw\c\10202869.spd \s60\rcse\data\ /Y
       
    26 
       
    27 echo Removing copied files
       
    28 del \epoc32\winscw\c\voip_profile_db_security_policy.txt
       
    29 del \epoc32\winscw\c\10202869.spd