Initialize Noti-ex 43/198643/23
authormk5004.lee <mk5004.lee@samsung.com>
Mon, 28 Jan 2019 10:25:41 +0000 (19:25 +0900)
committermk5004.lee <mk5004.lee@samsung.com>
Mon, 11 Feb 2019 04:04:45 +0000 (13:04 +0900)
commit298daf1d13a5b913c25a8d3b3550c7d16f5cbdda
treedda6c36f65d77672ee28249e77c135c2e7c4c135
parent3130e5707c05c97701c8e7cb37a0fd03b62798f6
Initialize Noti-ex

Change-Id: I96813e041aee48027806f97fef8a28bdc5d49c27
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
115 files changed:
11_notification-add.post [deleted file]
CMakeLists.txt
include/notification.h [deleted file]
include/notification_db.h [deleted file]
include/notification_debug.h [deleted file]
include/notification_error.h [deleted file]
include/notification_group.h [deleted file]
include/notification_internal.h [deleted file]
include/notification_ipc.h [deleted file]
include/notification_list.h [deleted file]
include/notification_noti.h [deleted file]
include/notification_ongoing.h [deleted file]
include/notification_ongoing_flag.h [deleted file]
include/notification_private.h [deleted file]
include/notification_setting.h [deleted file]
include/notification_setting_internal.h [deleted file]
include/notification_setting_service.h [deleted file]
include/notification_shared_file.h [deleted file]
include/notification_status.h [deleted file]
include/notification_status_internal.h [deleted file]
include/notification_text_domain.h [deleted file]
include/notification_type.h [deleted file]
include/notification_type_internal.h [deleted file]
include/notification_viewer.h [deleted file]
notification-ex.manifest [new file with mode: 0644]
notification-ex/CMakeLists.txt [new file with mode: 0644]
notification-ex/abstract_action.h [new file with mode: 0644]
notification-ex/abstract_item.h [new file with mode: 0644]
notification-ex/action.cc [new file with mode: 0644]
notification-ex/action.h [new file with mode: 0644]
notification-ex/bundle.cc [new file with mode: 0644]
notification-ex/bundle.h [new file with mode: 0644]
notification-ex/common.h [new file with mode: 0644]
notification-ex/dbus_listener.h [new file with mode: 0644]
notification-ex/dbus_manager.h [new file with mode: 0644]
notification-ex/dbus_sender.h [new file with mode: 0644]
notification-ex/event_info.h [new file with mode: 0644]
notification-ex/event_listener_interface.h [new file with mode: 0644]
notification-ex/event_sender_interface.h [new file with mode: 0644]
notification-ex/exception.h [new file with mode: 0644]
notification-ex/item.cc [new file with mode: 0644]
notification-ex/item.h [new file with mode: 0644]
notification-ex/manager.h [new file with mode: 0644]
notification-ex/mock_listener.h [new file with mode: 0644]
notification-ex/mock_sender.h [new file with mode: 0644]
notification-ex/notification-ex.pc.in [new file with mode: 0644]
notification-ex/observer_interface.h [new file with mode: 0644]
notification-ex/repoter.h [new file with mode: 0644]
notification.pc.in [deleted file]
notification/11_notification-add.post [new file with mode: 0644]
notification/CMakeLists.txt [new file with mode: 0644]
notification/include/notification.h [new file with mode: 0644]
notification/include/notification_db.h [new file with mode: 0644]
notification/include/notification_debug.h [new file with mode: 0644]
notification/include/notification_error.h [new file with mode: 0644]
notification/include/notification_group.h [new file with mode: 0644]
notification/include/notification_internal.h [new file with mode: 0644]
notification/include/notification_ipc.h [new file with mode: 0644]
notification/include/notification_list.h [new file with mode: 0644]
notification/include/notification_noti.h [new file with mode: 0644]
notification/include/notification_ongoing.h [new file with mode: 0644]
notification/include/notification_ongoing_flag.h [new file with mode: 0644]
notification/include/notification_private.h [new file with mode: 0644]
notification/include/notification_setting.h [new file with mode: 0644]
notification/include/notification_setting_internal.h [new file with mode: 0644]
notification/include/notification_setting_service.h [new file with mode: 0644]
notification/include/notification_shared_file.h [new file with mode: 0644]
notification/include/notification_status.h [new file with mode: 0644]
notification/include/notification_status_internal.h [new file with mode: 0644]
notification/include/notification_text_domain.h [new file with mode: 0644]
notification/include/notification_type.h [new file with mode: 0644]
notification/include/notification_type_internal.h [new file with mode: 0644]
notification/include/notification_viewer.h [new file with mode: 0644]
notification/notification.pc.in [new file with mode: 0644]
notification/src/notification.c [new file with mode: 0644]
notification/src/notification_db.c [new file with mode: 0644]
notification/src/notification_db_query.h [new file with mode: 0644]
notification/src/notification_error.c [new file with mode: 0644]
notification/src/notification_group.c [new file with mode: 0644]
notification/src/notification_init.c [new file with mode: 0644]
notification/src/notification_internal.c [new file with mode: 0644]
notification/src/notification_ipc.c [new file with mode: 0644]
notification/src/notification_ipc_socket.c [new file with mode: 0644]
notification/src/notification_list.c [new file with mode: 0644]
notification/src/notification_noti.c [new file with mode: 0644]
notification/src/notification_ongoing.c [new file with mode: 0644]
notification/src/notification_setting.c [new file with mode: 0644]
notification/src/notification_setting_service.c [new file with mode: 0644]
notification/src/notification_shared_file.c [new file with mode: 0644]
notification/src/notification_status.c [new file with mode: 0644]
notification/src/notification_viewer.c [new file with mode: 0644]
notification/test-app/CMakeLists.txt [new file with mode: 0644]
notification/test-app/main.c [new file with mode: 0644]
packaging/notification.spec
src/notification.c [deleted file]
src/notification_db.c [deleted file]
src/notification_db_query.h [deleted file]
src/notification_error.c [deleted file]
src/notification_group.c [deleted file]
src/notification_init.c [deleted file]
src/notification_internal.c [deleted file]
src/notification_ipc.c [deleted file]
src/notification_ipc_socket.c [deleted file]
src/notification_list.c [deleted file]
src/notification_noti.c [deleted file]
src/notification_ongoing.c [deleted file]
src/notification_setting.c [deleted file]
src/notification_setting_service.c [deleted file]
src/notification_shared_file.c [deleted file]
src/notification_status.c [deleted file]
src/notification_viewer.c [deleted file]
test-app/CMakeLists.txt [deleted file]
test-app/main.c [deleted file]
unittest/CMakeLists.txt [new file with mode: 0644]
unittest/src/test_main.cc [new file with mode: 0644]