blob: 3708f496cc57c87f4884cdb1874a43cd737bc069 [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("//packages/package.gni")
package("bluetooth_examples") {
app = true
deps = [
"//garnet/examples/bluetooth/ble_scanner",
"//garnet/examples/bluetooth/settings",
]
binaries = [
{
source = "gen/garnet/examples/bluetooth/ble_scanner/ble_scanner.flx"
name = "bluetooth_le_scanner"
},
{
source = "gen/garnet/examples/bluetooth/settings/settings.flx"
name = "bluetooth_settings_example"
}
]
}