sync-agent: Change the system-info api to 2.3 public api
[platform/core/system/sync-agent.git] / src / fw-plugins / common-public / slp-device / src / slp_device_info.c
index 1d444e0..945e428 100755 (executable)
@@ -255,7 +255,7 @@ char *slp_device_info_get_pda_version()
 */
        char *pda_version = NULL;
        int sys_result = SYSTEM_INFO_ERROR_NONE;
-       sys_result = system_info_get_value_string(SYSTEM_INFO_KEY_BUILD_STRING, &pda_version);  /* GT-I8800_c210_2012_09_10_1 */
+       sys_result = system_info_get_platform_string("http://tizen.org/system/build.string", &pda_version);     /* GT-I8800_c210_2012_09_10_1 */
        if (sys_result == SYSTEM_INFO_ERROR_NONE) {
                if (pda_version != NULL) {
                        _DEBUG_INFO("system_info_get_value_string [%s]\n", pda_version);