blob: 7ed0552063a93e47ab99eb3a0b7cb3672fa8961a [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("//topaz/runtime/flutter_runner/flutter_app.gni")
flutter_app("bluetooth_settings") {
main_dart = "lib/main.dart"
manifest = "pubspec.yaml"
deps = [
"//garnet/public/lib/bluetooth/fidl:bluetooth",
"//garnet/public/lib/bluetooth/fidl:bluetooth_control",
"//garnet/public/lib/bluetooth/fidl:bluetooth_gatt",
"//garnet/public/lib/bluetooth/fidl:bluetooth_low_energy",
"//peridot/public/lib:fidl",
"//third_party/dart-pkg/git/flutter/packages/flutter",
"//topaz/public/dart/fidl",
"//topaz/public/dart/logging:lib.logging",
"//topaz/public/dart/widgets:lib.widgets",
"//topaz/public/lib/app/dart",
]
}