Skip to content

Commit 5b06ea6

Browse files
committed
RDKEMW-1061: RDK-E Add COMRPC
Reason for change: Create the interface file for HdmiCecSource Test Procedure: Risks: low Priority: P1 Signed-off-by:Hayden Gfeller [email protected]
1 parent 6aa1880 commit 5b06ea6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

HdmiCecSource/HdmiCecSource.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ namespace WPEFramework
9090
{
9191
_hdmiCecSource->Configure(service);
9292
_hdmiCecSource->Register(&_notification);
93+
Exchange::JHdmiCecSource::Register(*this, _authService);
9394
msg = "HdmiCecSource plugin is available";
9495
LOGINFO("HdmiCecSource plugin is available. Successfully activated HdmiCecSource Plugin");
9596
}

HdmiCecSource/HdmiCecSource.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#include <interfaces/IPowerManager.h>
3636
#include "PowerManagerInterface.h"
3737
#include <interfaces/IHdmiCecSource.h>
38+
#include <interfaces/json/JHdmiCecSource.h>
39+
#include <interfaces/json/JsonData_HdmiCecSource.h>
3840

3941
using namespace WPEFramework;
4042
using PowerState = WPEFramework::Exchange::IPowerManager::PowerState;

0 commit comments

Comments
 (0)