MESSAGE("<<< Wearable Profile >>>")
ELSE(FEATURE_PROFILE_WEARABLE)
MESSAGE("<<< Mobile Profile >>>")
- ADD_DEFINITIONS("-DTIZEN_PROFILE_MOBILE")
ENDIF(FEATURE_PROFILE_WEARABLE)
ENDIF(FEATURE_PROFILE_TV)
MESSAGE("<<< Wearable Profile >>>")
ELSE(FEATURE_PROFILE_WEARABLE)
MESSAGE("<<< Mobile Profile >>>")
- ADD_DEFINITIONS("-DTIZEN_PROFILE_MOBILE")
ENDIF(FEATURE_PROFILE_WEARABLE)
ADD_DEFINITIONS("-DLIBDIR=\"${LIBDIR}\"")
satellite_signaling(self, signals, &(priv->enabled), priv->sat_interval, TRUE, &(priv->sat_updated_timestamp), &(priv->sat), sat);
}
-#ifdef TIZEN_PROFILE_MOBILE
static void location_setting_search_cb(keynode_t *key, gpointer self)
{
LOC_FUNC_LOG
}
}
}
-#endif
static void location_setting_gps_cb(keynode_t *key, gpointer self)
{
if (priv->app_type != CPPAPP && priv->set_noti == FALSE) {
location_setting_add_notify(VCONFKEY_LOCATION_ENABLED, location_setting_gps_cb, self);
-#ifdef TIZEN_PROFILE_MOBILE
location_state_add_notify(VCONFKEY_LOCATION_GPS_STATE, location_setting_search_cb, self);
-#endif
priv->set_noti = TRUE;
}
if (priv->app_type != CPPAPP && priv->set_noti == TRUE) {
location_setting_ignore_notify(VCONFKEY_LOCATION_ENABLED, location_setting_gps_cb);
-#ifdef TIZEN_PROFILE_MOBILE
location_state_ignore_notify(VCONFKEY_LOCATION_GPS_STATE, location_setting_search_cb);
-#endif
priv->set_noti = FALSE;
}
if (priv->app_type != CPPAPP && priv->set_noti == TRUE) {
location_setting_ignore_notify(VCONFKEY_LOCATION_ENABLED, location_setting_gps_cb);
-#ifdef TIZEN_PROFILE_MOBILE
location_state_ignore_notify(VCONFKEY_LOCATION_GPS_STATE, location_setting_search_cb);
-#endif
priv->set_noti = FALSE;
}
+[Version] libslp-location_1.3.3
+[Date] 22 Aug 2016
+[Changes] Support gps searching state in wearable profile
+[Developer] Kyoungjun Sung <kj7.sung@samsung.com>
+
+================================================================================
[Version] libslp-location_1.3.2
[Date] 18 Aug 2016
[Changes] Change mock location behavior