external: support foreach function for external storages 11/67711/5
authorTaeyoung Kim <ty317.kim@samsung.com>
Thu, 28 Apr 2016 06:25:59 +0000 (15:25 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Fri, 29 Apr 2016 01:21:26 +0000 (10:21 +0900)
commit9f1b2e6440f504363b46b80116e6ae55e7544e99
treed1b9800da9794f6ad742716e64af944a5f2e4072
parenta9890064eb43db2f37d8f7c7137c418e8db85f7a
external: support foreach function for external storages

- External storage information can be get from deviced.
  Thus the dbus method call from deviced is used to
  get the information.

Change-Id: Iac56c26ed766b8a72a78ba970152c7105b0672a1
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
CMakeLists.txt
packaging/libstorage.spec
src/storage-external-dbus.c [new file with mode: 0755]
src/storage-external-dbus.h [new file with mode: 0644]
src/storage-external.c [new file with mode: 0755]
src/storage-external.h [new file with mode: 0755]
src/storage-sdcard.c [deleted file]
src/storage.c