--- include/dbus.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/include/dbus.h b/include/dbus.h index 9e29afb..c527515 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 \ -- 1.7.0.4