blob: bcaeb64b90adb1779ee276a35ccb0424de752a99 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "dso",
binary: "lib/libcpp_dso.so",
async: "true",
// Currently, dso_runner is hard coded to expect this scheduler role
scheduler_role: "fuchsia.ui.common_dispatcher",
},
capabilities: [
{ protocol: "fidl.test.dso.TestHelper" },
],
use: [
{ protocol: "fidl.test.dso.TestHelper" },
],
expose: [
{
protocol: "fidl.test.dso.TestHelper",
from: "self",
},
],
}