blob: 3da26be3878b08818d1debe50ec3acf37b37f60d [file] [log] [blame]
// Copyright 2023 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.
{
children: [
{
name: "remote-control",
url: "fuchsia-pkg://fuchsia.com/remote-control#meta/remote-control.cm",
environment: "#core-env",
},
],
offer: [
{
directory: "dev-class",
from: "void",
as: "dev-overnet-usb",
to: "#remote-control",
subdir: "overnet-usb",
availability: "optional",
},
],
}