Fix hardcoded lib path and use %cmake macros
[platform/core/system/sync-agent.git] / doc / groups_file_system.dox
1 /**\r
2  @page file_system File System module\r
3 \r
4  @section Overview\r
5 File System module provides encapsulated file system APIs such as read, write, create, delete, move, list and etc.<br>\r
6 \r
7  @image html overview_file_system.png "Software architecture of File System module"\r
8 \r
9 File System module has following sub implementations with each corresponding roles.<br>\r
10         - <b>File Operator</b><br>\r
11         Provides APIs to manipulate file related operations.<br>\r
12 \r
13         - <b>Directory Operator</b><br>\r
14         Provides APIs to manipulate directory related operations.<br>\r
15 */\r