Details
-
Task
-
Resolution: Done
-
Not Evaluated
-
5.12.0
-
None
-
1ec7e3a9c84b4f15a7ea5dc74c870919183bc7c8 (qt/qtivi/dev) 363f7cb7eb (qt/qtinterfaceframework/6.3)
Description
As multiple plugins can be loaded the system needs to support configuring only a specific backend. To do so the SimulationEngine instance needs to get an identifier which can also be used in the environment variables. By default this identifier can be autogenerated to be the plugin name. E.g. qtivivehiclefunctionsplugin
The environment variables could then look like this:
IVI_SIMULATION_OVERRIDE=<identifier>=<QML-file>
IVI_SIMULATION_DATA_OVERRIDE=<identifier>=<JSON-file>