dbus rewrited 85/150585/1
authorSang-Hun Chung <sanghun.chung@samsung.com>
Mon, 18 Sep 2017 04:43:50 +0000 (13:43 +0900)
committerSang-Hun Chung <sanghun.chung@samsung.com>
Mon, 18 Sep 2017 04:43:50 +0000 (13:43 +0900)
Change-Id: I89bc16097a8fe93edde8c1a9e6cde26d997262ae

src/tizen-service-enabler-lib.c

index ba8e0db62198da74890680bba95f447f0911dd6f..0656497f2b458188bb62d72e1fd94766d2896948 100755 (executable)
@@ -1,4 +1,4 @@
-//#define USE_G_DBUS
+#define USE_G_DBUS
 
 /**
  * This file contains the exported symbol.
@@ -16,8 +16,9 @@
 
 #include <gio/gio.h>
 
-#define SERVICE_ENABLER_NAME "org.tizen.samsung_service_enabler"
-#define SERVICE_ENABLER_PATH "/org/tizen/samsung_service_enabler"
+#define SERVICE_ENABLER_NAME "org.example.tizen-service-enabler"
+#define SERVICE_ENABLER_PATH "/org/example/tizen-service-enabler"
+
 
 #endif
 
@@ -130,7 +131,7 @@ EXIT:
        app_control_h request;
        app_control_create(&request);
        app_control_set_app_id(request, "org.example.tizen-service-enabler");
-       app_control_set_operation(request, "http://tizen.org/appcontrol/operation/cloud-service/upload");
+       app_control_set_operation(request, "http://tizen.org/appcontrol/operation/cloud-service/hi");
 
        ret = app_control_send_launch_request(request, _wrapper_cb, (void*)_result);
        if (ret != APP_CONTROL_ERROR_NONE) {