Disable HOGP feature for mobile 56/180856/1 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.011841 accepted/tizen/unified/20180619.110342 submit/tizen/20180615.054916 submit/tizen_5.0/20181101.000001
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 5 Jun 2018 03:59:30 +0000 (12:59 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 5 Jun 2018 03:59:30 +0000 (12:59 +0900)
Because TM1's BLE is very unstable, and Z3 phone also disable
BLE feature.

Change-Id: I3a0ace63f53d980b56bef508a051ae4dc79dc36f
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
packaging/ug-bluetooth-efl.spec

index ba6fd94..88060fc 100644 (file)
@@ -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.