blob: 0121554b174e3055995ae98920f357b4ae2c0a9a [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Install autotest capabilities for volteer"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
S="${WORKDIR}"
RDEPEND="chromeos-base/autotest-capability-chipset-tgl"
DEPEND="${RDEPEND}"
src_install() {
insinto /etc/autotest-capability/
doins "${FILESDIR}"/*
}