From 836ecd862504864bf88e77789b4542527a98b108 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 30 Oct 2006 13:15:11 +0000 Subject: Add DTD for service record description via XML --- hcid/Makefile.am | 2 +- hcid/service-record.dtd | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 hcid/service-record.dtd diff --git a/hcid/Makefile.am b/hcid/Makefile.am index 98f9e8ad..522be2f5 100644 --- a/hcid/Makefile.am +++ b/hcid/Makefile.am @@ -49,6 +49,6 @@ AM_YFLAGS = -d CLEANFILES = lexer.c parser.c parser.h -EXTRA_DIST = $(man_MANS) hcid.conf bluez-hcid.conf dbus-api.txt +EXTRA_DIST = $(man_MANS) hcid.conf bluez-hcid.conf service-record.dtd dbus-api.txt MAINTAINERCLEANFILES = Makefile.in diff --git a/hcid/service-record.dtd b/hcid/service-record.dtd new file mode 100644 index 00000000..8f86ca32 --- /dev/null +++ b/hcid/service-record.dtd @@ -0,0 +1,12 @@ + + + + + + + + + + + + -- cgit