Skip to content

Commit

Permalink
Changed Autostart to startmode
Browse files Browse the repository at this point in the history
  • Loading branch information
HaseenaSainul committed Dec 27, 2023
1 parent 2a01efa commit 4152a6f
Show file tree
Hide file tree
Showing 87 changed files with 97 additions and 97 deletions.
2 changes: 1 addition & 1 deletion DeviceIdentification/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_DEVICEIDENTIFICATION_AUTOSTART "true" CACHE STRING "Automatically start DeviceIdentification plugin")
set(PLUGIN_DEVICEIDENTIFICATION_STARTMODE "activated" CACHE STRING "Automatically start DeviceIdentification plugin")
set(PLUGIN_DEVICEIDENTIFICATION_STARTUPORDER "" CACHE STRING "Start-up order for DeviceIdentification plugin")
set(PLUGIN_DEVICEIDENTIFICATION_MODE "Off" CACHE STRING "Controls if the plugin should run in its own process, in process or remote")
set(PLUGIN_DEVICEIDENTIFICATION_INTERFACE_NAME "eth0" CACHE STRING "Ethernet Card name which has to be associated for the Raw Device Id creation")
Expand Down
2 changes: 1 addition & 1 deletion DeviceIdentification/DeviceIdentification.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_DEVICEIDENTIFICATION_AUTOSTART@"
startmode = "@PLUGIN_DEVICEIDENTIFICATION_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion DeviceIdentification/DeviceIdentification.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_DEVICEIDENTIFICATION_AUTOSTART})
set(startmode ${PLUGIN_DEVICEIDENTIFICATION_STARTMODE})

map()
if(GENERIC_DEVICEIDENTIFIATION)
Expand Down
2 changes: 1 addition & 1 deletion DeviceIdentification/doc/DeviceIdentificationPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The table below lists configuration options of the plugin.
| Name | Type | Description |
| :-------- | :-------- | :-------- |
| classname | string | Class name: *DeviceIdentification* |
| autostart | boolean | Determines if the plugin is to be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |

<a name="head.Properties"></a>
# Properties
Expand Down
2 changes: 1 addition & 1 deletion DeviceInfo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MODULE_NAME ${NAMESPACE}${PROJECT_NAME})

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_DEVICEINFO_AUTOSTART "true" CACHE STRING "Automatically start DeviceInfo plugin")
set(PLUGIN_DEVICEINFO_STARTMODE "activated" CACHE STRING "Automatically start DeviceInfo plugin")

if(BUILD_REFERENCE)
add_definitions(-DBUILD_REFERENCE=${BUILD_REFERENCE})
Expand Down
2 changes: 1 addition & 1 deletion DeviceInfo/DeviceInfo.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_DEVICEINFO_AUTOSTART@"
startmode = "@PLUGIN_DEVICEINFO_STARTMODE@"

configuration = JSON()
configuration.add("modelName", "@PLUGIN_DEVICEINFO_MODELNAME@")
Expand Down
2 changes: 1 addition & 1 deletion DeviceInfo/DeviceInfo.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_DEVICEINFO_AUTOSTART})
set(startmode ${PLUGIN_DEVICEINFO_STARTMODE})

map()
kv(mode "Off")
Expand Down
2 changes: 1 addition & 1 deletion DeviceInfo/doc/DeviceInfoPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The table below lists configuration options of the plugin.
| callsign | string | Plugin instance name (default: *DeviceInfo*) |
| classname | string | Class name: *DeviceInfo* |
| locator | string | Library name: *libWPEFrameworkDeviceInfo.so* |
| autostart | boolean | Determines if the plugin shall be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |
| hdr | boolean | Does the device support HDR (true or false) |
| atmos | boolean | Does the device support Dolby Atmos (true or false) |
| cec | boolean | Does the device support HDMI CEC (true or false) |
Expand Down
2 changes: 1 addition & 1 deletion DisplayInfo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")

set(PLUGIN_DISPLAYINFO_AUTOSTART "true" CACHE STRING "Automatically start DisplayInfo plugin")
set(PLUGIN_DISPLAYINFO_STARTMODE "activated" CACHE STRING "Automatically start DisplayInfo plugin")
set(PLUGIN_DISPLAYINFO_MODE "Off" CACHE STRING "Controls if the plugin should run in its own process, in process or remote.")

