blob: 355f0a82296ac9634d47ad4cd73adb83469c5e02 [file] [log] [blame]
{
debug: false,
maintain_utc_clock: false,
use_builtin_process_launcher: false,
num_threads: 1,
out_dir_contents: "svc",
namespace_capabilities: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.boot.WriteOnlyLog",
"fuchsia.process.Launcher",
],
},
// For route_directories_from_component_manager_namespace test
{
directory: "read_only",
path: "/read_only",
rights: [
"r*",
],
},
{
directory: "read_write",
path: "/read_write",
rights: [
"rw*",
],
},
{
directory: "read_write_dup",
path: "/read_write_dup",
rights: [
"rw*",
],
},
{
directory: "read_exec",
path: "/read_exec",
rights: [
"rx*",
],
},
{
directory: "read_only_after_scoped",
path: "/read_only_after_scoped",
rights: [
"r*",
],
},
],
builtin_capabilities: [
{
protocol: [
"fuchsia.sys2.CrashIntrospect",
"fuchsia.sys2.EventSource",
"fuchsia.sys2.SystemController",
"fuchsia.sys2.WorkSchedulerControl",
],
},
{
runner: "elf",
},
],
builtin_pkg_resolver: "appmgr_bridge",
}