blob: ab6a4afe0fc1f431497de2cd1440a9512fefa2fb [file] [log] [blame]
Allen Webb3949eebe2019-09-25 13:40:37 -07001# Copyright 2019 The Chromium OS Authors. All rights reserved.
2# Distributed under the terms of the GNU General Public License v2
3
Allen Webb798524a2020-08-27 08:37:40 -05004EAPI=7
Allen Webb3949eebe2019-09-25 13:40:37 -07005
Allen Webb0af13962020-12-14 11:21:31 -08006CROS_RUST_SUBDIR="system_api"
7
Allen Webb3949eebe2019-09-25 13:40:37 -07008CROS_WORKON_PROJECT="chromiumos/platform2"
9CROS_WORKON_LOCALNAME="platform2"
Allen Webb0af13962020-12-14 11:21:31 -080010CROS_WORKON_SUBTREE="${CROS_RUST_SUBDIR} authpolicy/dbus_bindings debugd/dbus_bindings login_manager/dbus_bindings"
Allen Webb3949eebe2019-09-25 13:40:37 -070011
12inherit cros-workon cros-rust
13
Allen Webb935359b2019-10-21 15:24:04 -070014CROS_RUST_CRATE_NAME="system_api"
Allen Webb3949eebe2019-09-25 13:40:37 -070015DESCRIPTION="Chrome OS system API D-Bus bindings for Rust."
Allen Webb0af13962020-12-14 11:21:31 -080016HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/system_api/"
Allen Webb3949eebe2019-09-25 13:40:37 -070017
18LICENSE="BSD-Google"
19SLOT="0/${PVR}"
20KEYWORDS="~*"
21
22RDEPEND=""
23
24DEPEND="${RDEPEND}
Allen Webb277a8da2020-09-17 18:42:11 -050025 >chromeos-base/chromeos-dbus-bindings-rust-0.24.52-r16:=
26 =dev-rust/dbus-0.8*:=
Allen Webb3949eebe2019-09-25 13:40:37 -070027"