blob: 71b28212108cc319eb6d90b6dc4b7b22d737dd06 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_PROJECT="chromiumos/infra/tnull"
CROS_WORKON_LOCALNAME="../infra/tnull"
CROS_GO_BINARIES=(
"tnull"
)
CROS_GO_VERSION="${PF}"
inherit cros-go cros-workon
DESCRIPTION="Remote Test Driver minimal/fake implementation"
HOMEPAGE="https://chromium.googlesource.com/${CROS_WORKON_PROJECT}"
LICENSE="BSD-Google"
SLOT="0/0"
KEYWORDS="~*"
IUSE=""
DEPEND="
chromeos-base/cros-config-api:=
dev-go/luci-common:=
"