blob: 08e675acbd02aec50c76ea0f3e5f19757f2916ea [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: [ "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",
},
],
}