tzip: add tzip module 30/51530/2
authortaeyoung <ty317.kim@samsung.com>
Tue, 10 Nov 2015 09:44:55 +0000 (18:44 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Tue, 10 Nov 2015 10:03:36 +0000 (02:03 -0800)
commit9881007620360377f644045ab670bf56ac38a3aa
tree3dc677de731c9877bd3961e907b2264d868b98e8
parentcec4d9190bd1b36f0d4b8ce7b6e18ec9aef5a6b6
tzip: add tzip module

- tzip is used to improve performance of big size package installation.
- tzip mounts zip file as a file system not to unzip which requires more time.

Change-Id: I9088aec672bad89b5e9b76cd5e01591e3943fe84
Signed-off-by: taeyoung <ty317.kim@samsung.com>
CMakeLists.txt
packaging/deviced.spec
src/shared/dbus.h
src/tzip/tzip-utility.c [new file with mode: 0644]
src/tzip/tzip-utility.h [new file with mode: 0644]
src/tzip/tzip.c [new file with mode: 0644]
src/tzip/tzip.h [new file with mode: 0644]