summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--input/Makefile.am2
-rw-r--r--input/input.service5
-rw-r--r--transfer/Makefile.am2
-rw-r--r--transfer/transfer.service4
4 files changed, 11 insertions, 2 deletions
diff --git a/input/Makefile.am b/input/Makefile.am
index 80428b0a..72f95dca 100644
--- a/input/Makefile.am
+++ b/input/Makefile.am
@@ -13,6 +13,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
INCLUDES = -I$(top_srcdir)/common
-EXTRA_DIST = input-api.txt
+EXTRA_DIST = input.service input-api.txt
MAINTAINERCLEANFILES = Makefile.in
diff --git a/input/input.service b/input/input.service
new file mode 100644
index 00000000..f5a105f8
--- /dev/null
+++ b/input/input.service
@@ -0,0 +1,5 @@
+[Bluetooth Service]
+Identifier=input
+Name=Input service
+Description=Bluetooth HID based Input service
+Autostart=true
diff --git a/transfer/Makefile.am b/transfer/Makefile.am
index 388c71df..04a6bbfe 100644
--- a/transfer/Makefile.am
+++ b/transfer/Makefile.am
@@ -15,6 +15,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @OPENOBEX_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
INCLUDES = -I$(top_srcdir)/common
-EXTRA_DIST = transfer-api.txt
+EXTRA_DIST = transfer.service transfer-api.txt
MAINTAINERCLEANFILES = Makefile.in
diff --git a/transfer/transfer.service b/transfer/transfer.service
new file mode 100644
index 00000000..2f7b8aa4
--- /dev/null
+++ b/transfer/transfer.service
@@ -0,0 +1,4 @@
+[Bluetooth Service]
+Identifier=transfer
+Name=Transfer service
+Description=Bluetooth OBEX based Transfer service