blob: f42cb233f8c9e6fbba218b5932dde4fc1ae73689 [file] [log] [blame]
# Copyright 2021 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")
import("//build/fidl/toolchain.gni")
group("fidl") {
testonly = true
deps = [ ":fuchsia.camera.debug($fidl_toolchain)" ]
}
fidl("fuchsia.camera.debug") {
testonly = true
sources = [ "debug.test.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}