Create initial commit 92/118392/13 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170403.190742 accepted/tizen/ivi/20170403.130344 accepted/tizen/mobile/20170403.130241 accepted/tizen/tv/20170403.130316 accepted/tizen/unified/20170403.130359 accepted/tizen/wearable/20170403.130328 submit/tizen/20170403.054337
authorpr.jung <pr.jung@samsung.com>
Fri, 10 Mar 2017 07:25:33 +0000 (16:25 +0900)
committerpr.jung <pr.jung@samsung.com>
Mon, 3 Apr 2017 05:12:21 +0000 (14:12 +0900)
commit01fa4133d8456400cbe651b1ae7854616018ff3a
tree650de5972be9ace4325ad6826be3c77678666ba0
parentc871a25e9efd2744c6a39b494d8979118e0b73e0
Create initial commit

Change-Id: I8a3f42cc179eb266a502dbf1c756a32a64b91f79
Signed-off-by: pr.jung <pr.jung@samsung.com>
Signed-off-by: taeyoung <ty317.kim@samsung.com>
38 files changed:
CMakeLists.txt [new file with mode: 0755]
LICENSE [new file with mode: 0644]
packaging/storaged.manifest [new file with mode: 0644]
packaging/storaged.spec [new file with mode: 0644]
scripts/storaged.conf [new file with mode: 0644]
src/block/CMakeLists.txt [new file with mode: 0644]
src/block/block.c [new file with mode: 0644]
src/block/block.conf [new file with mode: 0644]
src/block/block.h [new file with mode: 0644]
src/block/ext4.c [new file with mode: 0644]
src/block/mmc-smack-label [new file with mode: 0755]
src/block/mmc.c [new file with mode: 0644]
src/block/utils.c [new file with mode: 0644]
src/block/utils.h [new file with mode: 0644]
src/block/vfat.c [new file with mode: 0644]
src/core/dbus_main.c [new file with mode: 0644]
src/core/dbus_main.h [new file with mode: 0644]
src/core/main.c [new file with mode: 0644]
src/core/modules.c [new file with mode: 0644]
src/core/modules.h [new file with mode: 0644]
src/shared/common.c [new file with mode: 0644]
src/shared/common.h [new file with mode: 0644]
src/shared/config-parser.c [new file with mode: 0644]
src/shared/config-parser.h [new file with mode: 0644]
src/shared/dbus.c [new file with mode: 0644]
src/shared/dbus.h [new file with mode: 0644]
src/shared/dbus_macro.h [new file with mode: 0755]
src/shared/fd_handler.c [new file with mode: 0644]
src/shared/fd_handler.h [new file with mode: 0644]
src/shared/list.h [new file with mode: 0644]
src/shared/log.h [new file with mode: 0644]
src/shared/module-intf.h [new file with mode: 0644]
src/shared/udev.c [new file with mode: 0644]
src/shared/udev.h [new file with mode: 0644]
src/storage/CMakeLists.txt [new file with mode: 0644]
src/storage/storage.c [new file with mode: 0755]
src/storage/storage.conf [new file with mode: 0644]
systemd/storaged.service [new file with mode: 0644]