libstorage: Add initial libstorage code accepted/tizen/common/20150209.121040 accepted/tizen/mobile/20150210.015306 accepted/tizen/tv/20150210.013020 accepted/tizen/wearable/20150210.014905 submit/tizen/20150206.062707
authorJiyoung Yun <jy910.yun@samsung.com>
Fri, 6 Feb 2015 06:16:10 +0000 (15:16 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Fri, 6 Feb 2015 06:16:10 +0000 (15:16 +0900)
commit3eca21c26b613b9f8330aed48edefe2133a9ffc5
tree9073b06f187554a3e42a93576cb9de380959f974
parent6602763484e38bd3c38120dc210dbe1a31e20450
libstorage: Add initial libstorage code

This library provides functions to get storage information.

The type of stroage information includes:
    * root directory
    * storage type(internal or external)
    * storage status
    * total and available space size
      (without minimum memory to launch application)

The type of directory information includes:
    * Images
    * Sounds
    * Videos
    * Camera
    * Downloads
    * Music
    * Documents
    * Others
    * System ringtones

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
16 files changed:
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
doc/storage_doc.h [new file with mode: 0755]
include/common.h [new file with mode: 0644]
include/list.h [new file with mode: 0644]
include/log.h [new file with mode: 0644]
include/storage-expand.h [new file with mode: 0644]
include/storage.h [new file with mode: 0644]
packaging/libstorage.manifest [new file with mode: 0644]
packaging/libstorage.spec [new file with mode: 0644]
src/libstorage.conf [new file with mode: 0644]
src/statvfs.c [new file with mode: 0644]
src/storage-internal.c [new file with mode: 0755]
src/storage-sdcard.c [new file with mode: 0755]
src/storage.c [new file with mode: 0644]
storage.pc.in [new file with mode: 0644]