blob: 3a0e5c45d2d9a3983cc70b93792b515b46e15f0c [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.
import("//build/banjo/banjo.gni")
banjo("fuchsia.hardware.bt.vendor") {
sources = [ "bt-vendor.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}