blob: 30d58587a5984eef0a42ccf4d15ed5a42917133d [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/app",
},
capabilities: [
{
directory: "debugdata",
rights: [ "r*" ],
path: "/debugdata",
},
],
use: [
{
directory: "boot",
rights: [ "r*" ],
path: "/boot",
},
{
protocol: [ "fuchsia.boot.SvcStashProvider" ],
},
],
expose: [
{
directory: "debugdata",
from: "self",
},
],
}