Skip to content

Commit f41adc5

Browse files
committed
Merge branch 'develop' into feature/RDKEMW-1015_COMRPC
2 parents 7b2c0f6 + 668cc7c commit f41adc5

File tree

6 files changed

+34
-12
lines changed

6 files changed

+34
-12
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,37 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [1.0.9](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.8...1.0.9)
8+
9+
- RDK-57093: Resolved the compilation error [`#55`](https://github.com/rdkcentral/entservices-inputoutput/pull/55)
10+
- Merge tag '1.0.8' into develop [`fe37f21`](https://github.com/rdkcentral/entservices-inputoutput/commit/fe37f210ddbf3e698fccc454fd7593e7fb6e4a9d)
11+
12+
#### [1.0.8](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.7...1.0.8)
13+
14+
> 14 April 2025
15+
16+
- RDK-57093: Update Plugin Clients to use update Power manager interface [`#39`](https://github.com/rdkcentral/entservices-inputoutput/pull/39)
17+
- 1.0.8 release change log updates [`2a859d3`](https://github.com/rdkcentral/entservices-inputoutput/commit/2a859d3da652a2ce6718d8bf678ecf73a6d2643f)
18+
- Merge tag '1.0.7' into develop [`ac5ef43`](https://github.com/rdkcentral/entservices-inputoutput/commit/ac5ef4349be7cb05477dfbe9785aa1a60d1293a1)
19+
20+
#### [1.0.7](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.6...1.0.7)
21+
22+
> 11 April 2025
23+
24+
- RDKEMW-3359:HdmiCecSink RDK-V to RDK-E sync changes [`#48`](https://github.com/rdkcentral/entservices-inputoutput/pull/48)
25+
- Update run_peru.sh by removing secrets [`#47`](https://github.com/rdkcentral/entservices-inputoutput/pull/47)
26+
- RDK-55408: RDKE Services L2 Test Suite Development [`#30`](https://github.com/rdkcentral/entservices-inputoutput/pull/30)
27+
- RDKEMW-2208 and RDKEMW-2209 Enabling L1 and L2 tests for entservices-inputoutput repo [`#25`](https://github.com/rdkcentral/entservices-inputoutput/pull/25)
28+
- 1.0.7 release change log updates [`65465ee`](https://github.com/rdkcentral/entservices-inputoutput/commit/65465ee6c7cc800f3639a616209560ba800a3173)
29+
- Enabling workflow for L1 and L2 [`4049a2e`](https://github.com/rdkcentral/entservices-inputoutput/commit/4049a2eb188efede1c1547be50847d29ddcb9e03)
30+
- Merge tag '1.0.6' into develop [`f46b084`](https://github.com/rdkcentral/entservices-inputoutput/commit/f46b084ed21e61d89e20868eacdea4ba8198266d)
31+
732
#### [1.0.6](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.5...1.0.6)
833

34+
> 27 March 2025
35+
936
- Removed Cec host header [`#35`](https://github.com/rdkcentral/entservices-inputoutput/pull/35)
37+
- 1.0.9 release change log updates [`8abd094`](https://github.com/rdkcentral/entservices-inputoutput/commit/8abd09439355af4041436e562c4590769b55bc0c)
1038
- Merge tag '1.0.5' into develop [`3b26eeb`](https://github.com/rdkcentral/entservices-inputoutput/commit/3b26eebfdf0e992e369e5cd3cdc981748c9cdb69)
1139

1240
#### [1.0.5](https://github.com/rdkcentral/entservices-inputoutput/compare/1.0.4...1.0.5)

HdmiCecSink/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ All notable changes to this RDK Service will be documented in this file.
1313
* **Security** in case of vulnerabilities.
1414

1515
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
16-

HdmiCecSink/HdmiCecSink.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
#define HDMICECSINK_NUMBER_TV_ADDR 2
7676
#define HDMICECSINK_UPDATE_POWER_STATUS_INTERVA_MS (60 * 1000)
7777
#define HDMISINK_ARC_START_STOP_MAX_WAIT_MS 4000
78+
#define HDMICECSINK_UPDATE_AUDIO_STATUS_INTERVAL_MS 500
7879

7980

8081
#define SAD_FMT_CODE_AC3 2
@@ -113,9 +114,7 @@ enum {
113114

114115
#define API_VERSION_NUMBER_MAJOR 1
115116
#define API_VERSION_NUMBER_MINOR 3
116-
#define API_VERSION_NUMBER_PATCH 7
117-
118-
using PowerState = WPEFramework::Exchange::IPowerManager::PowerState;
117+
#define API_VERSION_NUMBER_PATCH 10
119118

120119
namespace WPEFramework
121120
{

HdmiCecSource/HdmiCecSourceImplementation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ namespace WPEFramework
779779
}
780780
}
781781

782-
void HdmiCecSourceImplementation::onPowerModeChanged(const PowerState &currentState, const PowerState &newState)
782+
void HdmiCecSourceImplementation::onPowerModeChanged(const PowerState currentState, const PowerState newState)
783783
{
784784
if(!HdmiCecSourceImplementation::_instance)
785785
return;

HdmiCecSource/HdmiCecSourceImplementation.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ namespace WPEFramework {
196196
public:
197197
HdmiCecSourceImplementation();
198198
virtual ~HdmiCecSourceImplementation();
199-
void onPowerModeChanged(const PowerState &currentState, const PowerState &newState);
199+
void onPowerModeChanged(const PowerState currentState, const PowerState newState);
200200
void registerEventHandlers();
201201
static HdmiCecSourceImplementation* _instance;
202202
CECDeviceInfo_2 deviceList[16];
@@ -239,7 +239,7 @@ namespace WPEFramework {
239239
~PowerManagerNotification() override = default;
240240

241241
public:
242-
void OnPowerModeChanged(const PowerState &currentState, const PowerState &newState) override
242+
void OnPowerModeChanged(const PowerState currentState, const PowerState newState) override
243243
{
244244
_parent.onPowerModeChanged(currentState, newState);
245245
}

L2HalMock/run_peru.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#!/bin/bash
22

33
# Export your environment variables
4-
export GIT_USERNAME=akrish905_comcast
5-
export GIT_PASSWORD=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
6-
# Use envsubst to replace placeholders in peru.yaml
7-
export GERRIT_USERNAME=kdarma930
8-
export GERRIT_PASSWORD=5gDwn5jpTI9AKLsaZ9du6arlR1JMZqMXu26Ikynn1w
4+
95

106
echo "GIT_USERNAME: $GIT_USERNAME"
117
echo "GIT_PASSWORD: $GIT_PASSWORD"

0 commit comments

Comments
 (0)