| { | |
| "include": [ | |
| "sdk/lib/diagnostics/syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "test/disk-extractor-lib-unit-tests" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "isolated-temp" | |
| ], | |
| "services": [ | |
| "fuchsia.stash.SecureStore", | |
| "fuchsia.sys.Environment", | |
| "fuchsia.sys.Launcher", | |
| "fuchsia.sys.Loader" | |
| ] | |
| } | |
| } |