summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
authorJarko Poutiainen <jarko.poutiainen@tieto.com>2011-03-24 15:46:25 +0200
committerDenis Kenzior <denkenz@gmail.com>2011-03-28 18:06:57 -0500
commit73d1eadd69f2276a539519d16b4cf49ac41ea89a (patch)
tree4561f5446a2538f136e164375ac37c2cd8c63814 /include/dbus.h
parent92a6b18ef4ae59cd17dac3bee5f76a75a35fd83b (diff)
downloadofono-73d1eadd69f2276a539519d16b4cf49ac41ea89a.tar.bz2
dbus: add gnss interface definition
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 38864fb7..4dd9db5f 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -56,6 +56,8 @@ extern "C" {
#define OFONO_STK_INTERFACE OFONO_SERVICE ".SimToolkit"
#define OFONO_SIM_APP_INTERFACE OFONO_SERVICE ".SimToolkitAgent"
#define OFONO_LOCATION_REPORTING_INTERFACE OFONO_SERVICE ".LocationReporting"
+#define OFONO_GNSS_INTERFACE "org.ofono.AssistedSatelliteNavigation"
+#define OFONO_GNSS_POSR_AGENT_INTERFACE "org.ofono.PositioningRequestAgent"
/* CDMA Interfaces */
#define OFONO_CDMA_VOICECALL_MANAGER_INTERFACE "org.ofono.cdma.VoiceCallManager"