From b523b0c8cc37a989bfb84a5ebefe1ec1f2b0cbfb Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 22 Apr 2019 21:38:18 -0400 Subject: Initial code check-in A simple telematics demo application for AGL. It reads vehicle and engine speed from the CAN low-level binding and publishes them via MQTT. Change-Id: Ib85904e87919053cad1215b3f53cee81db25c94a Signed-off-by: Scott Murray --- conf.d/wgt/config.xml.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 conf.d/wgt/config.xml.in (limited to 'conf.d/wgt/config.xml.in') diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in new file mode 100644 index 0000000..ce45e87 --- /dev/null +++ b/conf.d/wgt/config.xml.in @@ -0,0 +1,18 @@ + + + @PROJECT_NAME@ + + + @PROJECT_DESCRIPTION@ + @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> + @PROJECT_LICENSE@ + + + + + + + + + + -- cgit 1.2.3-korg