blob: 5a3f3a9ba03d32bd41d949aed092462513e8cb9f [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.platform.bus") {
fidl_only = true
sources = [ "platform-bus.banjo" ]
deps = [
"//sdk/banjo/fuchsia.hardware.platform.device",
"//sdk/banjo/zx",
]
}
group("fuchsia.hardware.platform.bus_banjo_cpp") {
public_deps = [ ":fuchsia.hardware.platform.bus_banjo_cpp_2" ]
}