Tizen 2.1 base
[platform/core/system/sync-agent.git] / doc / sample_client_ui.xml
1 <?xml  version="1.0" encoding="UTF-8" ?>
2 <INIT>
3         <Agent-Key>user_client_ui</Agent-Key>   <!-- User defined agent key string used for identifier -->
4         <Event> <!-- Describes Event detail -->
5         <!-- Following Event-Key and Event-Config should be same with client setting  -->
6                 <Event-Key>user_client_event</Event-Key>        <!-- User defined Event key string used for Event channel identifier -->
7                 <Event-Config>/usr/share/user-cfg/eventconfig_user_client</Event-Config>        <!-- Path of Event spec file -->
8                 <RunEventHandler>0</RunEventHandler>    <!-- Set 1 if need Framework Event handler on this agent -->
9         </Event>
10         <Noti>  <!-- Describe Noti detail -->
11         <!-- Following Noti-Key and Noti-Config should be same with client setting  -->
12                 <Noti-Key>user_client_noti</Noti-Key>   <!-- User defined Noti key string used for Noti channel identifier -->
13                 <Noti-Config>/usr/share/user-cfg/noticonfig_user_client</Noti-Config>   <!-- Path of Noti spec file -->
14         </Noti>
15 </INIT>