summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWootak Jung <wootak.jung@samsung.com>2024-09-05 10:10:56 +0900
committerWootak Jung <wootak.jung@samsung.com>2024-09-05 10:11:44 +0900
commit2fea5a066c72c3b99bd3cbedc9cf3160d207689a (patch)
tree506f4b9239ad8a5c90058619c9daa9e8edb1e22f
parent504e736027152f047e419ed34e885d60c633ff63 (diff)
downloadbluetooth-frwk-tizen_6.5.tar.gz
bluetooth-frwk-tizen_6.5.tar.bz2
bluetooth-frwk-tizen_6.5.zip
Set IO capability to NoInputNoOutput in robot devicetizen_6.5
Change-Id: I69e22377927f1c311f67d9f229a845351a8e6e44 Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
-rw-r--r--packaging/bluetooth-frwk.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/bluetooth-frwk.spec b/packaging/bluetooth-frwk.spec
index f8c29df3..d01c45ea 100644
--- a/packaging/bluetooth-frwk.spec
+++ b/packaging/bluetooth-frwk.spec
@@ -22,6 +22,7 @@ Source1001: bluetooth-frwk.manifest
%define bt_http_proxy DISABLED
%define bt_factory_mode DISABLED
%define bt_vendor_operation DISABLED
+%define bt_robot_reference ENABLED
BuildRequires: pkgconfig(aul)
%if %{bt_factory_mode} == ENABLED
@@ -287,6 +288,10 @@ export CFLAGS="$CFLAGS -DTIZEN_BT_INCLUDE_OAL_BLUEZ"
export BT_INCLUDE_OAL_BLUEZ=DISABLED
%endif
+%if %{bt_robot_reference} == ENABLED
+export CFLAGS="$CFLAGS -DTIZEN_BT_IO_CAPA_NO_INPUT_OUTPUT"
+%endif
+
export CFLAGS_DEFAULT="$CFLAGS"
export CXXFLAGS_DEFAULT="$CXXFLAGS"
export FFLAGS_DEFAULT="$FFLAGS"