| { | |
| "facets": { | |
| "fuchsia.test": { | |
| "injected-services": { | |
| "fuchsia.stash.SecureStore": "fuchsia-pkg://fuchsia.com/stash#meta/stash_secure.cmx", | |
| "fuchsia.stash.Store": "fuchsia-pkg://fuchsia.com/stash#meta/stash.cmx" | |
| } | |
| } | |
| }, | |
| "include": [ | |
| "sdk/lib/diagnostics/syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "bin/wlan_stash_lib_test" | |
| }, | |
| "sandbox": { | |
| "services": [ | |
| "fuchsia.stash.SecureStore", | |
| "fuchsia.stash.Store" | |
| ] | |
| } | |
| } |