blob: 6850f0f6a2b921d81888723a626f86be21f0745e [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.camera.test") {
sdk_category = "internal"
sources = [
"isp.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.camera2",
"//zircon/system/fidl/fuchsia-sysmem",
]
}