blob: b81b69a7bc36d0515f30e665488bb16a561fd426 [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.remotecontrol") {
sdk_category = "internal"
sources = [
"host-identification.fidl",
"remote-control.fidl",
"service-discovery.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.device",
"//sdk/fidl/fuchsia.diagnostics",
"//sdk/fidl/fuchsia.net.stack",
"//sdk/fidl/fuchsia.test",
"//sdk/fidl/fuchsia.test.manager",
"//sdk/fidl/fuchsia.url",
]
}