Skip to content

Commit

Permalink
RDK-43786: Implement Thunder Plugin Configuration for CMake-3.20 & ab…
Browse files Browse the repository at this point in the history
…ove (rdkcentral#4490)

* RDK-43786: Implement Thunder Plugin Configuration for CMake-3.20 & above (rdkcentral#4411)

Reason for change: updated the rdkservices plugins config based on modern config generator
Test Procedure: Verify in Jenkin Build
Risks: High
Signed-off-by: Thamim  Razith <[email protected]>
(cherry picked from commit cbbd3c2)

SERXIONE-3290: Unable to play content/launch major apps

Reason for change: OCDM socket path was done only for Platco/Hisense platform , we need to remove the connector socket
Test Procedure: Verify in Jenkin Build
Risks: High
Signed-off-by: Thamim  Razith <[email protected]>
(cherry picked from commit 27f7152)

* RDK-43786: Implement Thunder Plugin Configuration for CMake-3.20 & above (rdkcentral#4432)

Reason for change: updated the Network.conf.in and PersistentStore.conf.in
Test Procedure: Verify in Jenkin Build
Risks: High
Signed-off-by: Thamim  Razith <[email protected]>
(cherry picked from commit bbc49ce)

RDK-43786: Implement Thunder Plugin Configuration for CMake-3.20 & above (rdkcentral#4431)

Reason for change: added the webkitbrowser-plugins conf.in for modern config generator
Test Procedure: Verify in Jenkin Build
Risks: High
Signed-off-by: Thamim  Razith <[email protected]>

Co-authored-by: Karunakaran A <[email protected]>
(cherry picked from commit 339b397)

* RDK-43786: Implement Thunder Plugin Configuration for CMake-3.20 & above (rdkcentral#4455)

Reason for change: Updated the startuporder configuration in conf.in into each rdkservices plugin's
Test Procedure: Verify in Jenkin Build
Risks: High
Signed-off-by: Thamim  Razith <[email protected]>
(cherry picked from commit 879658e)

RDK-43786: Implement Thunder Plugin Configuration for CMake-3.20 & ab… (rdkcentral#4456)

…ove (rdkcentral#4455)

Reason for change: added the JSPP.conf.in based on modern generator and also to avoid Sercomm-Xione-US-Flex2.0 Device Build compilation Error
Test Procedure: Verify in Jenkin Build
Risks: High
Signed-off-by: Thamim  Razith <[email protected]>
(cherry picked from commit adadca1)

* RDK-43786: Implement Thunder Plugin Configuration for CMake-3.20 & above

Reason for change: Updated the Webkitbrowser conf.in based on those config file
Test Procedure: Verify in Jenkin Build
Risks: High
Signed-off-by: Thamim  Razith <[email protected]>

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: tabbas651 <[email protected]>
Co-authored-by: Thamim Razith <[email protected]>
  • Loading branch information
3 people authored Oct 5, 2023
1 parent 9f5404e commit 4c4caa2
Show file tree
Hide file tree
Showing 104 changed files with 1,291 additions and 7 deletions.
4 changes: 4 additions & 0 deletions AVInput/AVInput.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.AVInput"
autostart = "false"
startuporder = "@PLUGIN_AVINPUT_STARTUPORDER@"
4 changes: 4 additions & 0 deletions AVInput/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ All notable changes to this RDK Service will be documented in this file.
* 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.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
## [1.4.1] - 2023-10-04
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.4.0] - 2023-09-29
### Added
- Added Support for Enabling/Disabling ALLM and get the current ALLM Status
Expand Down
4 changes: 4 additions & 0 deletions ActivityMonitor/ActivityMonitor.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.ActivityMonitor"
autostart = "false"
startuporder = "@PLUGIN_ACTIVITYMONITOR_STARTUPORDER@"
3 changes: 3 additions & 0 deletions ActivityMonitor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ All notable changes to this RDK Service will be documented in this file.
* 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.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
## [1.0.3] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.2] - 2022-10-11
### Fixed
Expand Down
4 changes: 4 additions & 0 deletions Bluetooth/Bluetooth.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.Bluetooth"
autostart = "false"
startuporder = "@PLUGIN_BLUETOOTH_STARTUPORDER@"
6 changes: 5 additions & 1 deletion Bluetooth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.3] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.2] - 2022-11-21
### Fixed
- Publish all the connect/disconnect events. Do not filter out
Expand All @@ -30,4 +34,4 @@ All notable changes to this RDK Service will be documented in this file.

### Change
- Reset API version to 1.0.0
- Change README to inform how to update changelog and API version
- Change README to inform how to update changelog and API version
4 changes: 4 additions & 0 deletions CompositeInput/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.5] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.4] - 2023-06-05
### Added
- Added Support to build the plugin to both R4 & R2
Expand Down
4 changes: 4 additions & 0 deletions CompositeInput/CompositeInput.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.CompositeInput"
autostart = "false"
startuporder = "@PLUGIN_COMPOSITEINPUT_STARTUPORDER@"
4 changes: 4 additions & 0 deletions ContinueWatching/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.3] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.2] - 2023-06-05
### Added
- Added Support to build the plugin to both R4 & R2
Expand Down
4 changes: 4 additions & 0 deletions ContinueWatching/ContinueWatching.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.ContinueWatching"
autostart = "false"
startuporder = "@PLUGIN_CONTINUEWATCHING_STARTUPORDER@"
5 changes: 5 additions & 0 deletions ControlService/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.


## [1.0.4] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.3] - 2023-06-05
### Added
- Added Support to build the plugin to both R4 & R2
Expand Down
4 changes: 4 additions & 0 deletions ControlService/ControlService.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.ControlService"
autostart = "false"
startuporder = "@PLUGIN_CONTROLSERVICE_STARTUPORDER@"
4 changes: 4 additions & 0 deletions DataCapture/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.4] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.3] - 2023-04-12
### Fixed
- Fixed IARM_Bus_UnRegisterEventHandler call to IARM_Bus_RemoveEventHandler
Expand Down
4 changes: 4 additions & 0 deletions DataCapture/DataCapture.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.dataCapture"
autostart = "false"
startuporder = "@PLUGIN_DATACAPTURE_STARTUPORDER@"
4 changes: 4 additions & 0 deletions DeviceDiagnostics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.1.1] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.1.0] - 2022-10-11
### Added
- Added getMilestones API
Expand Down
4 changes: 4 additions & 0 deletions DeviceDiagnostics/DeviceDiagnostics.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.DeviceDiagnostics"
autostart = "false"
startuporder = "@PLUGIN_DEVICEDIAGNOSTICS_STARTUPORDER@"
4 changes: 4 additions & 0 deletions DeviceIdentification/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.4] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.3] - 2023-06-05
### Added
- Added Support to build the plugin to both R4 & R2
Expand Down
13 changes: 13 additions & 0 deletions DeviceIdentification/DeviceIdentification.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
precondition = ["Platform"]
autostart = "@PLUGIN_DEVICEIDENTIFICATION_AUTOSTART@"
startuporder = "@PLUGIN_DEVICEIDENTIFICATION_STARTUPORDER@"

configuration = JSON()

if boolean("@GENERIC_DEVICEIDENTIFIATION@"):
if boolean("@PLUGIN_DEVICEIDENTIFICATION_INTERFACE_NAME@"):
configuration.add("interface", PLUGIN_DEVICEIDENTIFICATION_INTERFACE_NAME)

rootobject = JSON()
rootobject.add("mode", "@PLUGIN_DEVICEIDENTIFICATION_MODE@")
configuration.add("root", rootobject)
14 changes: 13 additions & 1 deletion DeviceInfo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,22 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.7] - 2023-07-13
## [1.0.10] - 2023-10-04
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.9] - 2023-07-13
### Fixed
- Updated correct header file inclusion of DeviceInfo to support R4 on RDK

## [1.0.8] - 2023-08-31
### Fixed
- Added valid values (hybrid/mediaclient) for devicetype property of DeviceInfo plugin for RPI

## [1.0.7] - 2023-08-28
### Fixed
- Added valid values for modelid and make property of DeviceInfo plugin for RPI

## [1.0.6] - 2023-06-05
### Added
- Added Support to build the plugin to both R4 & R2
Expand Down
8 changes: 8 additions & 0 deletions DeviceInfo/DeviceInfo.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
autostart = "true"
startuporder = "@PLUGIN_DEVICEINFO_STARTUPORDER@"

