blob: 2418aad45a4767153dc6b7beee1dd3acf5c66c75 [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 baseboard-puff"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
S="${WORKDIR}"
RDEPEND="chromeos-base/autotest-capability-chipset-cml"
DEPEND="${RDEPEND}"
src_install() {
insinto /etc/autotest-capability/
doins "${FILESDIR}"/*
}