blob: d5320ae29718049d436fd76a00c7977bab490857 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="eec0b629c1d0ddcbd54b1d9bb9a374c741e708a0"
CROS_WORKON_TREE=("dcf681b92da9ef63d940981a76108e0d1bb3e037" "088df1e4336b60c647f4abd2a4f43a68de1fd344" "3be383939d0149bf6df1d0d564d48b1e5f2f326e" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_INCREMENTAL_BUILD="1"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
# TODO(crbug.com/809389): Remove libmems from this list.
CROS_WORKON_SUBTREE="common-mk mems_setup libmems .gn"
PLATFORM_SUBDIR="mems_setup"
inherit cros-workon platform
DESCRIPTION="MEMS Setup for Chromium OS."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/mems_setup"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE=""
COMMON_DEPEND="
chromeos-base/libmems:=
net-libs/libiio:="
RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
chromeos-base/system_api:="
src_install() {
dosbin "${OUT}"/mems_setup
}
platform_pkg_test() {
local tests=(
mems_setup_testrunner
)
local test_bin
for test_bin in "${tests[@]}"; do
platform_test "run" "${OUT}/${test_bin}"
done
}