Add dependency module for tv
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 9 Aug 2019 08:56:37 +0000 (17:56 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 13 Aug 2019 01:34:43 +0000 (10:34 +0900)
commita35a0216e8a2b660c858433cc7813f88d9580aed
tree898c49fc5c8efb815682df776349385eeae3a734
parent2ad951b4b64cee0d94971a6feb8455e426f2edd3
Add dependency module for tv

Change-Id: Id6f629870bfc08015cbf63faa7a37bf794942531
packaging/org.tizen.multi-assistant-service.spec
plugins/wakeup-manager/CMakeLists.txt
plugins/wakeup-manager/dependency-tv/CMakeLists.txt [new file with mode: 0644]
plugins/wakeup-manager/dependency-tv/inc/dependency_tv.h [new file with mode: 0644]
plugins/wakeup-manager/dependency-tv/inc/dependency_tv_audio.h [new file with mode: 0644]
plugins/wakeup-manager/dependency-tv/inc/dependency_tv_button.h [new file with mode: 0644]
plugins/wakeup-manager/dependency-tv/src/dependency_tv.cpp [new file with mode: 0644]
plugins/wakeup-manager/dependency-tv/src/dependency_tv_audio.cpp [new file with mode: 0644]
plugins/wakeup-manager/dependency-tv/src/dependency_tv_button.cpp [new file with mode: 0644]
plugins/wakeup-manager/inc/dependency_resolver.h