blob: c19e3463d158f37eb1979b615d5a40f700ff1cc8 [file]
// Copyright 2020 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/base_resolver_mock_component_bin",
},
capabilities: [
{
protocol: "test.ping.Ping",
path: "/svc/test.ping.Ping",
},
],
expose: [
{
protocol: "test.ping.Ping",
from: "self",
},
],
}