| // Copyright 2025 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. |
| { |
| include: [ |
| "inspect/client.shard.cml", |
| "syslog/client.shard.cml", |
| ], |
| program: { |
| runner: "driver", |
| binary: "driver/devfs_services_root.so", |
| bind: "meta/bind/root.bindbc", |
| }, |
| |
| // This would be included for the driver to advertise the service itself |
| // capabilities: [ |
| // { service: "fuchsia.services.test.Device" }, |
| // ], |
| // expose: [ |
| // { |
| // service: "fuchsia.services.test.Device", |
| // from: "self", |
| // }, |
| // ], |
| } |