blob: 518766ea170cb39605478101d3707aea3db0c2d8 [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: {
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",
},
],
}