blob: 7b73bca8a9307d2525e8f988b423df96b0f9229c [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.debugdata") {
sdk_category = "partner"
sdk_area = "Unknown"
sources = [ "publisher.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.io",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}