blob: 6c88501befb2193791620e8cb0bbaf00d9a0dbb4 [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 = [
"component-control.fidl",
"host-identification.fidl",
"remote-control.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.test",
"//sdk/fidl/fuchsia.test.manager",
"//sdk/fidl/fuchsia.url",
"//zircon/system/fidl/fuchsia-device",
]
}