Handling external appdata directories 05/74805/4
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 13 Jun 2016 15:17:49 +0000 (17:17 +0200)
committerjongmyeong ko <jongmyeong.ko@samsung.com>
Thu, 16 Jun 2016 23:35:01 +0000 (16:35 -0700)
commit26b935e181e5a529c66d4d92e3649186e325826c
treee46f67bf11619b5828e4ad7711365a59ad7a5b96
parent48ffe391376863d4e9704b64ded309bb294d4aa9
Handling external appdata directories

 - fixes scenarios of adding and removing external appdata
   directories
 - reworks parameter author_id in shared_dirs to trusted
   (trusted should be removed probably),
 - separate API from shared_dirs resposible for requests (IPC)
   into separate file different functionalities are defined
   in different headers.

Submit together:
 - https://review.tizen.org/gerrit/74805
 - https://review.tizen.org/gerrit/74806

Change-Id: If9a9d664fe8188727f5a92a9a2bf274553bcf810
src/common/CMakeLists.txt
src/common/pkgdir_tool_request.cc [new file with mode: 0644]
src/common/pkgdir_tool_request.h [new file with mode: 0644]
src/common/pkgmgr_registration.cc
src/common/pkgmgr_registration.h
src/common/shared_dirs.cc
src/common/shared_dirs.h
src/common/step/filesystem/step_create_per_user_storage_directories.cc
src/common/step/filesystem/step_create_per_user_storage_directories.h
src/common/step/filesystem/step_remove_per_user_storage_directories.cc
src/pkgdir_tool/pkgdir_tool.cc