blob: b2de1f46003c09092af6a18cd3737eef2866bc73 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
DESCRIPTION="Install configuration data for Atmel chips"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="chromeos-base/touch_updater"
S=${WORKDIR}
src_install() {
local touch_config_path="/opt/google/touch/config"
local config_file="540s.raw"
local config_link="/lib/firmware/maxtouch-tp.cfg"
insinto "${touch_config_path}"
doins "${FILESDIR}/${config_file}"
dosym "${touch_config_path}/${config_file}" "${config_link}"
}