blob: ef14fc524f91c86132bcee9eb0ec899d941271a6 [file]
// 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: [
"//sdk/lib/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
compat: "driver/compat-runtime-v1.so",
bind: "meta/bind/v1.bindbc",
colocate: "true",
},
use: [
{ service: "fuchsia.compat.runtime.test.Service" },
],
}