blob: 5a037e3d0d33268cb566a5e81c1092252965b534 [file] [log] [blame]
# Copyright 2018 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/fidl/fidl.gni")
fidl("fuchsia.bluetooth.le") {
sources = [
"central.fidl",
"peripheral.fidl",
"types.fidl",
]
public_deps = [
"//garnet/public/fidl/fuchsia.bluetooth",
"//garnet/public/fidl/fuchsia.bluetooth.gatt",
]
}