blob: 24b9eb7fe8ad2c9dd7689e506a811a5765d9ebdb [file] [log] [blame]
# Copyright 2020 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.debugger") {
sdk_category = "partner_internal"
sdk_area = "Unknown"
sources = [ "debug_agent.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.component",
"//zircon/vdso/zx",
]
enable_hlcpp = true
}