blob: c8219cab1bc6cdc4d2acaa12199f3c11f092215b [file] [log] [blame]
// 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/reload_test_nested_composite_a_driver.so",
colocate: "false",
default_dispatcher_opts: [ "allow_sync_calls" ],
bind: "meta/bind/composite-a.bindbc",
},
use: [
{ protocol: "fuchsia.reloaddriver.test.Waiter" },
],
}