Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 1 | # Copyright 2019 The Chromium OS Authors. All rights reserved. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | |
Allen Webb | 798524a | 2020-08-27 08:37:40 -0500 | [diff] [blame] | 4 | EAPI=7 |
Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 5 | |
Allen Webb | 0af1396 | 2020-12-14 11:21:31 -0800 | [diff] [blame^] | 6 | CROS_RUST_SUBDIR="system_api" |
| 7 | |
Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 8 | CROS_WORKON_PROJECT="chromiumos/platform2" |
| 9 | CROS_WORKON_LOCALNAME="platform2" |
Allen Webb | 0af1396 | 2020-12-14 11:21:31 -0800 | [diff] [blame^] | 10 | CROS_WORKON_SUBTREE="${CROS_RUST_SUBDIR} authpolicy/dbus_bindings debugd/dbus_bindings login_manager/dbus_bindings" |
Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 11 | |
| 12 | inherit cros-workon cros-rust |
| 13 | |
Allen Webb | 935359b | 2019-10-21 15:24:04 -0700 | [diff] [blame] | 14 | CROS_RUST_CRATE_NAME="system_api" |
Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 15 | DESCRIPTION="Chrome OS system API D-Bus bindings for Rust." |
Allen Webb | 0af1396 | 2020-12-14 11:21:31 -0800 | [diff] [blame^] | 16 | HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/system_api/" |
Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 17 | |
| 18 | LICENSE="BSD-Google" |
| 19 | SLOT="0/${PVR}" |
| 20 | KEYWORDS="~*" |
| 21 | |
| 22 | RDEPEND="" |
| 23 | |
| 24 | DEPEND="${RDEPEND} |
Allen Webb | 277a8da | 2020-09-17 18:42:11 -0500 | [diff] [blame] | 25 | >chromeos-base/chromeos-dbus-bindings-rust-0.24.52-r16:= |
| 26 | =dev-rust/dbus-0.8*:= |
Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 27 | " |