bluetoothmgmt/btmgr/BTManServer/backup_registration.xml
branchRCL_3
changeset 11 20fda83a6398
equal deleted inserted replaced
10:8a27654f7b62 11:20fda83a6398
       
     1 <?xml version="1.0" standalone="yes" ?>
       
     2 <!--
       
     3  Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     4  All rights reserved.
       
     5  This component and the accompanying materials are made available
       
     6  under the terms of "Eclipse Public License v1.0"
       
     7  which accompanies this distribution, and is available
       
     8  at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9 
       
    10  Initial Contributors:
       
    11  Nokia Corporation - initial contribution.
       
    12 
       
    13  Contributors:
       
    14 
       
    15  Description:
       
    16  Registers the Bluetooth Manager server for hybrid (active and passive) 
       
    17  backup and restore.
       
    18 
       
    19 -->
       
    20 
       
    21 <backup_registration>
       
    22 	<active_backup process_name="btmanserver.exe" />
       
    23 	<passive_backup>
       
    24 		<include_file name = "btregistrydb.bak" />
       
    25 	</passive_backup>
       
    26 
       
    27 	<restore requires_reboot = "yes" />
       
    28 </backup_registration>