blob: 44f40e3e4df29ade58a3614c5847ad03344e5caf [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
inherit appid udev
DESCRIPTION="Ebuild which pulls in any necessary ebuilds as dependencies
or portage actions."
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
S="${WORKDIR}"
DEPEND="!chromeos-base/light-sensor"
src_install() {
doappid "{E6710DFC-3EC0-42AE-8095-733FDEA6AF18}"
# Install platform-specific ambient light sensor configuration.
udev_dorules "${FILESDIR}/99-light-sensor.rules"
exeinto $(udev_get_udevdir)
doexe "${FILESDIR}/light-sensor-set-multiplier.sh"
# Install platform specific config files for power_manager.
insinto "/usr/share/power_manager/board_specific"
doins "${FILESDIR}/battery_stabilized_after_resume_ms"
doins "${FILESDIR}/low_battery_shutdown_percent"
doins "${FILESDIR}/low_battery_shutdown_time_s"
doins "${FILESDIR}/power_supply_full_factor"
doins "${FILESDIR}/wakeup_input_device_names"
# Install board-specific info.
insinto "/etc/laptop-mode/conf.d/board-specific"
doins "${FILESDIR}/hdparm.conf"
doins "${FILESDIR}/runtime-pm.conf"
}