Skip to content

Commit 70143be

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 b2fe17c commit 70143be

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

HdmiCecSource/HdmiCecSourceImplementation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* If not stated otherwise in this file or this component's LICENSE
33
* file the following copyright and licenses apply:
44
*
5-
* Copyright 2019 RDK Management
5+
* Copyright 2025 RDK Management
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.
@@ -788,7 +788,7 @@ namespace WPEFramework
788788
if (WPEFramework::Exchange::IPowerManager::POWER_STATE_ON == newState)
789789
{
790790
powerState = 0;
791-
HdmiCecSource::_instance->getLogicalAddress(); // get the updated LA after wakeup
791+
HdmiCecSourceImplementation::_instance->getLogicalAddress(); // get the updated LA after wakeup
792792
}
793793
else
794794
powerState = 1;

HdmiCecSource/HdmiCecSourceImplementation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* If not stated otherwise in this file or this component's LICENSE
33
* file the following copyright and licenses apply:
44
*
5-
* Copyright 2019 RDK Management
5+
* Copyright 2025 RDK Management
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

HdmiCecSource/Module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* If not stated otherwise in this file or this component's LICENSE
33
* file the following copyright and licenses apply:
44
*
5-
* Copyright 2019 RDK Management
5+
* Copyright 2025 RDK Management
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

HdmiCecSource/Module.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* If not stated otherwise in this file or this component's LICENSE
33
* file the following copyright and licenses apply:
44
*
5-
* Copyright 2019 RDK Management
5+
* Copyright 2025 RDK Management
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)