blob: 7dae0dc7a8ced95abbffa5bcc4a4ac7182a22f43 [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_COMMIT="64f705ed5e55a839e6ba4eb906f0b9f391be8846"
CROS_WORKON_TREE="2add726d1904b74ce7ee157d489a5d3bb8575949"
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:=
"