| { | |
| "facets": { | |
| "fuchsia.test": { | |
| "system-services": [ | |
| "fuchsia.sysinfo.SysInfo" | |
| ] | |
| } | |
| }, | |
| "program": { | |
| "binary": "test/data_provider_unittest" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "build-info", | |
| "isolated-persistent-storage", | |
| "isolated-temp" | |
| ], | |
| "services": [ | |
| "fuchsia.logger.LogSink", | |
| "fuchsia.sysinfo.SysInfo" | |
| ] | |
| } | |
| } |