blob: cfc33c18d9f77ef2fb95a366304deafdf3ca0bcc [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
CROS_WORKON_COMMIT="f34cf3a06f7b17b7829185630d886a5d9d3f0e75"
CROS_WORKON_TREE=("791c6808b4f4f5f1c484108d66ff958d65f8f1e3" "defc5f8c0627d2e120d6d81f092dd68ae4d5e440" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_USE_VCSID=1
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk easy-unlock .gn"
PLATFORM_SUBDIR="easy-unlock"
inherit cros-workon platform user
DESCRIPTION="Service for supporting Easy Unlock in Chromium OS"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/easy-unlock/"
LICENSE="BSD-Google"
SLOT="0/0"
KEYWORDS="*"
IUSE=""
COMMON_DEPEND="
chromeos-base/easy-unlock-crypto:=
"
RDEPEND="${COMMON_DEPEND}"
DEPEND="
${COMMON_DEPEND}
chromeos-base/system_api:=
"
pkg_preinst() {
enewuser easy-unlock
enewgroup easy-unlock
}
src_install() {
exeinto /opt/google/easy_unlock
doexe "${OUT}/easy_unlock"
insinto /etc/dbus-1/system.d
doins org.chromium.EasyUnlock.conf
insinto /usr/share/dbus-1/system-services
doins org.chromium.EasyUnlock.service
insinto /etc/init
doins init/easy-unlock.conf
insinto /usr/share/dbus-1/interfaces
doins dbus_bindings/org.chromium.EasyUnlockInterface.xml
}
platform_pkg_test() {
platform_test "run" "${OUT}/easy_unlock_test_runner"
}