tzservices/tzserver/group/backup_registration.xml
changeset 0 2e3d3ce01487
child 1 0fdb7f6b0309
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 <?xml version="1.0" standalone="yes"?>
       
     2 
       
     3 <!--
       
     4  Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     5  All rights reserved.
       
     6  This component and the accompanying materials are made available
       
     7  under the terms of the License "Eclipse Public License v1.0"
       
     8  which accompanies this distribution, and is available
       
     9  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
    10 
       
    11  Initial Contributors:
       
    12  Nokia Corporation - initial contribution.
       
    13 
       
    14  Contributors:
       
    15 
       
    16  Description:
       
    17  Registers the TimeZone Database for passive backup
       
    18 
       
    19 -->
       
    20 
       
    21 
       
    22 
       
    23 <backup_registration>
       
    24    <passive_backup base_backup_only="yes">
       
    25       <include_file name = "tzdb.dbz"/>
       
    26       <include_file name = "SQLite__tzuserdata.db"/>
       
    27     </passive_backup>
       
    28     <public_backup>
       
    29       <include_directory name = "c:\resource\timezonelocalization\"/>
       
    30     </public_backup>
       
    31    
       
    32 
       
    33    <!--Backup the TZ server's central repository config file. --> 
       
    34    <proxy_data_manager sid= "0x10202BE9" />
       
    35 </backup_registration>