From 2cf42de672004e56063f83ad26da8fec1c757e43 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Mon, 4 Jun 2018 14:31:40 -0400 Subject: Initial Bluetooth PBAP binding Supports the following features: - retrieval of phonebook contacts - retrieval of call history (incoming/outgoing/missed/combined lists) - retrieval of individual contact entry by handle - search for contact by phone number Bug-AGL: SPEC-1437 Change-Id: I1d0d5c4c02e5ba4a5db1bcfc932421fd9d478426 Signed-off-by: Matt Porter --- conf.d/wgt/config.xml.in | 24 ++++++++++++++++++++++++ 1 file changed, 24 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..a40ca54 --- /dev/null +++ b/conf.d/wgt/config.xml.in @@ -0,0 +1,24 @@ + + + @PROJECT_NAME@ + + + @PROJECT_DESCRIPTION@ + @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@> + @PROJECT_LICENSE@ + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg