blob: fa59af660131258f1f16b450b259a99c0df32d99 [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/fidl/fidl.gni")
fidl("fuchsia.camera3") {
sdk_category = "partner"
stable = true
sdk_area = "Media"
sources = [
"device.fidl",
"device_watcher.fidl",
"overview.fidl",
"stream.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.math",
"//sdk/fidl/fuchsia.sysmem",
]
enable_hlcpp = true
}