crashpad/test/fuchsia_crashpad_tests.cmx
Tamir Duberstein 6c96d8fb78 fuchsia: Move crashpad_tests to injected-services
Isolation=good.

Change-Id: Ide383f52548bbfb5bef2703787cb7bab411fb8bf
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2315002
Commit-Queue: Scott Graham <scottmg@chromium.org>
Reviewed-by: Scott Graham <scottmg@chromium.org>
2020-07-22 23:33:31 +00:00

25 lines
680 B
Plaintext

{
"facets": {
"fuchsia.test": {
"injected-services": {
"fuchsia.net.NameLookup": "fuchsia-pkg://fuchsia.com/dns-resolver#meta/dns-resolver.cmx",
"fuchsia.posix.socket.Provider": "fuchsia-pkg://fuchsia.com/netstack#meta/netstack.cmx"
}
}
},
"program": {
"binary": "test/crashpad_tests"
},
"sandbox": {
"features": [
"deprecated-ambient-replace-as-executable",
"isolated-temp"
],
"services": [
"fuchsia.net.NameLookup",
"fuchsia.posix.socket.Provider",
"fuchsia.process.Launcher"
]
}
}