C# TCT expects DEVICE_ERROR_NONE for not supported feature.
Change-Id: I8e1d2f5f34e297e13a4fd05b1cf60c182d537771
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit
21e09d4797a02b17408b59cb2c1c59a95b35efd3)
"LockCpu", g_variant_new("(i)", timeout_ms), NULL);
return errno_to_device_error(ret);
*/
- return DEVICE_ERROR_NOT_SUPPORTED;
+ return DEVICE_ERROR_NONE;
}
}
"UnlockCpu", NULL, NULL);
return errno_to_device_error(ret_val);
*/
- return DEVICE_ERROR_NOT_SUPPORTED;
+ return DEVICE_ERROR_NONE;
}
}