Fix hardcoded lib path and use %cmake macros
[platform/core/system/sync-agent.git] / doc / appendix_configuration.dox
1 /**\r
2  @page appendix_configuration Framework configuration XML\r
3 \r
4  @section Overview\r
5 Here explains about XML file which Sync-agent Framework uses for agent property configuration.<br>\r
6 Framework reads the XML file on init request, and configures Framework modules and Plugins as described in the XML file.<br>\r
7 Through this guide, you can acknowledge what to descirbe how in the XML file to initiate Framework.<br>\r
8 \r
9  @section Examples\r
10 Following examples of the Framework configuration XML with full set of Framework modules, Plugin Domains.<br>\r
11 Basically need to prepare 2 XMLs, one for client and the other for client UI.<br>\r
12 Refer to annotations attached to each element.<br>\r
13 \r
14         - <b>Client UI XML</b><br>\r
15         @verbinclude sample_client_ui.xml\r
16 \r
17         - <b>Client XML</b><br>\r
18         @verbinclude sample_client.xml\r
19 \r
20 */\r