blob: dc893112cefbf151f3a4a5b5e1f2c989a01842ae [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/rust/rustc_binary.gni")
rustc_binary("ble_battery_service") {
deps = [
"//garnet/public/lib/fidl/rust/fidl",
"//garnet/public/fidl/fuchsia.bluetooth:fuchsia.bluetooth-rustc",
"//garnet/public/fidl/fuchsia.bluetooth.gatt:fuchsia.bluetooth.gatt-rustc",
"//garnet/public/fidl/fuchsia.bluetooth.le:fuchsia.bluetooth.le-rustc",
"//garnet/public/fidl/fuchsia.power:fuchsia.power-rustc",
"//garnet/public/rust/crates/fuchsia-app:fuchsia-app-rustc",
"//garnet/public/rust/crates/fuchsia-async:fuchsia-async-rustc",
"//garnet/public/rust/crates/fuchsia-zircon",
"//third_party/rust-crates/rustc_deps:failure",
"//third_party/rust-crates/rustc_deps:futures-preview",
"//third_party/rust-crates/rustc_deps:parking_lot",
]
}