blob: 02bb36c6867b3a27f4ce0b3106afede3a0e9852e [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/banjo/banjo.gni")
banjo("fuchsia.hardware.bt.hci") {
sources = [ "bt-hci.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}