[Common] Small filesystem refactoring
authorLukasz Foniok <l.foniok@samsung.com>
Sun, 13 Dec 2015 17:39:33 +0000 (18:39 +0100)
committerPawel Andruszkiewicz <p.andruszkie@samsung.com>
Mon, 4 Jan 2016 13:52:03 +0000 (14:52 +0100)
commite4155db2165c1f5eb1fff29ce67e98ead4f5c077
treeedbc17f91607e60bf796412237553806fe7d9514
parentbb93fa0c8f748e40b5e1635f872fa9c7862138b1
[Common] Small filesystem refactoring

[Verification]

account 100%
alarm 100%
appcontrol 100%
application 100%
archive 100%
badge 100%
bookmark 100%
calendar 100%
callhistory 100%
contact 100%
content 100%
datacontrol 100%
download 100%
exif 100%
filesystem 100%
humanactivitymonitor 100%
inputdevice 100%
mediacontroller 100%
mediakey 100%
messageport 100%
messaging-sms 100%
messaging-mms 100%
namespace 100%
networkbearerselection 100%
nfc 100%
notification 100%
package 100%
power 100%
privilege 100%
push 100%
secureelement 100%
sensor 100%
sound 100%
systeminfo 100%
systemsetting 100%
tizen 100%
websetting 100%
messaging-email 100%

Change-Id: Ibb36f536270c82f8e98e4ade207aa354ffab2ec5
Signed-off-by: Lukasz Foniok <l.foniok@samsung.com>
23 files changed:
src/archive/archive_instance.cc
src/common/common.gyp
src/common/current_application.cc
src/common/current_application.h
src/common/filesystem/filesystem_provider_storage.cc [new file with mode: 0644]
src/common/filesystem/filesystem_provider_storage.h [new file with mode: 0644]
src/common/filesystem/filesystem_provider_types.h [new file with mode: 0644]
src/common/filesystem/filesystem_storage.cc [new file with mode: 0644]
src/common/filesystem/filesystem_storage.h [new file with mode: 0644]
src/common/virtual_fs.cc [deleted file]
src/common/virtual_fs.h [deleted file]
src/content/content_instance.cc
src/content/content_manager.cc
src/download/download_instance.cc
src/filesystem/filesystem_instance.cc
src/filesystem/filesystem_instance.h
src/filesystem/filesystem_manager.cc
src/filesystem/filesystem_manager.h
src/filesystem/js/common.js
src/messaging/message.cc
src/messaging/message_attachment.cc
src/notification/status_notification.cc
src/systemsetting/systemsetting_instance.cc