blob: 1daac5669407ba27cbcfef4c4a3e7da4f4bfcb13 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_PROJECT="chromiumos/platform/dev-util"
CROS_WORKON_LOCALNAME="../platform/dev"
CROS_WORKON_SUBTREE="src"
inherit cros-workon
DESCRIPTION="Collection of test services installed into the cros_sdk env"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/dev-util/+/HEAD/src"
LICENSE="BSD-Google"
KEYWORDS="~*"
IUSE=""
# TODO(b/182898188): Re-add test-plan once proto changes have been integrated.
DEPEND="
dev-util/cros-provision
dev-util/testlabenv-local
dev-util/cros-test
dev-util/dut-server
"
RDEPEND="
${DEPEND}
!<chromeos-base/test-server-0.0.1-r49
"