forked from rdkcentral/rdkservices
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RDKDEV-346: RDKServices startup-order support
Reason for change: Provision to add startup-order. Bringing from rdkcentral#3185 22Q4_sprint to main. Support for plugins from build recipe. Require: rdkcentral/Thunder#1071 Test Procedure: Please see ticket for details. Risks: Medium Source: Comcast License: Inherited Upstream-Status: Pending Signed-off-by: Arun Madhavan [email protected]
- Loading branch information
1 parent
ea9c26c
commit a84e4e0
Showing
115 changed files
with
343 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign org.rdk.AVInput) | ||
|
||
if(PLUGIN_AVINPUT_STARTUPORDER) | ||
set (startuporder ${PLUGIN_AVINPUT_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.ActivityMonitor") | ||
|
||
if(PLUGIN_ACTIVITYMONITOR_STARTUPORDER) | ||
set (startuporder ${PLUGIN_ACTIVITYMONITOR_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.Bluetooth") | ||
|
||
if(PLUGIN_BLUETOOTH_STARTUPORDER) | ||
set (startuporder ${PLUGIN_BLUETOOTH_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.CompositeInput") | ||
|
||
if(PLUGIN_COMPOSITEINPUT_STARTUPORDER) | ||
set (startuporder ${PLUGIN_COMPOSITEINPUT_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign org.rdk.ContinueWatching) | ||
|
||
if(PLUGIN_CONTINUEWATCHING_STARTUPORDER) | ||
set (startuporder ${PLUGIN_CONTINUEWATCHING_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.ControlService") | ||
|
||
if(PLUGIN_CONTROLSERVICE_STARTUPORDER) | ||
set (startuporder ${PLUGIN_CONTROLSERVICE_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign org.rdk.dataCapture) | ||
set (callsign org.rdk.dataCapture) | ||
|
||
if(PLUGIN_DATACAPTURE_STARTUPORDER) | ||
set (startuporder ${PLUGIN_DATACAPTURE_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.DeviceDiagnostics") | ||
|
||
if(PLUGIN_DEVICEDIAGNOSTICS_STARTUPORDER) | ||
set (startuporder ${PLUGIN_DEVICEDIAGNOSTICS_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.DisplaySettings") | ||
|
||
if(PLUGIN_DISPLAYSETTINGS_STARTUPORDER) | ||
set (startuporder ${PLUGIN_DISPLAYSETTINGS_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.FireboltMediaPlayer") | ||
|
||
if(PLUGIN_FIREBOLTMEDIAPLAYER_STARTUPORDER) | ||
set (startuporder ${PLUGIN_FIREBOLTMEDIAPLAYER_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.FrontPanel") | ||
|
||
if(PLUGIN_FRONTPANEL_STARTUPORDER) | ||
set (startuporder ${PLUGIN_FRONTPANEL_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.HdcpProfile") | ||
|
||
if(PLUGIN_HDCPPROFILE_STARTUPORDER) | ||
set (startuporder ${PLUGIN_HDCPPROFILE_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.HdmiCec") | ||
|
||
if(PLUGIN_HDMICEC_STARTUPORDER) | ||
set (startuporder ${PLUGIN_HDMICEC_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.HdmiCecSink") | ||
|
||
if(PLUGIN_HDMICECSINK_STARTUPORDER) | ||
set (startuporder ${PLUGIN_HDMICECSINK_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.HdmiCec_2") | ||
|
||
if(PLUGIN_HDMICEC2_STARTUPORDER) | ||
set (startuporder ${PLUGIN_HDMICEC2_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
set (autostart false) | ||
set (preconditions Platform) | ||
set (callsign "org.rdk.HdmiInput") | ||
|
||
if(PLUGIN_HDMIINPUT_STARTUPORDER) | ||
set (startuporder ${PLUGIN_HDMIINPUT_STARTUPORDER}) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.