Skip to content

Create new plugin audiooutput#247

Open
preeja33 wants to merge 2 commits into
developfrom
atmos_audiooutput
Open

Create new plugin audiooutput#247
preeja33 wants to merge 2 commits into
developfrom
atmos_audiooutput

Conversation

@preeja33

@preeja33 preeja33 commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Reason For Change: Create new plugin
Test procedure : Compile and Verify
version: patch
Priority: P1

Copilot AI review requested due to automatic review settings July 8, 2026 04:43
@preeja33 preeja33 requested a review from a team as a code owner July 8, 2026 04:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new systemd oneshot unit to activate the WPEFramework org.rdk.AudioOutput plugin via PluginActivator, integrating it into the existing “Thunder startup services” plugin-activation mechanism.

Changes:

  • Introduces wpeframework-audiooutput.service to activate the org.rdk.AudioOutput plugin.
  • Adds ordering/dependency on dsmgr.service for startup sequencing.

Comment thread systemd/system/wpeframework-audiooutput.service
Comment thread systemd/system/wpeframework-audiooutput.service Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 8, 2026 10:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comment on lines +1 to +5
[Unit]
Description=WPEFramework AudioOutput Initialiser
Requires=dsmgr.service
After=dsmgr.service
[Service]
Comment on lines +5 to +8
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/PluginActivator org.rdk.AudioOutput
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants