blob: 8fb7d4fccb20501b8dbf22512167f88e208dd4ec [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
DESCRIPTION="Ebuild which pulls in any necessary ebuilds as dependencies
or portage actions."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* amd64 x86"
IUSE=""
S="${WORKDIR}"
# Add dependencies on other ebuilds from within this board overlay
RDEPEND="
!<chromeos-base/chromeos-bsp-falco-private-0.0.2
"
DEPEND="${RDEPEND}"
src_install() {
doappid "{FA5D6766-6B3C-47C8-84DD-6A322C311569}" "CHROMEBOOK"
# Install platform specific config file for power_manager
insinto "/usr/share/power_manager/board_specific"
doins "${FILESDIR}"/powerd_prefs/*
# Install board-specific laptop mode configs.
insinto "/etc/laptop-mode/conf.d/board-specific"
doins "${FILESDIR}/hdparm.conf"
}