blob: a1a74e196b3f47568d7f83a587b2f9535be5c7a1 [file] [log] [blame]
# Copyright 2022 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.test.debug") {
sources = [ "debug.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.io" ]
enable_hlcpp = true
}