blob: 321602d7c7cca2cb3113d698792566d38cb21038 [file]
// Copyright 2026 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.
// WARNING: THIS FILE IS GENERATED BY dmlc. DO NOT EDIT.
{
include: [
"driver_component/driver.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/rndis-function.so",
colocate: "true",
default_dispatcher_opts: [ "allow_sync_calls" ],
bind: "meta/bind/rndis-function.bindbc",
},
capabilities: [
{ service: "fuchsia.hardware.network.driver.Service" },
],
use: [
{ service: "fuchsia.boot.metadata.MacAddressMetadata" },
{ service: "fuchsia.hardware.usb.function.UsbFunctionService" },
],
expose: [
{
service: "fuchsia.hardware.network.driver.Service",
from: "self",
},
],
}