summaryrefslogtreecommitdiffstats
path: root/conf.d
AgeCommit message (Collapse)AuthorFilesLines
2018-10-31Migrate app-templates to CMake moduleRomain Forlot2-4/+8
Bug-AGL SPEC-1682 Change-Id: I74bf7414e3925c6aab8f8895885551c473219ce4 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-11Use feature 'required-binding'Jose Bollo1-1/+4
The feature "urn:AGL:widget:required-binding" is now preferred to the feature "urn:AGL:widget:required-api" for requiring a local binding. Bug-AGL: SPEC-1800 Change-Id: I6fd143c82298e9afa3d8eb7c3788bd3890810b4b Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2018-10-08binding: pbap: change default build to RELEASEMatt Ranostay1-1/+1
By default the build should be RELEASE and not the DEBUG option Change-Id: Idc1c9173b47c1cad655368eca1f2909415c7147b Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-08binding: pbap: add missing conf.d/autobuild filesMatt Ranostay3-0/+134
Add missing build scripts along with uprev the conf.d/app-templates git submodule Change-Id: I48a477451867fd8098d58b6f18eaa3525123d59d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-06-14Initial Bluetooth PBAP bindingMatt Porter3-0/+226
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 <mporter@konsulko.com>