| { | |
| "facets": { | |
| "fuchsia.test": { | |
| "system-services": [ | |
| "fuchsia.sys.test.CacheControl" | |
| ] | |
| } | |
| }, | |
| "include": [ | |
| "syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "bin/isolated_cache_example_bin_test" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "isolated-cache-storage" | |
| ], | |
| "services": [ | |
| "fuchsia.sys.test.CacheControl" | |
| ] | |
| } | |
| } |