blob: b8dc0f9609690992ebd4f6ed3428a74c3e4dc289 [file] [log] [blame]
# Copyright 2017 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.camera") {
sdk_category = "partner"
api = "fuchsia.camera.api"
sources = [
"camera.fidl",
"manager.fidl",
]
public_deps = [
"//zircon/public/fidl/fuchsia-sysmem",
]
}