blob: 03d28e8d2ac4fb3a3d837b26438bf649ceb84afe [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"
sources = [
"camera.fidl",
"manager.fidl",
]
public_deps = [
"//zircon/public/fidl/fuchsia-sysmem",
]
}