pass: Remove block module and related features
authorWook Song <wook16.song@samsung.com>
Fri, 18 Nov 2016 07:35:51 +0000 (16:35 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 16 Jan 2017 11:35:36 +0000 (20:35 +0900)
commit8e599e35e36966afe1b0abf761db00ce07eb34bf
treede4908624dae3f80e1fb94d6151336d97b9985b0
parentcf22240bb4937954b5d32ef7b3b85fbf1675a7aa
pass: Remove block module and related features

This patch removes the block module, which is not required for pass.
Several features related to the block module including
TIZEN_FEATURE_BLOCK_SET_PERMISION and block_tmpfs are also eliminated as
well.

Signed-off-by: Wook Song <wook16.song@samsung.com>
CMakeLists.txt
packaging/pass.spec
scripts/mmc-smack-label [deleted file]
src/block/block.c [deleted file]
src/block/block.conf [deleted file]
src/block/block.h [deleted file]
src/block/ext4.c [deleted file]
src/block/mmc.c [deleted file]
src/block/storage.c [deleted file]
src/block/storage.conf [deleted file]
src/block/vfat.c [deleted file]