# deprecated/legacy flags support
Expand Down
2 changes: 1 addition & 1 deletion DisplayInfo/DisplayInfo.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_DISPLAYINFO_AUTOSTART@"
startmode = "@PLUGIN_DISPLAYINFO_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion DisplayInfo/DisplayInfo.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_DISPLAYINFO_AUTOSTART})
set(startmode ${PLUGIN_DISPLAYINFO_STARTMODE})

map()
if(PLUGIN_DISPLAYINFO_USE_BEST_MODE)
Expand Down
2 changes: 1 addition & 1 deletion DisplayInfo/doc/DisplayInfoPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The table below lists configuration options of the plugin.
| callsign | string | Plugin instance name (default: *DisplayInfo*) |
| classname | string | Class name: *DisplayInfo* |
| locator | string | Library name: *libWPEFrameworkDisplayInfo.so* |
| autostart | boolean | Determines if the plugin shall be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |

<a name="head.Interfaces"></a>
# Interfaces
Expand Down
2 changes: 1 addition & 1 deletion LocationSync/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MODULE_NAME ${NAMESPACE}${PROJECT_NAME})

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_LOCATIONSYNC_AUTOSTART "true" CACHE STRING "Automatically start LocationSync plugin")
set(PLUGIN_LOCATIONSYNC_STARTMODE "activated" CACHE STRING "Automatically start LocationSync plugin")
set(PLUGIN_LOCATIONSYNC_URI "location.webplatformforembedded.org" CACHE STRING "URI to request the location information")
set(PLUGIN_LOCATIONSYNC_OVERRIDE_TIMEZONE CACHE STRING "Override Timezone value")

Expand Down
2 changes: 1 addition & 1 deletion LocationSync/LocationSync.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_LOCATIONSYNC_AUTOSTART@"
startmode = "@PLUGIN_LOCATIONSYNC_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion LocationSync/LocationSync.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_LOCATIONSYNC_AUTOSTART})
set(startmode ${PLUGIN_LOCATIONSYNC_STARTMODE})

map()
kv(interval 10)
Expand Down
2 changes: 1 addition & 1 deletion LocationSync/doc/LocationSyncPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The table below lists configuration options of the plugin.
| callsign | string | Plugin instance name (default: *LocationSync*) |
| classname | string | Class name: *LocationSync* |
| locator | string | Library name: *libWPELocationSync.so* |
| autostart | boolean | Determines if the plugin shall be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |
| configuration | object | <sup>*(optional)*</sup> |
| configuration?.interval | number | <sup>*(optional)*</sup> Maximum time duration between each request to the Location Server (default: 10) |
| configuration?.retries | number | <sup>*(optional)*</sup> Maximum number of request reties to the Location Server (default:20) |
Expand Down
2 changes: 1 addition & 1 deletion MessageControl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MODULE_NAME ${NAMESPACE}${PROJECT_NAME})

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_MESSAGECONTROL_AUTOSTART true CACHE STRING "Automatically start plugin")
set(PLUGIN_MESSAGECONTROL_STARTMODE "activated" CACHE STRING "Automatically start plugin")
set(PLUGIN_MESSAGECONTROL_ABBREVIATED true CACHE STRING "Display abbreviated messages")
set(PLUGIN_MESSAGECONTROL_MAX_EXPORTCONNECTIONS 5 CACHE STRING "Maximum allowed export connections")
set(PLUGIN_MESSAGECONTROL_REMOTE "false" CACHE STRING "Remote binding details enabled")
Expand Down
2 changes: 1 addition & 1 deletion MessageControl/MessageControl.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_MESSAGECONTROL_AUTOSTART@"
startmode = "@PLUGIN_MESSAGECONTROL_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion MessageControl/MessageControl.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_MESSAGECONTROL_AUTOSTART})
set(startmode ${PLUGIN_MESSAGECONTROL_STARTMODE})
map()

