Skip to content

Commit 4afdaac

Browse files
authored
Feature/rdkemw 3736 (#283)
* RDKEMW-3736 - Adding missing HDR capability * RDEMW-3736 : Adding missing HDR mode
1 parent e0710be commit 4afdaac

File tree

7 files changed

+9
-5
lines changed

7 files changed

+9
-5
lines changed

apis/DisplayInfo/IDisplayInfo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ namespace Exchange {
128128
HDR_10PLUS,
129129
HDR_HLG,
130130
HDR_DOLBYVISION,
131-
HDR_TECHNICOLOR
131+
HDR_TECHNICOLOR,
132+
HDR_SDR
132133
};
133134

134135
typedef RPC::IIteratorType<HDRType, ID_HDR_ITERATOR> IHDRIterator;

docs/apis/DeviceDiagnosticsPlugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,3 +299,4 @@ Triggered when the most active status of audio/video decoder/pipeline changes.
299299
}
300300
}
301301
```
302+

docs/apis/DisplayInfoPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ No Events
582582

583583
| Name | Type | Description |
584584
| :-------- | :-------- | :-------- |
585-
| (property) | string | HDR formats supported by the TV (must be one of the following: *HdrOff*, *Hdr10*, *Hdr10Plus*, *HdrHlg*, *HdrDolbyvision*, *HdrTechnicolor*) |
585+
| (property) | string | HDR formats supported by the TV (must be one of the following: *HdrOff*, *Hdr10*, *Hdr10Plus*, *HdrHlg*, *HdrDolbyvision*, *HdrTechnicolor*, *HdrSdr*) |
586586

587587
### Example
588588

docs/apis/FirmwareUpdatePlugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,4 @@ This notification is raised between flashing started state and flashing succeede
210210
}
211211
}
212212
```
213+

docs/apis/SystemModePlugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="System_Mode_Plugin"></a>
33
# System Mode Plugin
44

5-
**Version: [1.0.0](https://github.com/rdkcentral/rdkservices/blob/main/SystemMode/CHANGELOG.md)**
5+
**Version: [1.0.0]()**
66

77
A org.rdk.SystemMode plugin for Thunder framework.
88

@@ -16,7 +16,7 @@ A org.rdk.SystemMode plugin for Thunder framework.
1616
<a name="Abbreviation,_Acronyms_and_Terms"></a>
1717
# Abbreviation, Acronyms and Terms
1818

19-
[[Refer to this link](userguide/aat.md)]
19+
[[Refer to this link](overview/aat.md)]
2020

2121
<a name="Description"></a>
2222
# Description

docs/apis/TelemetryPlugin.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,3 +297,4 @@ Triggered by callback from Telemetry after report uploading.
297297
}
298298
}
299299
```
300+

docs/apis/XCastPlugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a name="XCast_Plugin"></a>
33
# XCast Plugin
44

5-
**Version: [2.0.1]()**
5+
**Version: [1.0.0]()**
66

77
A org.rdk.Xcast plugin for Thunder framework.
88

0 commit comments

Comments
 (0)