[SR:sync-agent_0.1.82] SR Release
[platform/core/system/sync-agent.git] / doc / groups_initialization.dox
1 /**\r
2  @page initialization Initialization module\r
3 \r
4  @section Overview\r
5 Initialization module provides customized environment initialization.<br>\r
6 It parses given XML file - called Framework configuration XML,<br>\r
7 and loads Plugins and configures Framework environment as written in the XML file<br>\r
8 \r
9  @image html overview_initialization.png "Software architecture of Initialization module"\r
10 \r
11 Initialization module has following sub implementations with each corresponding roles.<br>\r
12         - <b>Initializer</b><br>\r
13         Loads Plugins and configures Framework environment through Config Parser,<br>\r
14         and performs additional setting using loaded Plugins.<br>\r
15 \r
16         - <b>Config Parser</b><br>\r
17         Parses Framework configuration XML which agent specified,<br>\r
18         loads requested Plugins and configures each Framework modules which agent says it uses.<br>\r
19 */\r