summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-08-05 20:01:35 +0200
committerGravatar Martin Szulecki2013-08-05 20:01:35 +0200
commitd0635a7dc686e21d3eea6bf1c030657d6d575562 (patch)
treeb0a6a5274a3326444cd9402d0cc7c48bd3c6f47d /include
parentb47b708770939047e391c87b7831e26d7b594715 (diff)
downloadlibimobiledevice-d0635a7dc686e21d3eea6bf1c030657d6d575562.tar.gz
libimobiledevice-d0635a7dc686e21d3eea6bf1c030657d6d575562.tar.bz2
Add public *_SERVICE_NAME defines for each service
Diffstat (limited to 'include')
-rw-r--r--include/libimobiledevice/afc.h2
-rw-r--r--include/libimobiledevice/diagnostics_relay.h2
-rw-r--r--include/libimobiledevice/file_relay.h2
-rw-r--r--include/libimobiledevice/house_arrest.h2
-rw-r--r--include/libimobiledevice/installation_proxy.h2
-rw-r--r--include/libimobiledevice/misagent.h2
-rw-r--r--include/libimobiledevice/mobile_image_mounter.h2
-rw-r--r--include/libimobiledevice/mobilebackup.h2
-rw-r--r--include/libimobiledevice/mobilebackup2.h2
-rw-r--r--include/libimobiledevice/mobilesync.h2
-rw-r--r--include/libimobiledevice/notification_proxy.h2
-rw-r--r--include/libimobiledevice/sbservices.h2
-rw-r--r--include/libimobiledevice/screenshotr.h2
13 files changed, 26 insertions, 0 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h
index faf1b10..8cddcf0 100644
--- a/include/libimobiledevice/afc.h
+++ b/include/libimobiledevice/afc.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define AFC_SERVICE_NAME "com.apple.afc"
+
/** @name Error Codes */
/*@{*/
#define AFC_E_SUCCESS 0
diff --git a/include/libimobiledevice/diagnostics_relay.h b/include/libimobiledevice/diagnostics_relay.h
index ec87732..a0455cb 100644
--- a/include/libimobiledevice/diagnostics_relay.h
+++ b/include/libimobiledevice/diagnostics_relay.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define DIAGNOSTICS_RELAY_SERVICE_NAME "com.apple.mobile.diagnostics_relay"
+
/** @name Error Codes */
/*@{*/
#define DIAGNOSTICS_RELAY_E_SUCCESS 0
diff --git a/include/libimobiledevice/file_relay.h b/include/libimobiledevice/file_relay.h
index 85f9213..ca18770 100644
--- a/include/libimobiledevice/file_relay.h
+++ b/include/libimobiledevice/file_relay.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define FILE_RELAY_SERVICE_NAME "com.apple.mobile.file_relay"
+
/** @name Error Codes */
/*@{*/
#define FILE_RELAY_E_SUCCESS 0
diff --git a/include/libimobiledevice/house_arrest.h b/include/libimobiledevice/house_arrest.h
index f12be26..c33c23b 100644
--- a/include/libimobiledevice/house_arrest.h
+++ b/include/libimobiledevice/house_arrest.h
@@ -31,6 +31,8 @@ extern "C" {
#include <libimobiledevice/lockdown.h>
#include <libimobiledevice/afc.h>
+#define HOUSE_ARREST_SERVICE_NAME "com.apple.mobile.house_arrest"
+
/** @name Error Codes */
/*@{*/
#define HOUSE_ARREST_E_SUCCESS 0
diff --git a/include/libimobiledevice/installation_proxy.h b/include/libimobiledevice/installation_proxy.h
index 428d1af..3e373e3 100644
--- a/include/libimobiledevice/installation_proxy.h
+++ b/include/libimobiledevice/installation_proxy.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define INSTPROXY_SERVICE_NAME "com.apple.mobile.installation_proxy"
+
/** @name Error Codes */
/*@{*/
#define INSTPROXY_E_SUCCESS 0
diff --git a/include/libimobiledevice/misagent.h b/include/libimobiledevice/misagent.h
index bf6985f..4a198c7 100644
--- a/include/libimobiledevice/misagent.h
+++ b/include/libimobiledevice/misagent.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define MISAGENT_SERVICE_NAME "com.apple.misagent"
+
/** @name Error Codes */
/*@{*/
#define MISAGENT_E_SUCCESS 0
diff --git a/include/libimobiledevice/mobile_image_mounter.h b/include/libimobiledevice/mobile_image_mounter.h
index 6aee1e7..2b44f2e 100644
--- a/include/libimobiledevice/mobile_image_mounter.h
+++ b/include/libimobiledevice/mobile_image_mounter.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define MOBILE_IMAGE_MOUNTER_SERVICE_NAME "com.apple.mobile.mobile_image_mounter"
+
/** @name Error Codes */
/*@{*/
#define MOBILE_IMAGE_MOUNTER_E_SUCCESS 0
diff --git a/include/libimobiledevice/mobilebackup.h b/include/libimobiledevice/mobilebackup.h
index 358103d..2e2c38e 100644
--- a/include/libimobiledevice/mobilebackup.h
+++ b/include/libimobiledevice/mobilebackup.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define MOBILEBACKUP_SERVICE_NAME "com.apple.mobilebackup"
+
/** @name Error Codes */
/*@{*/
#define MOBILEBACKUP_E_SUCCESS 0
diff --git a/include/libimobiledevice/mobilebackup2.h b/include/libimobiledevice/mobilebackup2.h
index 215c339..42d41a8 100644
--- a/include/libimobiledevice/mobilebackup2.h
+++ b/include/libimobiledevice/mobilebackup2.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define MOBILEBACKUP2_SERVICE_NAME "com.apple.mobilebackup2"
+
/** @name Error Codes */
/*@{*/
#define MOBILEBACKUP2_E_SUCCESS 0
diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h
index ef1f4df..8fa4c58 100644
--- a/include/libimobiledevice/mobilesync.h
+++ b/include/libimobiledevice/mobilesync.h
@@ -31,6 +31,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define MOBILESYNC_SERVICE_NAME "com.apple.mobilesync"
+
/** @name Error Codes */
/*@{*/
#define MOBILESYNC_E_SUCCESS 0
diff --git a/include/libimobiledevice/notification_proxy.h b/include/libimobiledevice/notification_proxy.h
index c683564..00b0f8f 100644
--- a/include/libimobiledevice/notification_proxy.h
+++ b/include/libimobiledevice/notification_proxy.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define NP_SERVICE_NAME "com.apple.mobile.notification_proxy"
+
/** @name Error Codes */
/*@{*/
#define NP_E_SUCCESS 0
diff --git a/include/libimobiledevice/sbservices.h b/include/libimobiledevice/sbservices.h
index 93bb496..ab3e966 100644
--- a/include/libimobiledevice/sbservices.h
+++ b/include/libimobiledevice/sbservices.h
@@ -30,6 +30,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define SBSERVICES_SERVICE_NAME "com.apple.springboardservices"
+
/** @name Error Codes */
/*@{*/
#define SBSERVICES_E_SUCCESS 0
diff --git a/include/libimobiledevice/screenshotr.h b/include/libimobiledevice/screenshotr.h
index b9497d0..41b7ffa 100644
--- a/include/libimobiledevice/screenshotr.h
+++ b/include/libimobiledevice/screenshotr.h
@@ -31,6 +31,8 @@ extern "C" {
#include <libimobiledevice/libimobiledevice.h>
#include <libimobiledevice/lockdown.h>
+#define SCREENSHOTR_SERVICE_NAME "com.apple.mobile.screenshotr"
+
/** @name Error Codes */
/*@{*/
#define SCREENSHOTR_E_SUCCESS 0