blob: 4c4db04f632a5976e471f8c6fc42312a1c0af6cd [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")
group("fidl") {
testonly = true
deps = [ ":fuchsia.camera.debug" ]
}
fidl("fuchsia.camera.debug") {
sdk_category = "internal"
sources = [ "debug.test.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}