#include "TZ_Vendor_tl.h"
#include "tci.h"
#include "tl_spay_tui_msg.h"

uint32_t process_cmd(uint32_t commandId, tciMessage_t * sendmsg, uint32_t sendmsg_len, tciMessage_t * respmsg, uint32_t respmsg_len) {
	uint32_t ret = 0;
	TTY_LOG("Not supportred command on BC_TUI. command :0x%08X ", commandId);
	ret = TIMA_ERROR_TUI_UNKNOWN_CMD;
	return ret;
}

