Change-Id: I86d377deff55a1f0122eed0f06b75b3128843a32
Signed-off-by: kmook <kmook.choi@samsung.com>
//callback function handles put command for remote-app-control resource
static int __handle_request(iotcon_representation_h rep, iotcon_request_h request)
{
+#if defined(_TV_)
+ // temporarily blocked by security issue
+ return CONV_ERROR_INVALID_PARAMETER;
+#else
iotcon_attributes_h attributes;
char *requestType;
}
return CONV_ERROR_INVALID_PARAMETER;
+#endif
}
//callback function handles requests for remote-app-control resource