blob: 573bca5f384e49e1c88bbfc311d1c16d50e73163 [file] [log] [blame]
# Copyright 2020 The ChromiumOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="e170d19aec29308f8c12ee35f2a2743bb5a458af"
CROS_WORKON_TREE="4d6d8f07299def567532377e3caa17192b4bddfb"
inherit cros-constants
CROS_WORKON_REPO="${CROS_GIT_HOST_URL}"
CROS_WORKON_PROJECT="chromiumos/platform/tast-tests"
CROS_WORKON_LOCALNAME="platform/tast-tests"
CROS_WORKON_SUBTREE="vars"
inherit cros-workon
DESCRIPTION="All Tast static variables"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="virtual/tast-vars"
DEPEND="${RDEPEND}"
src_install() {
insinto /etc/tast/vars/public
doins -r vars/*
}