blob: 2030b19ee123441f3141870b2cd6f74fc746d16e [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/fidl/fidl.gni")
fidl("fuchsia.hardware.camera") {
sdk_category = "partner"
api = "fuchsia.hardware.camera.api"
sources = [ "camera.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.camera2.hal",
"//zircon/vdso/zx",
]
}