blob: cda52a391174f191ba3b9016ace6c3681842fd36 [file] [log] [blame]
# Copyright 2020 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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fidl_library.gni")
fidl_library("fuchsia.bluetooth.control") {
library_name = "control"
namespace = "fuchsia.bluetooth"
public_deps = [
"../fuchsia.bluetooth",
]
sources = [
"bonding.fidl",
"control.fidl",
"pairing_delegate.fidl",
"pairing_options.fidl",
"remote_device.fidl",
]
}
group("all"){
deps = [
":fuchsia.bluetooth.control",
]
}