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" |
Allen Webb | 91b283e | 2020-12-23 17:34:49 -0600 | [diff] [blame] | 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 | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 14 | DESCRIPTION="Chrome OS system API D-Bus bindings for Rust." |
Allen Webb | 0af1396 | 2020-12-14 11:21:31 -0800 | [diff] [blame] | 15 | HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/system_api/" |
Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 16 | |
| 17 | LICENSE="BSD-Google" |
| 18 | SLOT="0/${PVR}" |
| 19 | KEYWORDS="~*" |
| 20 | |
Allen Webb | 91b283e | 2020-12-23 17:34:49 -0600 | [diff] [blame] | 21 | RDEPEND="!chromeos-base/system_api-rust" |
Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 22 | |
| 23 | DEPEND="${RDEPEND} |
Allen Webb | 91b283e | 2020-12-23 17:34:49 -0600 | [diff] [blame] | 24 | dev-rust/chromeos-dbus-bindings:= |
Allen Webb | 277a8da | 2020-09-17 18:42:11 -0500 | [diff] [blame] | 25 | =dev-rust/dbus-0.8*:= |
Allen Webb | 3949eebe | 2019-09-25 13:40:37 -0700 | [diff] [blame] | 26 | " |