From aed37c56d640622cdaf9f7e6ec5d46f2b806d60e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 30 Oct 2006 13:58:15 +0000 Subject: Add example record for object push service --- hcid/Makefile.am | 3 ++- hcid/service-opp.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 hcid/service-opp.xml diff --git a/hcid/Makefile.am b/hcid/Makefile.am index 522be2f5..28f90347 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -49,6 +49,7 @@ AM_YFLAGS = -d CLEANFILES = lexer.c parser.c parser.h -EXTRA_DIST = $(man_MANS) hcid.conf bluez-hcid.conf service-record.dtd dbus-api.txt +EXTRA_DIST = $(man_MANS) hcid.conf bluez-hcid.conf \ + service-record.dtd service-opp.xml dbus-api.txt MAINTAINERCLEANFILES = Makefile.in diff --git a/hcid/service-opp.xml b/hcid/service-opp.xml new file mode 100644 index 00000000..877044c9 --- /dev/null +++ b/hcid/service-opp.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit