blob: 470e582b7b31275fe59148626aef29a9c86a83d5 [file] [log] [blame]
// Copyright 2022 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/driver-runtime-root.so",
bind: "meta/bind/root.bindbc",
},
capabilities: [
{ protocol: "fuchsia.driver.framework.RuntimeConnector" },
],
expose: [
{
protocol: "fuchsia.driver.framework.RuntimeConnector",
from: "self",
},
],
}