blob: 23628769615f5204b4c60ceba2fef6e5cfcc4053 [file] [log] [blame]
// Copyright 2021 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/universe_resolver",
},
capabilities: [
{
resolver: "full-resolver",
path: "/svc/fuchsia.component.resolution.Resolver",
},
{
protocol: "fuchsia.component.resolution.Resolver",
path: "/svc/fuchsia.component.resolution.Resolver",
},
],
use: [
{
protocol: [ "fuchsia.component.resolution.Resolver" ],
},
],
expose: [
{
resolver: "full-resolver",
from: "self",
},
{
protocol: "fuchsia.component.resolution.Resolver",
from: "self",
},
],
}