| { | |
| "facets": { | |
| "fuchsia.test": { | |
| "injected-services": { | |
| "fuchsia.pkg.PackageResolver": "fuchsia-pkg://fuchsia.com/shutdown_integration_test#meta/mock_pkg_resolver.cmx" | |
| } | |
| } | |
| }, | |
| "program": { | |
| "binary": "test/shutdown_integration_test" | |
| }, | |
| "sandbox": { | |
| "services": [ | |
| "fuchsia.logger.LogSink", | |
| "fuchsia.pkg.PackageResolver", | |
| "fuchsia.process.Launcher", | |
| "fuchsia.sys.Launcher", | |
| "fuchsia.sys.Environment" | |
| ], | |
| "features": [ | |
| "hub", | |
| "deprecated-ambient-replace-as-executable" | |
| ] | |
| } | |
| } |