blob: 8cc945cca7492dc755a3a3618cb0019cf5ce79d4 [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.
{
include: [
"//sdk/lib/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
compat: "driver/runtime-composite-root-driver.so",
bind: "meta/bind/root-driver.bindbc",
colocate: "true",
},
capabilities: [
{ service: "fuchsia.runtime.composite.test.Service" },
],
use: [],
expose: [
{
service: "fuchsia.runtime.composite.test.Service",
from: "self",
},
],
}