blob: 24264971c727fa247be9fd25e7df805aecbea4cb [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"
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
}