blob: e4ea515d5f2b89c00cae6110d657fa7fb1a8fa81 [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 = "internal"
api = "fuchsia.hardware.camera.api"
sources = [ "camera.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.camera2.debug",
"//sdk/fidl/fuchsia.camera2.hal",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}