this code will be reverted later...
Change-Id: I4b0f88519d705c64fe368d6429a4765cf0115541
tdm_error
tdm_hwc_window_get_constraints(tdm_hwc_window *hwc_window, int *constraints);
+// TODO : this will be removed...
+#define TDM_PREPARATION_BUFFER_QUEUE 1000
+#define TDM_PREPARATION_NONE 1001
+
+tdm_error
+tdm_hwc_window_get_preparation_types(tdm_hwc_window *hwc_window, int *preparation_types);
+// TODO
+
/**
* @brief Destroy a pp object
* @param[in] pp A pp object
return ret;
}
+
+// TODO : this will be removed...
+tdm_error
+tdm_hwc_window_get_preparation_types(tdm_hwc_window *hwc_window, int *preparation_types)
+{
+ return TDM_ERROR_NONE;
+}
/* LCOV_EXCL_STOP */
\ No newline at end of file