cryptoservices/filebasedcertificateandkeystores/test/tkeystore/scripts/batchfiles/replace_epoc_ini.bat
branchRCL_3
changeset 53 030c4fbc13d7
parent 50 d07aa956024a
child 57 e0a1505373c1
child 58 b54b58ee9d58
equal deleted inserted replaced
50:d07aa956024a 53:030c4fbc13d7
     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 the License "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 copy /Y \epoc32\data\epoc.ini \epoc32\data\backup_epoc.ini
       
    18 del /f /q \epoc32\data\epoc.ini
       
    19 copy /Y \epoc32\winscw\c\tkeystore\scripts\batchfiles\epoc_keystoreusesauthserver.ini \epoc32\data\epoc.ini
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26