blob: 1e2c5911ba3fc1eaa9b8e118ab33d19e7b48fb35 [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.registers") {
sources = [ "registers.banjo" ]
deps = [ "//sdk/banjo/zx" ]
}
group("fuchsia.hardware.registers_banjo_cpp") {
public_deps = [ ":fuchsia.hardware.registers" ]
}