#define APP_CONTROL_DATA_INPUT_PREDICTION_HINT "http://tizen.org/appcontrol/data/input_prediction_hint"
+/**
+ * @brief Definition for app_control data: Send widget instance id to widget setup app.
+ * @details The value is the id of the widget instance.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_WIDGET_INSTANCE_ID "http://tizen.org/appcontrol/data/widget_instance_id"
+
+
+/**
+ * @brief Definition for app_control data: Send widget content to widget setup app.
+ * @details The value is the content info of the widget instance.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_WIDGET_CONTENT "http://tizen.org/appcontrol/data/widget_content"
+
+
+/**
+ * @brief Definition for app_control data: Send widget appid to widget setup app.
+ * @details The value is the appid declared in the widget application manifest file.
+ * @since_tizen 4.0
+ */
+#define APP_CONTROL_DATA_WIDGET_APP_ID "http://tizen.org/appcontrol/data/widget_app_id"
+
+
/**
* @brief Called when the reply of the launch request is delivered.
*