| { | |
| "include": [ | |
| "sdk/lib/diagnostics/syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "binary": "bin/bt_gap" | |
| }, | |
| "sandbox": { | |
| "dev": [ | |
| "class/bt-host" | |
| ], | |
| "features": [ | |
| "config-data" | |
| ], | |
| "services": [ | |
| "fuchsia.device.NameProvider", | |
| "fuchsia.stash.SecureStore", | |
| "fuchsia.sys.Environment", | |
| "fuchsia.sys.Launcher", | |
| "fuchsia.sys.Loader" | |
| ] | |
| } | |
| } |