blob: 27590a24828c447278e7c5840cfb36bce8200c4e [file] [log] [blame]
{
program: {
runner: "elf",
binary: "bin/svchost",
},
capabilities: [
{
protocol: [
"fuchsia.kernel.DebugBroker",
"fuchsia.scheduler.ProfileProvider",
"fuchsia.sysmem.Allocator",
"fuchsia.tracing.kernel.Controller",
"fuchsia.tracing.kernel.Reader",
],
},
],
use: [
{
directory: "sysmem",
rights: [ "rw*" ],
path: "/dev/class/sysmem",
},
{
protocol: [
"fuchsia.boot.Arguments",
"fuchsia.boot.RootResource",
"fuchsia.boot.WriteOnlyLog",
"fuchsia.exception.Handler",
"fuchsia.kernel.RootJob",
"fuchsia.logger.LogSink",
],
},
],
expose: [
{
protocol: [
"fuchsia.kernel.DebugBroker",
"fuchsia.scheduler.ProfileProvider",
"fuchsia.sysmem.Allocator",
"fuchsia.tracing.kernel.Controller",
"fuchsia.tracing.kernel.Reader",
],
from: "self",
},
],
}