blob: deb2f41ab6f7b032e8f0ebeb68378ff3b776099f [file] [log] [blame]
{
"program": {
"args": [
"--svc_name=fuchsia.example.IsolatedDevmgr",
"--add_namespace=/pkg/data",
"--load_driver=/pkg/data/virtual_audio_driver.so",
"--wait_for=test/virtual_audio"
],
"binary": "bin/isolated_devmgr"
},
"sandbox": {
"features": [
"deprecated-ambient-replace-as-executable"
],
"boot": [
"bin",
"lib"
],
"services": [
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher"
]
}
}