[Internal: merge private->RSA , Patch create momanager.db]
[platform/core/system/sync-agent.git] / src / fw-plugins / common-public / slp-device / src / slp_device_info.c
index 2a75965..1d444e0 100755 (executable)
@@ -123,6 +123,7 @@ char *slp_device_info_get_modem_version()
        return get_str;
 */
        char *get_str = NULL;
+/*
        TapiHandle *handle = tel_init(NULL);
        if (!handle)
                _DEBUG_INFO("tapi handle is null\n");
@@ -140,7 +141,8 @@ char *slp_device_info_get_modem_version()
 
        if (!handle)
                tel_deinit(handle);
-
+*/
+       get_str = strdup("I8800XXKI1");
        _DEBUG_INFO("Modem version = %s\n", get_str);
 
        _EXTERN_FUNC_EXIT;