mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-28 15:50:26 +08:00
a62b654838
This is needed to facilitate transitioning from fuchsia.net.NameLookup. Bug: 49741 Change-Id: Ife6015bfe58c01aad98d12b13cecd4bb56b34537 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3036084 Reviewed-by: Francois Rousseau <frousseau@google.com> Commit-Queue: Francois Rousseau <frousseau@google.com>
30 lines
883 B
Plaintext
30 lines
883 B
Plaintext
{
|
|
"facets": {
|
|
"fuchsia.test": {
|
|
"injected-services": {
|
|
"fuchsia.net.NameLookup": "fuchsia-pkg://fuchsia.com/dns-resolver#meta/dns-resolver.cmx",
|
|
"fuchsia.net.name.Lookup": "fuchsia-pkg://fuchsia.com/dns-resolver#meta/dns-resolver.cmx",
|
|
"fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#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.NameLookup",
|
|
"fuchsia.net.name.Lookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.process.Launcher"
|
|
]
|
|
}
|
|
}
|