This hal is not used in tizen 6.5 but is built. To remove build error, disable code.
Change-Id: Idf13ad2efb8aaeb3aabba4037a0211bae34eeca9
* limitations under the License.
*/
+#if 0
#include <hw/usb_client.h>
HARDWARE_MODULE_STRUCTURE = {
.open = hw_cfs_gadget_open,
.close = hw_cfs_gadget_close,
};
+#endif
* limitations under the License.
*/
+#if 0
#include <hw/usb_client.h>
HARDWARE_MODULE_STRUCTURE = {
.open = hw_legacy_gadget_open,
.close = hw_legacy_gadget_close,
};
+#endif
* limitations under the License.
*/
+#if 0
#include <hw/usb_gadget.h>
HARDWARE_MODULE_STRUCTURE = {
.open = simple_translator_open,
.close = simple_translator_close,
};
+#endif