Skip to content

Commit d0c5915

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 735b7a1 commit d0c5915

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

HdmiCecSource/HdmiCecSource.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ enum {
5656
HDMICECSOURCE_EVENT_ACTIVE_SOURCE_STATUS_UPDATED,
5757
};
5858

59-
static const char *eventString[] = {
60-
"onDeviceAdded",
61-
"onDeviceRemoved",
62-
"onDeviceInfoUpdated",
63-
"onActiveSourceStatusUpdated"
64-
};
65-
6659
#define CEC_SETTING_ENABLED_FILE "/opt/persistent/ds/cecData_2.json"
6760
#define CEC_SETTING_ENABLED "cecEnabled"
6861
#define CEC_SETTING_OTP_ENABLED "cecOTPEnabled"
@@ -73,10 +66,8 @@ static std::vector<uint8_t> defaultVendorId = {0x00,0x19,0xFB};
7366
static VendorID lgVendorId = {0x00,0xE0,0x91};
7467
static PhysicalAddress physical_addr = {0x0F,0x0F,0x0F,0x0F};
7568
static LogicalAddress logicalAddress = 0xF;
76-
static int32_t powerState = 1;
7769
static PowerStatus tvPowerState = 1;
7870
static bool isDeviceActiveSource = false;
79-
static bool isLGTvConnected = false;
8071

8172
using namespace WPEFramework;
8273

@@ -102,7 +93,6 @@ namespace WPEFramework
10293
SERVICE_REGISTRATION(HdmiCecSource, API_VERSION_NUMBER_MAJOR, API_VERSION_NUMBER_MINOR, API_VERSION_NUMBER_PATCH);
10394

10495
HdmiCecSource* HdmiCecSource::_instance = nullptr;
105-
static int libcecInitStatus = 0;
10696

10797
HdmiCecSource::~HdmiCecSource()
10898
{

0 commit comments

Comments
 (0)