if(PLUGIN_MESSAGECONTROL_CONSOLE)
Expand Down
2 changes: 1 addition & 1 deletion MessageControl/doc/MessageControlPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The table below lists configuration options of the plugin.
| callsign | string | Plugin instance name (default: *MessageControl*) |
| classname | string | Class name: *MessageControl* |
| locator | string | Library name: *libWPEFrameworkMessageControl.so* |
| autostart | boolean | Determines if the plugin shall be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |
| console | boolean | <sup>*(optional)*</sup> Enables message output messages to the console |
| syslog | boolean | <sup>*(optional)*</sup> Enables message ouutput to syslog |
| filepath | string | <sup>*(optional)*</sup> Path to file (inside VolatilePath) where messages will be stored |
Expand Down
2 changes: 1 addition & 1 deletion Messenger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MODULE_NAME ${NAMESPACE}${PROJECT_NAME})

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_MESSENGER_AUTOSTART "true" CACHE STRING "Automatically start Messenger plugin")
set(PLUGIN_MESSENGER_STARTMODE "activated" CACHE STRING "Automatically start Messenger plugin")
set(PLUGIN_MESSENGER_MODE "Off" CACHE STRING "Controls if the plugin should run in its own process")

# deprecated/legacy flags support
Expand Down
2 changes: 1 addition & 1 deletion Messenger/Messenger.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_MESSENGER_AUTOSTART@"
startmode = "@PLUGIN_MESSENGER_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion Messenger/Messenger.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_MESSENGER_AUTOSTART})
set(startmode ${PLUGIN_MESSENGER_STARTMODE})

map()
key(root)
Expand Down
2 changes: 1 addition & 1 deletion Messenger/doc/MessengerPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The table below lists configuration options of the plugin.
| callsign | string | Plugin instance name (default: *Messenger*) |
| classname | string | Class name: *Messenger* |
| locator | string | Library name: *libWPEFrameworkMessenger.so* |
| autostart | boolean | Determines if the plugin shall be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |

<a name="head.Interfaces"></a>
# Interfaces
Expand Down
2 changes: 1 addition & 1 deletion Monitor/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MODULE_NAME ${NAMESPACE}${PROJECT_NAME})

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_MONITOR_AUTOSTART "true" CACHE STRING "Automatically start Monitor plugin")
set(PLUGIN_MONITOR_STARTMODE "activated" CACHE STRING "Automatically start Monitor plugin")
# Plugins built from this repository that can be autmatically enabled or enabled manually when built externally
set(PLUGIN_MONITOR_OPENCDMI "${PLUGIN_OPENCDMI}" CACHE BOOL "Enable monitor for the OpenCDMI plugin")
set(PLUGIN_MONITOR_WEBKITBROWSER "${PLUGIN_WEBKITBROWSER}" CACHE BOOL "Enable monitor for the WebKitBrowser plugin")
Expand Down
2 changes: 1 addition & 1 deletion Monitor/Monitor.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_MONITOR_AUTOSTART@"
startmode = "@PLUGIN_MONITOR_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion Monitor/Monitor.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_MONITOR_AUTOSTART})
set(startmode ${PLUGIN_MONITOR_STARTMODE})

map()
end()
Expand Down
2 changes: 1 addition & 1 deletion Monitor/doc/MonitorPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The table below lists configuration options of the plugin.
| callsign | string | Plugin instance name (default: *Monitor*) |
| classname | string | Class name: *Monitor* |
| locator | string | Library name: *libWPEFrameworkMonitor.so* |
| autostart | boolean | Determines if the plugin is to be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |

<a name="head.Methods"></a>
# Methods
Expand Down
2 changes: 1 addition & 1 deletion OpenCDMi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MODULE_NAME ${NAMESPACE}${PROJECT_NAME})

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_OPENCDMI_AUTOSTART "true" CACHE STRING "Automatically start OpenCDMi plugin")
set(PLUGIN_OPENCDMI_STARTMODE "activated" CACHE STRING "Automatically start OpenCDMi plugin")
set(PLUGIN_OPENCDMI_MODE "Local" CACHE STRING "Controls if the plugin should run in its own process, in process or remote")

# deprecated/legacy flags support
Expand Down
2 changes: 1 addition & 1 deletion OpenCDMi/OCDM.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_OPENCDMI_AUTOSTART@"
startmode = "@PLUGIN_OPENCDMI_STARTMODE@"

