blob: 5714ca786c232ca48792e930bbc1537580302310 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=6
CROS_WORKON_COMMIT="187562192fc5ef0ea33145b38db07bb0bb407c0b"
CROS_WORKON_TREE=("c9338e2c2e898e065dce6d62921e358a85709cd3" "9f59f108f99768868da0bdcbf0af1bd0b49e7f8b" "204c22604e7e21e87629c56fd7c20e739ae108b1" "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"
SLOT="0"
KEYWORDS="*"
IUSE=""
RDEPEND="
chromeos-base/libmems:=
net-libs/libiio:="
DEPEND="${RDEPEND}
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
}