blob: 41e48d68e88249b5266135b566117d14c5a2aa27 [file] [log] [blame]
# Copyright 2019 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.factory.camera") {
sdk_category = "internal"
sources = [ "factory.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.camera2",
"//sdk/fidl/fuchsia.images",
"//zircon/system/fidl/fuchsia-mem",
]
}