File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ namespace WPEFramework
90
90
{
91
91
_hdmiCecSource->Configure (service);
92
92
_hdmiCecSource->Register (&_notification);
93
+ Exchange::JHdmiCecSource::Register (*this , _authService);
93
94
msg = " HdmiCecSource plugin is available" ;
94
95
LOGINFO (" HdmiCecSource plugin is available. Successfully activated HdmiCecSource Plugin" );
95
96
}
Original file line number Diff line number Diff line change 35
35
#include < interfaces/IPowerManager.h>
36
36
#include " PowerManagerInterface.h"
37
37
#include < interfaces/IHdmiCecSource.h>
38
+ #include < interfaces/json/JHdmiCecSource.h>
39
+ #include < interfaces/json/JsonData_HdmiCecSource.h>
38
40
39
41
using namespace WPEFramework ;
40
42
using PowerState = WPEFramework::Exchange::IPowerManager::PowerState;
You can’t perform that action at this time.
0 commit comments