File tree Expand file tree Collapse file tree 9 files changed +1692
-2
lines changed
tools/md_from_h_generator Expand file tree Collapse file tree 9 files changed +1692
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
5
5
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
6
6
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
+
7
13
#### [ 1.3.7] ( https://github.com/rdkcentral/entservices-apis/compare/1.3.6...1.3.7 )
8
14
15
+ > 28 April 2025
16
+
9
17
- RDKEMW-2907: USBPlugins Updates [ ` #137 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/137 )
10
18
- RDKEMW-1014 : Add COM-RPC support to HdcpProfile plugin [ ` #94 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/94 )
11
19
- Rebase [ ` #147 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/147 )
Original file line number Diff line number Diff line change 28
28
struct EXTERNAL IHdcpProfile : virtual public Core::IUnknown
29
29
{
30
30
enum { ID = ID_HDCPPROFILE };
31
-
31
+
32
32
struct EXTERNAL HDCPStatus
33
33
{
34
34
bool isConnected /* @text isConnected */ /* @brief Indicates whether a display is connected */ ;
48
48
// @text onDisplayConnectionChanged
49
49
// @brief Triggered if HDMI was connected or disconnected upon receiving onHdmiOutputHotPlug
50
50
// @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 */ ) {};
52
52
};
53
53
virtual Core::hresult Register (IHdcpProfile::INotification* notification /* @in */ ) = 0;
54
54
virtual Core::hresult Unregister (IHdcpProfile::INotification* notification /* @in */ ) = 0;
You can’t perform that action at this time.
0 commit comments