blob: fca64a132f49e1f32a56cb59e8367f4e670e5d2b [file] [log] [blame]
// 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: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
binary: "bin/base_resolver_mock_component_bin",
},
capabilities: [
{
protocol: "test.ping.Ping",
path: "/svc/test.ping.Ping",
},
],
use: [
{ runner: "elf" },
],
expose: [
{
protocol: "test.ping.Ping",
from: "self",
},
],
}