emulator_fuzz: Add test plugin
authorDenis Kenzior <denkenz@gmail.com>
Sat, 1 Feb 2014 15:05:10 +0000 (09:05 -0600)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 20 Oct 2014 18:40:28 +0000 (13:40 -0500)
commitcf90f1505d5b6a9cacc0e010cf57c300d472894e
tree5f200d9e65d4fc6d3b314022d98cf850638bb2d8
parentf9d5ee5fa9d0fffbe588eaac6771804a3d297674
emulator_fuzz: Add test plugin

This plugin creates an org.ofono.test.EmulatorFuzz interface on path
/test.  Currently only one method is implemented, SetIndicatorActive.

SetIndicatorActive("DistractedDrivingReduction", True|False) allows to
activate / deactivate the HF indicator via +BIND unsolicited
notification.
Makefile.am
plugins/emulator_fuzz.c [new file with mode: 0644]