blob: 6ed19cc1a3b76de16b79973c3a76abef75080526 [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/inspect/client.shard.cml",
"//src/connectivity/network/lib/net_interfaces/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/exceptions",
},
capabilities: [
{
protocol: [
"fuchsia.exception.Handler",
"fuchsia.exception.ProcessLimbo",
],
},
],
use: [
{
protocol: [
"fuchsia.feedback.CrashReporter",
"fuchsia.process.Launcher",
"fuchsia.sys2.CrashIntrospect",
],
},
{
// TODO(fxbug.dev/107391): remove this
protocol: "fuchsia.sys.internal.CrashIntrospect",
availability: "optional",
},
{
directory: "config-data",
rights: [ "r*" ],
path: "/config/data",
},
{
storage: "tmp",
path: "/tmp",
},
],
expose: [
{
protocol: [
"fuchsia.exception.Handler",
"fuchsia.exception.ProcessLimbo",
],
from: "self",
},
],
}