block: enable block module for Wearable profile 35/71035/1 accepted/tizen/common/20160524.150528 accepted/tizen/ivi/20160524.095133 accepted/tizen/mobile/20160524.095109 accepted/tizen/tv/20160524.094947 accepted/tizen/wearable/20160524.095213 submit/tizen/20160524.015419
authorTaeyoung Kim <ty317.kim@samsung.com>
Mon, 23 May 2016 23:58:23 +0000 (08:58 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Mon, 23 May 2016 23:58:23 +0000 (08:58 +0900)
- Wearable profile does not support external storages
  However other apps will request to deviced to get
  external storage information. This occurs dbus error.
- Thus the block module is enabled to handle the request
  from apps. Reducing memory usage is a future work.

Change-Id: I9bb5dff5fc7e4935992bb29d793deead96cf5885
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
packaging/deviced.spec

index be4b03e..ab224fd 100644 (file)
@@ -36,6 +36,7 @@
 %endif
 %if "%{?profile}" == "wearable"
 %define battery_module on
+%define block_module on
 %define haptic_module on
 %define telephony_module on
 %define touchscreen_module on