From 40e353d0f55932729863db56c402960147b3b659 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 22 Nov 2006 06:26:52 +0000 Subject: Add another example service record --- hcid/Makefile.am | 4 ++-- hcid/service-did.xml | 33 +++++++++++++++++++++++++++++++++ hcid/service-opp.xml | 12 +++--------- 3 files changed, 38 insertions(+), 11 deletions(-) create mode 100644 hcid/service-did.xml diff --git a/hcid/Makefile.am b/hcid/Makefile.am index ec41b5ae..1afcc76c 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -61,7 +61,7 @@ AM_YFLAGS = -d CLEANFILES = lexer.c parser.c parser.h -EXTRA_DIST = $(man_MANS) hcid.conf bluetooth.conf \ - service-record.dtd service-opp.xml dbus-api.txt +EXTRA_DIST = $(man_MANS) hcid.conf bluetooth.conf dbus-api.txt \ + service-record.dtd service-did.xml service-opp.xml MAINTAINERCLEANFILES = Makefile.in diff --git a/hcid/service-did.xml b/hcid/service-did.xml new file mode 100644 index 00000000..52eb68c0 --- /dev/null +++ b/hcid/service-did.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/hcid/service-opp.xml b/hcid/service-opp.xml index 4b78fe42..351b4a41 100644 --- a/hcid/service-opp.xml +++ b/hcid/service-opp.xml @@ -14,7 +14,7 @@ - + @@ -22,23 +22,17 @@ - - - - - - - + - + -- cgit