From 30b84ed96f8fc03fc5a73bbe97a86d76899ab8cc Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Fri, 14 Jun 2019 17:56:41 -0700 Subject: binding: bluetooth-map: add message access support Add support for retrieving messages, and listing handles of messages located in folders. SPEC-2512 Change-Id: Ia345488b51f5cac1e1c2fd508305d7ffda794251 Signed-off-by: Matt Ranostay --- binding/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'binding/CMakeLists.txt') diff --git a/binding/CMakeLists.txt b/binding/CMakeLists.txt index 97a28df..7012e33 100644 --- a/binding/CMakeLists.txt +++ b/binding/CMakeLists.txt @@ -23,7 +23,8 @@ PROJECT_TARGET_ADD(bluetooth-map-binding) # Define project Targets add_library(bluetooth-map-binding MODULE bluetooth-map-api.c bluetooth-map-bluez.c - bluetooth-map-bmessage.c) + bluetooth-map-bmessage.c + bluetooth-map-util.c) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES -- cgit 1.2.3-korg