From: DoHyun Pyun Date: Tue, 5 Jun 2018 03:59:30 +0000 (+0900) Subject: Disable HOGP feature for mobile X-Git-Tag: accepted/tizen/5.0/unified/20181102.011841^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_5.0_unified;p=apps%2Fnative%2Fug-bluetooth-efl.git Disable HOGP feature for mobile Because TM1's BLE is very unstable, and Z3 phone also disable BLE feature. Change-Id: I3a0ace63f53d980b56bef508a051ae4dc79dc36f Signed-off-by: DoHyun Pyun --- diff --git a/packaging/ug-bluetooth-efl.spec b/packaging/ug-bluetooth-efl.spec index ba6fd94..88060fc 100644 --- a/packaging/ug-bluetooth-efl.spec +++ b/packaging/ug-bluetooth-efl.spec @@ -110,9 +110,9 @@ popd %endif // ifarch %{ix86} x86_64 # non-emulator -export CFLAGS="${CFLAGS_BASE} -DTIZEN_DEBUG_ENABLE" -export CXXFLAGS="${CXXFLAGS_BASE} -DTIZEN_DEBUG_ENABLE" -export FFLAGS="${FFLAGS_BASE} -DTIZEN_DEBUG_ENABLE" +export CFLAGS="${CFLAGS_BASE} -DTIZEN_DEBUG_ENABLE -DTIZEN_FEATURE_DISABLE_BT_HOG" +export CXXFLAGS="${CXXFLAGS_BASE} -DTIZEN_DEBUG_ENABLE -DTIZEN_FEATURE_DISABLE_BT_HOG" +export FFLAGS="${FFLAGS_BASE} -DTIZEN_DEBUG_ENABLE -DTIZEN_FEATURE_DISABLE_BT_HOG" # TV profile does not have contacts-service2. # Do not build for unified environment if it is TV.