blob: 9db8e75a5a02eb6ea8c8fac919025115e8c6abee [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"
sources = [
"device.fidl",
"device_watcher.fidl",
"overview.fidl",
"stream.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.math",
"//sdk/fidl/fuchsia.sysmem",
]
}