28 lines
745 B
Plaintext
28 lines
745 B
Plaintext
|
{
|
||
|
"facets": {
|
||
|
"fuchsia.test": {
|
||
|
"injected-services": {
|
||
|
"fuchsia.net.name.Lookup": "fuchsia-pkg://fuchsia.com/crashpad-test#meta/dns-resolver.cmx",
|
||
|
"fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/crashpad-test#meta/netstack.cmx"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"include": [
|
||
|
"syslog/client.shard.cmx"
|
||
|
],
|
||
|
"program": {
|
||
|
"binary": "bin/crashpad_tests"
|
||
|
},
|
||
|
"sandbox": {
|
||
|
"features": [
|
||
|
"deprecated-ambient-replace-as-executable",
|
||
|
"isolated-temp"
|
||
|
],
|
||
|
"services": [
|
||
|
"fuchsia.net.name.Lookup",
|
||
|
"fuchsia.posix.socket.Provider",
|
||
|
"fuchsia.process.Launcher"
|
||
|
]
|
||
|
}
|
||
|
}
|