precondition = []

Expand Down
2 changes: 1 addition & 1 deletion OpenCDMi/OCDM.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_OPENCDMI_AUTOSTART})
set(startmode ${PLUGIN_OPENCDMI_STARTMODE})

if(PLUGIN_OPENCDMI_PLAYREADY_NEXUS OR PLUGIN_OPENCDMI_PLAYREADY_NEXUS_SVP OR PLUGIN_OPENCDMI_NAGRA)
set(preconditions ${preconditions} Platform)
Expand Down
2 changes: 1 addition & 1 deletion OpenCDMi/doc/OpenCDMiPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The table below lists configuration options of the plugin.
| callsign | string | Plugin instance name (default: *OCDM*) |
| classname | string | Class name: *OCDM* |
| locator | string | Library name: *libWPEFrameworkOCDM.so* |
| autostart | boolean | Determines if the plugin shall be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |
| configuration | object | <sup>*(optional)*</sup> |
| configuration?.location | string | <sup>*(optional)*</sup> Location |
| configuration?.connector | string | <sup>*(optional)*</sup> Connector |
Expand Down
2 changes: 1 addition & 1 deletion Packager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MODULE_NAME ${NAMESPACE}${PROJECT_NAME})

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_PACKAGER_AUTOSTART "true" CACHE STRING "Automatically start Packager plugin")
set(PLUGIN_PACKAGER_STARTMODE "activated" CACHE STRING "Automatically start Packager plugin")
set(PLUGIN_PACKAGER_MODE "Local" CACHE STRING "Controls if the plugin should run in its own process, in process or remote")

# deprecated/legacy flags support
Expand Down
2 changes: 1 addition & 1 deletion Packager/Packager.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_PACKAGER_AUTOSTART@"
startmode = "@PLUGIN_PACKAGER_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion Packager/Packager.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_PACKAGER_AUTOSTART})
set(startmode ${PLUGIN_PACKAGER_STARTMODE})

map()
key(root)
Expand Down
2 changes: 1 addition & 1 deletion Packager/doc/PackagerPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The table below lists configuration options of the plugin.
| callsign | string | Plugin instance name (default: *Packager*) |
| classname | string | Class name: *Packager* |
| locator | string | Library name: *libWPEFrameworkPackager.so* |
| autostart | boolean | Determines if the plugin is to be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |

<a name="head.Methods"></a>
# Methods
Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MODULE_NAME ${NAMESPACE}${PROJECT_NAME})

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_PERFORMANCEMETRICS_AUTOSTART "true" CACHE STRING "Automatically start Performance Metrics plugin")
set(PLUGIN_PERFORMANCEMETRICS_STARTMODE "activated" CACHE STRING "Automatically start Performance Metrics plugin")
set(PLUGIN_PERFORMANCEMETRICS_LOGGER_IMPLEMENTATION "TRACING" CACHE STRING "Defines what implementation to use for logging the Performance Metrics")

# Plugins built from this repository that can be autmatically enabled or enabled manually when built externally
Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsApps.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_PERFORMANCEMETRICS_AUTOSTART@"
startmode = "@PLUGIN_PERFORMANCEMETRICS_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsApps.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_PERFORMANCEMETRICS_AUTOSTART})
set(startmode ${PLUGIN_PERFORMANCEMETRICS_STARTMODE})

map()
kv(callsign "Apps")
Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsResidentApp.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_PERFORMANCEMETRICS_AUTOSTART@"
startmode = "@PLUGIN_PERFORMANCEMETRICS_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsResidentApp.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_PERFORMANCEMETRICS_AUTOSTART})
set(startmode ${PLUGIN_PERFORMANCEMETRICS_STARTMODE})

map()
kv(callsign "ResidentApp")
Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsUX.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_PERFORMANCEMETRICS_AUTOSTART@"
startmode = "@PLUGIN_PERFORMANCEMETRICS_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsUX.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_PERFORMANCEMETRICS_AUTOSTART})
set(startmode ${PLUGIN_PERFORMANCEMETRICS_STARTMODE})

