blob: e805c87c9852619816323d7329bc0460e0468e92 [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/package.gni")
package("garnet_bluetooth_examples") {
deprecated_system_image = true
deps = [
# "ble_battery_service",
"bt-le-heart-rate-peripheral",
"bt_beacon_reader",
]
binaries = [
# {
# name = "ble_battery_service"
# },
{
name = "bt-le-heart-rate-peripheral"
},
{
name = "bt_beacon_reader"
},
]
}