diff options
author | Andrzej Zaborowski <andrew.zaborowski@intel.com> | 2010-07-07 00:39:04 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-07-08 14:27:33 -0500 |
commit | 23c5f28569f7f65de11d4227f60cb7bb3f9eeb62 (patch) | |
tree | 5ee00883e41bcf3805a64670ee19e9e60d4f39a5 /include/dbus.h | |
parent | de587870d21657c2c331354f44ee5f5e2b7b954d (diff) |
Add Dbus interface names for STK.
Diffstat (limited to 'include/dbus.h')
-rw-r--r-- | include/dbus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h index d988760e..d9597541 100644 --- a/include/dbus.h +++ b/include/dbus.h @@ -49,6 +49,8 @@ extern "C" { #define OFONO_VOICECALL_MANAGER_INTERFACE "org.ofono.VoiceCallManager" #define OFONO_DATA_CONNECTION_MANAGER_INTERFACE "org.ofono.DataConnectionManager" #define OFONO_DATA_CONTEXT_INTERFACE "org.ofono.PrimaryDataContext" +#define OFONO_STK_INTERFACE OFONO_SERVICE ".SimToolkit" +#define OFONO_SIM_APP_INTERFACE OFONO_SERVICE ".SimApplicationAgent" /* Essentially a{sv} */ #define OFONO_PROPERTIES_ARRAY_SIGNATURE DBUS_DICT_ENTRY_BEGIN_CHAR_AS_STRING \ |