blob: 21f7cd50a9fb998320a21f67d9cf4ec1be579c94 [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",
]
}