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