blob: 39b29d24eed9152067a529aeebf17d9b4314bf0f [file] [log] [blame]
// Copyright 2025 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/loopback_resolver",
},
capabilities: [
{
resolver: "resolver",
path: "/svc/fuchsia.component.resolution.Resolver",
},
{ protocol: "fuchsia.component.resolution.Resolver" },
],
use: [
{ protocol: "fuchsia.component.resolution.Resolver" },
],
expose: [
{
resolver: "resolver",
from: "self",
},
{
protocol: "fuchsia.component.resolution.Resolver",
from: "self",
},
],
}