Change-Id: Ifba41dc69b2e769423208207480edb41a7bef4ef
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
return ECORE_CALLBACK_PASS_ON;
}
-
+#ifdef HAVE_HWC
static char *
_e_info_server_dump_directory_make(void)
{
return fullpath;
}
-
+#endif
static Eldbus_Message *
_e_info_server_cb_buffer_dump(const Eldbus_Service_Interface *iface EINA_UNUSED, const Eldbus_Message *msg)
{
ERR("Error getting arguments.");
return reply;
}
-
+#ifdef HAVE_HWC
if (start == 1)
{
if (e_info_dump_running == 1)
e_info_dump_count = 0;
e_info_dump_running = 0;
}
+#endif
return reply;
}
eina_list_free(e_info_transform_list);
e_info_transform_list = NULL;
}
-
+#ifdef HAVE_HWC
if (e_info_dump_running == 1)
tdm_helper_dump_stop();
if (e_info_dump_hdlrs)
}
e_info_dump_count = 0;
e_info_dump_running = 0;
-
+#endif
eldbus_shutdown();
return 1;