summaryrefslogtreecommitdiffstats
path: root/include/dbus.h
diff options
context:
space:
mode:
authorDara Spieker-Doyle <dara.spieker-doyle@nokia.com>2010-12-17 15:11:13 -0800
committerDenis Kenzior <denkenz@gmail.com>2010-12-20 14:44:00 -0600
commit4163dad6390d2766e80455f3ad5aa02cc5fd4916 (patch)
tree0791cb398f584acbe809a264ba71de4d91215593 /include/dbus.h
parent8bdbdc2c7d113865e980c6cbd71317c8717a69b5 (diff)
downloadofono-4163dad6390d2766e80455f3ad5aa02cc5fd4916.tar.bz2
dbus: Add CDMA Voicecall Interface
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 9e29afb8..c527515d 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -55,6 +55,9 @@ extern "C" {
#define OFONO_STK_INTERFACE OFONO_SERVICE ".SimToolkit"
#define OFONO_SIM_APP_INTERFACE OFONO_SERVICE ".SimToolkitAgent"
+/* CDMA Interfaces */
+#define OFONO_CDMA_VOICECALL_MANAGER_INTERFACE "org.ofono.cdma.VoiceCallManager"
+
/* Essentially a{sv} */
#define OFONO_PROPERTIES_ARRAY_SIGNATURE DBUS_DICT_ENTRY_BEGIN_CHAR_AS_STRING \
DBUS_TYPE_STRING_AS_STRING \