Add funcs about shared_file 54/206754/41
authormk5004.lee <mk5004.lee@samsung.com>
Tue, 2 Apr 2019 05:10:58 +0000 (14:10 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Tue, 8 Oct 2019 05:58:52 +0000 (14:58 +0900)
commit6ec71766013d46429495b8ab08a18230bdb8cc85
tree272b6e05ad2e3abf6491379e7ab2621776210aa7
parente1425533df3f493a796c2ea8ff41c94239a34d1c
Add funcs about shared_file

Change-Id: If6ddcf8d962d540b35d4ee4fd80bc3380c543b25
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
26 files changed:
notification-ex/CMakeLists.txt
notification-ex/abstract_item.cc
notification-ex/abstract_item.h
notification-ex/chat_message_item.cc
notification-ex/common.h
notification-ex/dbus_event_listener.cc
notification-ex/dbus_sender.cc
notification-ex/event_info.cc
notification-ex/group_item.cc
notification-ex/group_item.h
notification-ex/ievent_info.h
notification-ex/image_item.cc
notification-ex/image_item.h
notification-ex/image_item_implementation.h
notification-ex/manager.cc
notification-ex/reporter.cc
notification-ex/reporter.h
notification-ex/shared_file.cc [new file with mode: 0644]
notification-ex/shared_file.h [new file with mode: 0644]
unittest/CMakeLists.txt
unittest/mock/gio_mock.h [new file with mode: 0644]
unittest/mock/mock.cc
unittest/mock/security_manager_mock.h [new file with mode: 0644]
unittest/mock/smack_mock.h [new file with mode: 0644]
unittest/mock/tzplatform_config_mock.h [new file with mode: 0644]
unittest/src/test_shared_file.cc [new file with mode: 0644]