| { | |
| "include": [ | |
| "sdk/lib/diagnostics/syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "bin/encode_camera" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "isolated-temp" | |
| ], | |
| "services": [ | |
| "fuchsia.camera3.DeviceWatcher", | |
| "fuchsia.mediacodec.CodecFactory", | |
| "fuchsia.sysmem.Allocator" | |
| ] | |
| } | |
| } |