phonesim: Enable Siri atom

This commit is contained in:
Krzysztof Wilk 2013-12-16 17:52:44 +00:00 committed by Denis Kenzior
parent c8a3172c00
commit 9d847687eb
1 changed files with 2 additions and 0 deletions

2
plugins/phonesim.c Normal file → Executable file
View File

@ -60,6 +60,7 @@
#include <ofono/gprs-context.h>
#include <ofono/gnss.h>
#include <ofono/handsfree.h>
#include <ofono/siri.h>
#include <drivers/atmodem/vendor.h>
#include <drivers/atmodem/atutil.h>
@ -957,6 +958,7 @@ static void localhfp_pre_sim(struct ofono_modem *modem)
ofono_netreg_create(modem, 0, "hfpmodem", info);
ofono_call_volume_create(modem, 0, "hfpmodem", info);
ofono_handsfree_create(modem, 0, "hfpmodem", info);
ofono_siri_create(modem, 0, "hfpmodem", info);
}
static struct ofono_modem_driver localhfp_driver = {