/** @page appendix_configuration Framework configuration XML @section Overview Here explains about XML file which Sync-agent Framework uses for agent property configuration.
Framework reads the XML file on init request, and configures Framework modules and Plugins as described in the XML file.
Through this guide, you can acknowledge what to descirbe how in the XML file to initiate Framework.
@section Examples Following examples of the Framework configuration XML with full set of Framework modules, Plugin Domains.
Basically need to prepare 2 XMLs, one for client and the other for client UI.
Refer to annotations attached to each element.
- Client UI XML
@verbinclude sample_client_ui.xml - Client XML
@verbinclude sample_client.xml */