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>
72 files changed:
CMakeLists.txt
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/11_notification-add.post [moved from 11_notification-add.post with 100% similarity]
notification/CMakeLists.txt [new file with mode: 0644]
notification/include/notification.h [moved from include/notification.h with 100% similarity]
notification/include/notification_db.h [moved from include/notification_db.h with 100% similarity]
notification/include/notification_debug.h [moved from include/notification_debug.h with 100% similarity]
notification/include/notification_error.h [moved from include/notification_error.h with 100% similarity]
notification/include/notification_group.h [moved from include/notification_group.h with 100% similarity]
notification/include/notification_internal.h [moved from include/notification_internal.h with 100% similarity]
notification/include/notification_ipc.h [moved from include/notification_ipc.h with 100% similarity]
notification/include/notification_list.h [moved from include/notification_list.h with 100% similarity]
notification/include/notification_noti.h [moved from include/notification_noti.h with 100% similarity]
notification/include/notification_ongoing.h [moved from include/notification_ongoing.h with 100% similarity]
notification/include/notification_ongoing_flag.h [moved from include/notification_ongoing_flag.h with 100% similarity]
notification/include/notification_private.h [moved from include/notification_private.h with 100% similarity]
notification/include/notification_setting.h [moved from include/notification_setting.h with 100% similarity]
notification/include/notification_setting_internal.h [moved from include/notification_setting_internal.h with 100% similarity]
notification/include/notification_setting_service.h [moved from include/notification_setting_service.h with 100% similarity]
notification/include/notification_shared_file.h [moved from include/notification_shared_file.h with 100% similarity]
notification/include/notification_status.h [moved from include/notification_status.h with 100% similarity]
notification/include/notification_status_internal.h [moved from include/notification_status_internal.h with 100% similarity]
notification/include/notification_text_domain.h [moved from include/notification_text_domain.h with 100% similarity]
notification/include/notification_type.h [moved from include/notification_type.h with 100% similarity]
notification/include/notification_type_internal.h [moved from include/notification_type_internal.h with 100% similarity]
notification/include/notification_viewer.h [moved from include/notification_viewer.h with 100% similarity]
notification/notification.pc.in [moved from notification.pc.in with 100% similarity]
notification/src/notification.c [moved from src/notification.c with 100% similarity]
notification/src/notification_db.c [moved from src/notification_db.c with 100% similarity]
notification/src/notification_db_query.h [moved from src/notification_db_query.h with 100% similarity]
notification/src/notification_error.c [moved from src/notification_error.c with 100% similarity]
notification/src/notification_group.c [moved from src/notification_group.c with 100% similarity]
notification/src/notification_init.c [moved from src/notification_init.c with 100% similarity]
notification/src/notification_internal.c [moved from src/notification_internal.c with 100% similarity]
notification/src/notification_ipc.c [moved from src/notification_ipc.c with 100% similarity]
notification/src/notification_ipc_socket.c [moved from src/notification_ipc_socket.c with 100% similarity]
notification/src/notification_list.c [moved from src/notification_list.c with 100% similarity]
notification/src/notification_noti.c [moved from src/notification_noti.c with 100% similarity]
notification/src/notification_ongoing.c [moved from src/notification_ongoing.c with 100% similarity]
notification/src/notification_setting.c [moved from src/notification_setting.c with 100% similarity]
notification/src/notification_setting_service.c [moved from src/notification_setting_service.c with 100% similarity]
notification/src/notification_shared_file.c [moved from src/notification_shared_file.c with 100% similarity]
notification/src/notification_status.c [moved from src/notification_status.c with 100% similarity]
notification/src/notification_viewer.c [moved from src/notification_viewer.c with 100% similarity]
notification/test-app/CMakeLists.txt [moved from test-app/CMakeLists.txt with 100% similarity]
notification/test-app/main.c [moved from test-app/main.c with 99% similarity]
packaging/notification.spec
unittest/CMakeLists.txt [new file with mode: 0644]
unittest/src/test_main.cc [new file with mode: 0644]