blob: 54fa9d29eacfdd51c03a2d734fb5ad9604be9086 [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.camera") {
sources = [ "camera.banjo" ]
}
group("fuchsia.hardware.camera_banjo_cpp") {
public_deps = [ ":fuchsia.hardware.camera" ]
}