blob: 49ded324b6c3680ca5b7bb33030c6a3490a73a0c [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.sys") {
library_name = "sys"
namespace = "fuchsia.bluetooth"
public_deps = [
"../fuchsia.bluetooth",
]
sources = [
"access.fidl",
"bootstrap.fidl",
"host_watcher.fidl",
"identity.fidl",
"pairing_delegate.fidl",
"peer.fidl",
]
}
group("all"){
deps = [
":fuchsia.bluetooth.sys",
]
}