blob: 58af6f3344203897d246f87cbbc63c1037919e3f [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Chrome OS trigger allowing chrome to access cros-ec-accel device"
HOMEPAGE="https://dev.chromium.org/chromium-os"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
!chromeos-base/iioservice
chromeos-base/mems_setup
virtual/chromeos-ec-driver-init
virtual/udev
"
S=${WORKDIR}
src_install() {
insinto /etc/init
doins "${FILESDIR}"/init/cros-ec-accel.conf
}