richcallsettingsengine/rcse2/group/make_db_security_policy_file.bat
branchRCL_3
changeset 21 f742655b05bf
parent 20 65a3ef1d5bd0
child 22 d38647835c2e
--- a/richcallsettingsengine/rcse2/group/make_db_security_policy_file.bat	Thu Aug 19 09:45:22 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-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
-rem Description:
-rem
-
-REM Copy the policy file from ..\data -folder to \epoc32\Winscw\c -folder.
-echo off
-xcopy ..\data\voip_profile_db_security_policy.txt \epoc32\winscw\c /Y
-
-echo Running the policy file converter.
-\epoc32\release\winscw\udeb\edbspconv /f=c:\voip_profile_db_security_policy.txt /b=c:\10202869.spd
-
-echo copying the security policy file to s60\rcse\data
-xcopy \epoc32\winscw\c\10202869.spd \s60\rcse\data\ /Y
-
-echo Removing copied files
-del \epoc32\winscw\c\voip_profile_db_security_policy.txt
-del \epoc32\winscw\c\10202869.spd