blob: 7f58db122411b831d7a144bfdb63f33af54d6831 [file] [log] [blame]
// Copyright 2024 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",
bind: "meta/bind/at_fake_bind.bindbc",
fallback: "false",
default_dispatcher_opts: [ "allow_sync_calls" ],
compat: "driver/at-fake-transport.so",
colocate: "true",
},
use: [],
}