configuration = JSON()

rootobject = JSON()
rootobject.add("mode", "@PLUGIN_DEVICEINFO_MODE@")
configuration.add("root", rootobject)
3 changes: 3 additions & 0 deletions DisplayInfo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ All notable changes to this RDK Service will be documented in this file.
* 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.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
## [1.0.4] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.3] - 2023-02-09
### Fixed
Expand Down
30 changes: 30 additions & 0 deletions DisplayInfo/DisplayInfo.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
precondition = ["Platform"]
autostart = "@PLUGIN_DISPLAYINFO_AUTOSTART@"
startuporder = "@PLUGIN_DISPLAYINFO_STARTUPORDER@"

configuration = JSON()

if boolean("@PLUGIN_DISPLAYINFO_USE_BEST_MODE@"):
configuration.add("useBestMode", PLUGIN_DISPLAYINFO_USE_BEST_MODE)
if boolean("@PLUGIN_DISPLAYINFO_DRM_DEVICE_NAME@"):
configuration.add("drmDeviceName", PLUGIN_DISPLAYINFO_DRM_DEVICE_NAME)
if boolean("@PLUGIN_DISPLAYINFO_USE_BEST_MODE@"):
configuration.add("drmSubsystemPath", PLUGIN_DISPLAYINFO_EDID_FILEPATH)
if boolean("@PLUGIN_DISPLAYINFO_USE_BEST_MODE@"):
configuration.add("hdcpLevelFilepath", PLUGIN_DISPLAYINFO_HDCP_LEVEL_FILEPATH)
if boolean("@PLUGIN_DISPLAYINFO_USE_BEST_MODE@"):
configuration.add("hdrLevelFilepath", PLUGIN_DISPLAYINFO_HDR_LEVEL_FILEPATH)
if boolean("@PLUGIN_DISPLAYINFO_USE_BEST_MODE@"):
configuration.add("gpuMemoryFile", PLUGIN_DISPLAYINFO_GPU_MEMORY_FILE)
if boolean("@PLUGIN_DISPLAYINFO_USE_BEST_MODE@"):
configuration.add("gpuMemoryFreePattern", PLUGIN_DISPLAYINFO_GPU_MEMORY_FREE_PATTERN)
if boolean("@PLUGIN_DISPLAYINFO_USE_BEST_MODE@"):
configuration.add("gpuMemoryTotalPattern", PLUGIN_DISPLAYINFO_GPU_MEMORY_TOTAL_PATTERN)
if boolean("@PLUGIN_DISPLAYINFO_USE_BEST_MODE@"):
configuration.add("gpuMemoryUnitMultiplier", PLUGIN_DISPLAYINFO_GPU_MEMORY_UNIT_MULTIPLIER)
if boolean("@PLUGIN_DISPLAYINFO_HDCP_LEVEL@"):
configuration.add("hdcplevel", PLUGIN_DISPLAYINFO_HDCP_LEVEL)

rootobject = JSON()
rootobject.add("mode", "@PLUGIN_DISPLAYINFO_MODE@")
configuration.add("root", rootobject)
3 changes: 3 additions & 0 deletions DisplaySettings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.3.6] - 2023-10-04
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.3.5] - 2023-09-12
### Fixed
Expand Down
4 changes: 4 additions & 0 deletions DisplaySettings/DisplaySettings.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.DisplaySettings"
autostart = "@PLUGIN_DISPLAYSETTINGS_AUTOSTART@"
startuporder = "@PLUGIN_DISPLAYSETTINGS_STARTUPORDER@"
4 changes: 4 additions & 0 deletions FrameRate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.4] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.3] - 2023-04-12
### Fixed
- Fixed IARM_Bus_UnRegisterEventHandler call to IARM_Bus_RemoveEventHandler
Expand Down
4 changes: 4 additions & 0 deletions FrameRate/FrameRate.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.FrameRate"
autostart = "false"
startuporder = "@PLUGIN_FRAMERATE_STARTUPORDER@"
4 changes: 4 additions & 0 deletions FrontPanel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.5] - 2023-10-04
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.4] - 2023-09-28
### Fixed
- Add PLUGIN_FRONTPANEL option to build FrontPanel
Expand Down
4 changes: 4 additions & 0 deletions FrontPanel/FrontPanel.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.FrontPanel"
autostart = "false"
startuporder = "@PLUGIN_FRONTPANEL_STARTUPORDER@"
4 changes: 4 additions & 0 deletions HdcpProfile/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.6] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.5] - 2023-06-05
### Added
- Added Support to build the plugin to both R4 & R2
Expand Down
4 changes: 4 additions & 0 deletions HdcpProfile/HdcpProfile.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.HdcpProfile"
autostart = "@PLUGIN_HDCPPROFILE_AUTOSTART@"
startuporder = "@PLUGIN_HDCPPROFILE_STARTUPORDER@"
5 changes: 5 additions & 0 deletions HdmiCec/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ All notable changes to this RDK Service will be documented in this file.
* **Security** in case of vulnerabilities.

