-//#define USE_G_DBUS
+#define USE_G_DBUS
/**
* This file contains the exported symbol.
#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
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) {