blob: 4237121c8ee94d8aae35c5e78c4ef7d0df0fdd6f [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# This file distributed under the terms of the BSD license.
EAPI="6"
CROS_WORKON_PROJECT="chromiumos/third_party/novatek-tcon-fw-update-tool"
CROS_WORKON_LOCALNAME="novatek-tcon-fw-update-tool"
inherit cros-common.mk cros-workon
DESCRIPTION="Novatek TCON Firmware Updater"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/third_party/novatek-tcon-fw-update-tool/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~*"
src_install() {
dosbin "${OUT}"/nvt-tcon-fw-updater
}