| { | |
| "facets": { | |
| "fuchsia.test": { | |
| "system-services": [ | |
| "fuchsia.sys.test.CacheControl" | |
| ] | |
| } | |
| }, | |
| "program": { | |
| "binary": "test/isolated_cache_example_tests" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "isolated-cache-storage" | |
| ], | |
| "services": [ | |
| "fuchsia.sys.test.CacheControl" | |
| ] | |
| } | |
| } |