blob: 553f6adc59b6ba5190f08612c32e0838c65cc125 [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: [ "sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/universe_resolver",
args: [ "--enable-ephemeral-components" ],
},
capabilities: [
{
resolver: "universe-resolver",
path: "/svc/fuchsia.sys2.ComponentResolver",
},
{
protocol: "fuchsia.sys2.ComponentResolver",
path: "/svc/fuchsia.sys2.ComponentResolver",
},
],
use: [
{
protocol: [
"fuchsia.pkg.PackageResolver",
"fuchsia.sys2.ComponentResolver",
],
},
],
expose: [
{
resolver: "universe-resolver",
from: "self",
},
// Needed so the test component can call the protocol
{
protocol: "fuchsia.sys2.ComponentResolver",
from: "self",
},
],
}