blob: 9b456df149db34d003a2b9a08986ccac99ef8dda [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/looper",
},
capabilities: [
{ protocol: "fuchsia.component.tests.Shutdowner" },
],
expose: [
{
protocol: "fuchsia.component.Binder",
from: "framework",
},
{
protocol: "fuchsia.component.tests.Shutdowner",
from: "self",
},
],
}