| { | |
| "facets": { | |
| "fuchsia.test": { | |
| "injected-services": { | |
| "fuchsia.test.IsolatedDevmgr": "fuchsia-pkg://fuchsia.com/pkgfs-tests#meta/ramdisk-isolated-devmgr.cmx" | |
| } | |
| } | |
| }, | |
| "include": [ | |
| "syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "bin/pkgfs_lib_test" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "isolated-temp" | |
| ], | |
| "services": [ | |
| "fuchsia.process.Launcher", | |
| "fuchsia.sys.Launcher", | |
| "fuchsia.test.IsolatedDevmgr", | |
| "fuchsia.tracing.provider.Registry" | |
| ] | |
| } | |
| } |