blob: 5095480b1ad73c2cf3c97dafec06acac488b3c4b [file] [log] [blame]
# Copyright 2019 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.test") {
sources = [
"controller_states.fidl",
"hci_emulator.fidl",
"hci_errors.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.bluetooth",
"//sdk/fidl/fuchsia.bluetooth.bredr",
]
}