blob: 8f01fa0a3522630526d45e5467df2b03038af560 [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.
{
include: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/nodemanager_leaf.so",
bind: "meta/bind/leaf.bindbc",
service_connect_validation: "true",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
use: [
{ protocol: "fuchsia.nodemanager.test.Waiter" },
{ service: "fuchsia.nodemanager.test.Service" },
],
}