Skip to content

Commit 57bb62f

Browse files
committed
Merge branch 'release/1.3.8' into main
2 parents c7113f9 + 4b4caa4 commit 57bb62f

File tree

9 files changed

+1692
-2
lines changed

9 files changed

+1692
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ 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.3.8](https://github.com/rdkcentral/entservices-apis/compare/1.3.7...1.3.8)
8+
9+
- RDKEMW-1014 : Add COM-RPC support to HdcpProfile plugin [`#173`](https://github.com/rdkcentral/entservices-apis/pull/173)
10+
- RDKEMW-2374: Create md_from_h_generator tool [`#142`](https://github.com/rdkcentral/entservices-apis/pull/142)
11+
- Merge tag '1.3.7' into develop [`d80db1c`](https://github.com/rdkcentral/entservices-apis/commit/d80db1cf09906bcaf28b2d5f42a5f4e83f5fa558)
12+
713
#### [1.3.7](https://github.com/rdkcentral/entservices-apis/compare/1.3.6...1.3.7)
814

15+
> 28 April 2025
16+
917
- RDKEMW-2907: USBPlugins Updates [`#137`](https://github.com/rdkcentral/entservices-apis/pull/137)
1018
- RDKEMW-1014 : Add COM-RPC support to HdcpProfile plugin [`#94`](https://github.com/rdkcentral/entservices-apis/pull/94)
1119
- Rebase [`#147`](https://github.com/rdkcentral/entservices-apis/pull/147)

apis/HdcpProfile/IHdcpProfile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
struct EXTERNAL IHdcpProfile : virtual public Core::IUnknown
2929
{
3030
enum { ID = ID_HDCPPROFILE };
31-
31+
3232
struct EXTERNAL HDCPStatus
3333
{
3434
bool isConnected /* @text isConnected */ /* @brief Indicates whether a display is connected */;
@@ -48,7 +48,7 @@
4848
// @text onDisplayConnectionChanged
4949
// @brief Triggered if HDMI was connected or disconnected upon receiving onHdmiOutputHotPlug
5050
// @param HDCPStatus: Contains HDCP-related data as separate properties
51-
virtual void OnDisplayConnectionChanged(const HDCPStatus hdcpStatus) {};
51+
virtual void OnDisplayConnectionChanged(const HDCPStatus hdcpStatus/* @text HDCPStatus*/) {};
5252
};
5353
virtual Core::hresult Register(IHdcpProfile::INotification* notification /* @in */) = 0;
5454
virtual Core::hresult Unregister(IHdcpProfile::INotification* notification /* @in */) = 0;

0 commit comments

Comments
 (0)