Change-Id: I280d050529176b0f753c21cc0aec3e5bf8d11337
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
#These options are DEACTIVATED by default.
%bcond_with emulator
%define extended_storage 0
-%define enable_unified_system_service 0
+%define enable_unified_system_service 1
Name: storaged
Summary: Storaged
guint timer;
int ret;
- g_handle = gdbus_get_connection(G_BUS_TYPE_SYSTEM, TRUE);
+ g_handle = gdbus_get_connection(G_BUS_TYPE_SYSTEM, FALSE);
if (!g_handle)
_E("Failed to get dbus connection.");