blob: e1f55d3122deb05c9b50d09c710eccc42fe6e370 [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_COMMIT="48236dd245bb804845d8d7d6309f1769c76cc2e8"
CROS_WORKON_TREE="f3ec367333d2cf60a121dbc47a5780c04ce28dc7"
CROS_WORKON_PROJECT="chromiumos/platform/dev-util"
CROS_WORKON_LOCALNAME="platform/dev"
CROS_WORKON_SUBTREE="src"
inherit cros-workon
# TODO(shapiroc): Rename package to test-services
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(jaquesc): Re-add dev-util/dut-server once the server has all functionality
DEPEND="
dev-util/provision-server
dev-util/test-exec-server
dev-util/test-plan
"
RDEPEND="${DEPEND}"