| // 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: [ "syslog/client.shard.cml" ], |
| program: { |
| runner: "builtin_service_broker", |
| policy: "first_instance_to_protocol", |
| protocol_name: "nanohub", |
| }, |
| capabilities: [ |
| { |
| protocol: "fuchsia.hardware.google.nanohub.Device", |
| path: "/svc/output", |
| }, |
| ], |
| use: [ |
| { |
| service: "fuchsia.hardware.google.nanohub.Service", |
| path: "/svc/input", |
| }, |
| ], |
| expose: [ |
| { |
| protocol: "fuchsia.hardware.google.nanohub.Device", |
| from: "self", |
| }, |
| ], |
| } |