blob: 42878e55787b1f48a9498295771b488993252299 [file]
// 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/my_driver_cpp.so",
bind: "meta/bind/my_driver_cpp.bindbc",
},
}