summaryrefslogtreecommitdiff
path: root/include/dbus.h
diff options
context:
space:
mode:
authorJames Prestwood <james.prestwood@linux.intel.com>2017-10-11 11:57:42 -0700
committerDenis Kenzior <denkenz@gmail.com>2017-10-11 14:17:03 -0500
commitfd9b13ac42bfd23259a50828e5a404c9304062fb (patch)
tree2006c320cfda31af62d2420943ad3c310e04ce41 /include/dbus.h
parenta8f609727dcd1354d137ec0407aff6451bfa08cb (diff)
downloadofono-fd9b13ac42bfd23259a50828e5a404c9304062fb.tar.gz
sim-auth: prep simauth/dbus headers
Added new dbus interfaces for SimAuth module as well as function prototype definitions to simauth header. org.ofono.SimAuthentication: Interface to hold the auth object to type mapping property org.ofono.USimApplication: Application with USim functionality (GSM/UMTS auth) org.ofono.ISimApplication: Application with ISim functionality (IMS auth)
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 0a8f2e5c..9cc47f79 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -58,6 +58,9 @@ extern "C" {
#define OFONO_LOCATION_REPORTING_INTERFACE OFONO_SERVICE ".LocationReporting"
#define OFONO_GNSS_INTERFACE "org.ofono.AssistedSatelliteNavigation"
#define OFONO_GNSS_POSR_AGENT_INTERFACE "org.ofono.PositioningRequestAgent"
+#define OFONO_USIM_APPLICATION_INTERFACE "org.ofono.USimApplication"
+#define OFONO_ISIM_APPLICATION_INTERFACE "org.ofono.ISimApplication"
+#define OFONO_SIM_AUTHENTICATION_INTERFACE "org.ofono.SimAuthentication"
#define OFONO_HANDSFREE_INTERFACE OFONO_SERVICE ".Handsfree"
#define OFONO_SIRI_INTERFACE OFONO_SERVICE ".Siri"
#define OFONO_NETMON_INTERFACE OFONO_SERVICE ".NetworkMonitor"