Add implementation of some classes 07/200107/3
authorhyunho <hhstark.kang@samsung.com>
Tue, 19 Feb 2019 07:19:45 +0000 (16:19 +0900)
committerhyunho <hhstark.kang@samsung.com>
Wed, 20 Feb 2019 10:27:04 +0000 (19:27 +0900)
commit1ec2c765ad03e04f7dca3e35814f21b026162e1a
tree76a5541f8c45feab42b75b022bfa2473954cebbb
parent6610ff30b0746e62cb60acd9469df8f0a93aa2ea
Add implementation of some classes

- ItemFactory
- ItemInflator
- AbstractItem
- GroupItem
- ButtonItem

Change-Id: I3e27193e8d9dd2e280fc1f894a1a4f12be03f3d3
Signed-off-by: hyunho <hhstark.kang@samsung.com>
27 files changed:
CMakeLists.txt
notification-ex/CMakeLists.txt
notification-ex/abstract_action.h
notification-ex/abstract_item.cc [new file with mode: 0644]
notification-ex/abstract_item.h
notification-ex/abstract_item_implementation.h [new file with mode: 0644]
notification-ex/action.h
notification-ex/bundle.cc [deleted file]
notification-ex/button_item.cc [new file with mode: 0644]
notification-ex/button_item.h [new file with mode: 0644]
notification-ex/ex_bundle.h
notification-ex/group_item.cc [new file with mode: 0644]
notification-ex/group_item.h [new file with mode: 0644]
notification-ex/group_item_implementation.h [new file with mode: 0644]
notification-ex/item.h
notification-ex/item_factory.cc [new file with mode: 0644]
notification-ex/item_factory.h [new file with mode: 0644]
notification-ex/item_inflator.cc [new file with mode: 0644]
notification-ex/item_inflator.h [new file with mode: 0644]
packaging/notification.spec
unittest/CMakeLists.txt
unittest/mock/app_common.h [new file with mode: 0644]
unittest/mock/fff.h [new file with mode: 0644]
unittest/mock/mock.cc [new file with mode: 0644]
unittest/mock/mock.h [new file with mode: 0644]
unittest/src/test_button_item.cc [new file with mode: 0644]
unittest/src/test_group_item.cc [new file with mode: 0644]