blob: 6908c8c22033bfb380d73e1f7d7f33d527f353e6 [file] [log] [blame]
// Copyright 2021 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/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/component_manager_test_trigger_bin",
},
capabilities: [
{ protocol: "fidl.test.components.Trigger" },
],
expose: [
{
protocol: "fidl.test.components.Trigger",
from: "self",
},
],
}