diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-05-14 00:31:03 -0700 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-05-16 02:20:38 -0700 |
commit | d2237bb1d53d5ee870a8ecb2601bc1daad393f3a (patch) | |
tree | b3d8987007373c81b8712ce35fc0d122255e496c /binding/CMakeLists.txt | |
parent | 10563449b9c9a01f9b1d25d13a19dbf5fa0ee501 (diff) |
binding: bluetooth-pbap: add vcard parser framework
Parse the vCard information within the binding itself, and
reduce service consumers processing and dependencies.
Bug-AGL: SPEC-2392
Change-Id: Ie7654c4ba6d269cb8224e61021e19739614afb4e
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/CMakeLists.txt')
-rw-r--r-- | binding/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index 2477384..3ed0035 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -23,6 +23,7 @@ PROJECT_TARGET_ADD(bluetooth-pbap-binding) # Define project Targets add_library(bluetooth-pbap-binding MODULE bluetooth-pbap-binding.c + bluetooth-vcard-parser.c gdbus/freedesktop_dbus_properties_interface.c gdbus/obex_client1_interface.c gdbus/obex_phonebookaccess1_interface.c |