blob: 1a48c7b8fa1c8c72461b0c57dc9f434e2ec989ca [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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fidl_library.gni")
fidl_library("fuchsia.castremotecontrol") {
library_name = "castremotecontrol"
namespace = "fuchsia"
public_deps = [
]
sources = [
"remote_control.fidl",
]
}
group("all"){
deps = [
":fuchsia.castremotecontrol",
]
}