diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 15:06:03 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2007-01-20 15:06:03 +0000 |
commit | e9cc32a5d3d130cf564853928c6ed77f164999fc (patch) | |
tree | a172d74ce2e03fd86efb1ee818c960d3f438c77d | |
parent | 89edbea0fde48f3e91b634589299f5c0f13e1543 (diff) |
Add service description file
-rw-r--r-- | input/Makefile.am | 2 | ||||
-rw-r--r-- | input/input.service | 5 | ||||
-rw-r--r-- | transfer/Makefile.am | 2 | ||||
-rw-r--r-- | transfer/transfer.service | 4 |
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 |