Added trigger event facility to adaptor
authorNick Holland <nick.holland@partner.samsung.com>
Mon, 14 Apr 2014 09:01:15 +0000 (10:01 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Wed, 16 Apr 2014 11:09:58 +0000 (12:09 +0100)
commit8f83bc9f79b1ad114eae4b0870576683827f2d35
tree55f72e7b3789905b4b88431f2275a9ee44a1be66
parentc7c8fee632a3133b9599237247a07c8c3391b4c5
Added trigger event facility to adaptor

[Issue] No ability to create trigger events from the adaptor base files

[Problem] No support

[Cause] No code

[Solution] Add support.

Change-Id: I4439fddb5a56c09f1d403e55102bf0a625439e59
adaptors/base/interfaces/trigger-event-factory-interface.h [new file with mode: 0644]
adaptors/base/interfaces/trigger-event-interface.h
adaptors/tizen/internal/common/adaptor-impl.cpp
adaptors/tizen/internal/common/adaptor-impl.h
adaptors/tizen/internal/common/file.list
adaptors/tizen/internal/common/trigger-event-factory.cpp [new file with mode: 0644]
adaptors/tizen/internal/common/trigger-event-factory.h [new file with mode: 0644]
adaptors/tizen/internal/common/trigger-event.cpp
adaptors/tizen/internal/common/trigger-event.h