Remove deviced direct dependency from settings-time. The display_unlock_state
function was guarded by SUPPORT_SCREEN_PROTECTED define, however it occurs
that flag is never used in the project.
Change-Id: Ie8a6943e2b54ea30ca89296b1922f070e626a6cc
efl-extension
sqlite3
capi-appfw-application
- deviced
alarm-service
capi-system-system-settings
capi-base-utils-i18n
#define __SETTING_TIME_ENGINE_H__
#include <setting-time.h>
-#include <dd-deviced.h>
#define SETTING_TIME_ENGINE_TIME_STR_LEN 15
retv_if(data == NULL, -1);
SettingTimeData *ad = data;
-#if SUPPORT_SCREEN_PROTECTED
- display_unlock_state(LCD_NORMAL, STAY_CUR_STATE);
-#endif
-
if (ad->pop_progress) {
evas_object_del(ad->pop_progress);
ad->pop_progress = NULL;
#include <alarm.h>
#include <setting-time-main.h>
-#include <dd-deviced-managed.h>
-#include <dd-deviced.h>
#include <efl_extension.h>