* 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.

## [1.0.12] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

##[1.0.11] - 2023-07-19
### Added
-Adding UtilsSynchro.hpp to provide tools for automatically synchronizing API calls for given plugin
Expand Down
4 changes: 4 additions & 0 deletions HdmiCec/HdmiCec.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.HdmiCec"
autostart = "@PLUGIN_HDMICEC_AUTOSTART@"
startuporder = "@PLUGIN_HDMICEC_STARTUPORDER@"
4 changes: 4 additions & 0 deletions HdmiCecSink/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.2.2] - 2023-10-04
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.2.1] 2023-09-01
### Fixed
- Fixed the parameters of setLatencyInfo() in json file such that events following this method
Expand Down
4 changes: 4 additions & 0 deletions HdmiCecSink/HdmiCecSink.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.HdmiCecSink"
autostart = "false"
startuporder = "@PLUGIN_HDMICECSINK_STARTUPORDER@"
4 changes: 4 additions & 0 deletions HdmiCecSource/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.5] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.4] - 2023-04-20
### Fixed
- Fixed CEC crash by initializing status variables inside the ctor.
Expand Down
4 changes: 4 additions & 0 deletions HdmiCecSource/HdmiCecSource.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.HdmiCecSource"
autostart = "false"
startuporder = "@PLUGIN_HDMICECSOURCE_STARTUPORDER@"
4 changes: 4 additions & 0 deletions HdmiInput/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.1.1] - 2023-10-04
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.1.0] - 2023-08-07
### Added
- Added support for Dynamic Auto LipSync
Expand Down
4 changes: 4 additions & 0 deletions HdmiInput/HdmiInput.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.HdmiInput"
autostart = "false"
startuporder = "@PLUGIN_HDMIINPUT_STARTUPORDER@"
4 changes: 4 additions & 0 deletions LEDControl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ All notable changes to this RDK Service will be documented in this file.

For more details, refer to versioning section under Main README.

## [1.0.2] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.1] - 2023-03-06
### Fixed
- LEDControl: updated documentation
Expand Down
4 changes: 4 additions & 0 deletions LEDControl/LEDControl.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
precondition = ["Platform"]
callsign = "org.rdk.LEDControl"
autostart = "false"
startuporder = "@PLUGIN_LEDCONTROL_STARTUPORDER@"
4 changes: 4 additions & 0 deletions LocationSync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ All notable changes to this RDK Service will be documented in this file.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.

## [1.0.2] - 2023-09-12
### Added
- Implement Thunder Plugin Configuration for Kirkstone builds(CMake-3.20 & above)

## [1.0.1] - 2023-06-05
### Added
- Added Support to build the plugin to both R4 & R2
Expand Down
9 changes: 9 additions & 0 deletions LocationSync/LocationSync.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
precondition = ["Network"]
autostart = "@PLUGIN_LOCATIONSYNC_AUTOSTART@"
startuporder = "@PLUGIN_LOCATIONSYNC_STARTUPORDER@"

configuration = JSON()

configuration.add("interval", 10)
configuration.add("retries", 60)
configuration.add("source", "@PLUGIN_LOCATIONSYNC_URI@")
Loading

0 comments on commit 4c4caa2

Please sign in to comment.