summaryrefslogtreecommitdiff
path: root/src/components/application_manager/rpc_plugins/sdl_rpc_plugin
Commit message (Collapse)AuthorAgeFilesLines
* Move commands to sdl rpc pluginAlexander Kutsan2018-06-26707-0/+60947
|
* Plugin manager and plugin interface creationAlexander Kutsan2018-06-262-0/+0
add Optional type Fix compile warnings and use optional for returning plugin Add descriptions to optional Fix review issues Fix header guards Fix build with unit tests after commands factory refactoring - Change enum name from command origin to command source - Create Mock for command factory class - Fix mock_app_manager after refactoring - Fix failed unit test