map()
kv(callsign "UX")
Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsWebKitBrowser.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_PERFORMANCEMETRICS_AUTOSTART@"
startmode = "@PLUGIN_PERFORMANCEMETRICS_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsWebKitBrowser.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_PERFORMANCEMETRICS_AUTOSTART})
set(startmode ${PLUGIN_PERFORMANCEMETRICS_STARTMODE})

map()
kv(callsign "WebKitBrowser")
Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsYouTube.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_PERFORMANCEMETRICS_AUTOSTART@"
startmode = "@PLUGIN_PERFORMANCEMETRICS_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion PerformanceMetrics/PerfMetricsYouTube.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_PERFORMANCEMETRICS_AUTOSTART})
set(startmode ${PLUGIN_PERFORMANCEMETRICS_STARTMODE})

map()
kv(callsign "YouTube")
Expand Down
2 changes: 1 addition & 1 deletion PlayerInfo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")

option(DOLBY_SUPPORT "Enable dolby support" OFF)
set(PLUGIN_PLAYERINFO_AUTOSTART "true" CACHE STRING "Automatically start PlayerInfo plugin")
set(PLUGIN_PLAYERINFO_STARTMODE "activated" CACHE STRING "Automatically start PlayerInfo plugin")
set(PLUGIN_PLAYERINFO_STARTUPORDER "" CACHE STRING "Automatically start PlayerInfo plugin")
set(PLUGIN_PLAYERINFO_MODE "Off" CACHE STRING "Controls if the plugin should run in its own process, in process or remote")

Expand Down
2 changes: 1 addition & 1 deletion PlayerInfo/PlayerInfo.conf.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
autostart = "@PLUGIN_PLAYERINFO_AUTOSTART@"
startmode = "@PLUGIN_PLAYERINFO_STARTMODE@"

configuration = JSON()

Expand Down
2 changes: 1 addition & 1 deletion PlayerInfo/PlayerInfo.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(autostart ${PLUGIN_PLAYERINFO_AUTOSTART})
set(startmode ${PLUGIN_PLAYERINFO_STARTMODE})

map()
key(root)
Expand Down
2 changes: 1 addition & 1 deletion PlayerInfo/doc/PlayerInfoPlugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The table below lists configuration options of the plugin.
| callsign | string | Plugin instance name (default: *PlayerInfo*) |
| classname | string | Class name: *PlayerInfo* |
| locator | string | Library name: *libWPEPlayerInfo.so* |
| autostart | boolean | Determines if the plugin shall be started automatically along with the framework |
| startmode | string | Determines if the plugin shall be started automatically along with the framework |

<a name="head.Interfaces"></a>
# Interfaces
Expand Down
2 changes: 1 addition & 1 deletion RustBridge/RustBridge.conf.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
autostart = "true"
startmode = "true"
2 changes: 1 addition & 1 deletion RustBridge/RustBridge.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
set (autostart true)
set (startmode true)
2 changes: 1 addition & 1 deletion RustBridge/rust/examples/calculator/calculator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"locator":"libWPEFrameworkRustAdapter.so",
"classname":"RustAdapter",
"callsign":"calculator",
"autostart":true
"startmode":"activated"
}
2 changes: 1 addition & 1 deletion RustBridge/rust/examples/hello_world/SampleRustPlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"locator":"libWPEFrameworkRustAdapter.so",
"classname":"RustAdapter",
"callsign":"hello_world",
"autostart":true,
"startmode":"activated",
"configuration": {
"outofprocess": true
}
Expand Down
2 changes: 1 addition & 1 deletion SecurityAgent/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set(MODULE_NAME ${NAMESPACE}${PROJECT_NAME})

message("Setup ${MODULE_NAME} v${PROJECT_VERSION}")

set(PLUGIN_SECURITYAGENT_AUTOSTART "true" CACHE STRING "Automatically start SecurityAgent plugin")
set(PLUGIN_SECURITYAGENT_STARTMODE "activated" CACHE STRING "Automatically start SecurityAgent plugin")
set(PLUGIN_SECURITYAGENT_STARTUPORDER "" CACHE STRING "To configure startup order of SecurityAgent plugin")

if(BUILD_REFERENCE)
Expand Down
Loading

0 comments on commit 4152a6f

Please sign in to comment.