phonesim: Add handsfree atom to localhfp

This commit is contained in:
Denis Kenzior 2011-10-21 13:56:17 -05:00
parent 3f41ebe5c7
commit 8e882b75a0
1 changed files with 2 additions and 0 deletions

View File

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