blob: 8fc0929c01ddc0f8c4d65391bf8108215e657275 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=6
CROS_WORKON_COMMIT="9905f80ee0c12baa93b9d446a835a37b24ab5039"
CROS_WORKON_TREE="92c404bb73e420758517efd2dc82a83aa20df6c9"
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_PROJECT="chromiumos/platform/moblab"
CROS_WORKON_LOCALNAME="../platform/moblab"
inherit cros-workon
DESCRIPTION="MobLab sys-app that monitors system essential services"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/moblab/+/master/src/mobmonitor/"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND=""
DEPEND="
${RDEPEND}
"
MOBMONITOR_BASE="/etc/moblab/mobmonitor"
src_install() {
insinto "${MOBMONITOR_BASE}"
doins -r src/mobmonitor/*
}