Introduce murphy control plugin.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Fri, 7 Mar 2014 16:02:29 +0000 (18:02 +0200)
committerJaska Uimonen <jaska.uimonen@helsinki.fi>
Thu, 11 Sep 2014 07:29:47 +0000 (10:29 +0300)
commit0df4fff23617aa51c3d874833f41363d8a526ea9
treeaf27977d1b0eabc7272b34bd0c378bae7ea8b319
parentb9185d22095cbc690793dccdbf9c1bb2f3f25b60
Introduce murphy control plugin.

Change-Id: I24e835d7f9da200864a8ebc8a6cabb7d4fd416f1
19 files changed:
PluginControlInterfaceMurphy/CMakeLists.txt [new file with mode: 0644]
PluginControlInterfaceMurphy/include/CAmControlSenderMurphy.h [new file with mode: 0644]
PluginControlInterfaceMurphy/include/Connection.h [new file with mode: 0644]
PluginControlInterfaceMurphy/include/Event.h [new file with mode: 0644]
PluginControlInterfaceMurphy/include/MurphyInterface.h [new file with mode: 0644]
PluginControlInterfaceMurphy/include/MurphyMainloop.h [new file with mode: 0644]
PluginControlInterfaceMurphy/include/StateMachine.h [new file with mode: 0644]
PluginControlInterfaceMurphy/include/Transition.h [new file with mode: 0644]
PluginControlInterfaceMurphy/include/TransitionRoutines.h [new file with mode: 0644]
PluginControlInterfaceMurphy/src/CAmControlSenderMurphy.cpp [new file with mode: 0644]
PluginControlInterfaceMurphy/src/Connection.cpp [new file with mode: 0644]
PluginControlInterfaceMurphy/src/Event.cpp [new file with mode: 0644]
PluginControlInterfaceMurphy/src/MurphyInterface.cpp [new file with mode: 0644]
PluginControlInterfaceMurphy/src/MurphyMainloop.cpp [new file with mode: 0644]
PluginControlInterfaceMurphy/src/StateMachine.cpp [new file with mode: 0644]
PluginControlInterfaceMurphy/src/Transition.cpp [new file with mode: 0644]
PluginControlInterfaceMurphy/src/TransitionRoutines.cpp [new file with mode: 0644]
cmake/FindMURPHY.cmake [new file with mode: 0644]
packaging/genivi-audio-manager.spec