blob: 9ef654426d072ec3cc54c1ce1a8e7506f55ffc0c [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.developer.bridge") {
sdk_category = "internal"
sources = [
"daemon.fidl",
"target.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.developer.remotecontrol",
"//sdk/fidl/fuchsia.net",
"//sdk/fidl/fuchsia.test",
"//sdk/fidl/fuchsia.test.manager",
"//sdk/fidl/fuchsia.url",
]
# XXX(awdavies): Figure out whether or not to fuzz.
fuzzers = [
{
protocol = "fidl.developer.bridge.Daemon"
},
]
}