blob: 1be09207716e47365f2da0c72c1c97b115b694f1 [file] [log] [blame]
// Copyright 2022 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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/decompressor",
args: [],
},
capabilities: [
{ protocol: "fuchsia.blobfs.internal.DecompressorCreator" },
],
use: [
{
protocol: [ "fuchsia.scheduler.RoleManager" ],
},
{
protocol: "fuchsia.tracing.provider.Registry",
availability: "optional",
},
],
expose: [
{
protocol: "fuchsia.blobfs.internal.DecompressorCreator",
from: "self",
},
],
}