blob: 3351925d77e07d9859c0de8b148c7832e23c1d2e [file] [log] [blame]
{
// TODO(fxbug.dev/72960): This v2 manifest is not yet used in production - it currently exists
// for testing scenarios.
include: [
"//sdk/lib/diagnostics/inspect/client.shard.cml",
"//sdk/lib/diagnostics/syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/bt_gap",
},
capabilities: [
{
protocol: [
"fuchsia.bluetooth.bredr.Profile",
"fuchsia.bluetooth.gatt.Server",
"fuchsia.bluetooth.le.Central",
"fuchsia.bluetooth.le.Peripheral",
"fuchsia.bluetooth.sys.Access",
"fuchsia.bluetooth.sys.HostWatcher",
],
},
],
use: [
{
directory: "dev-bt-host",
rights: [ "rw*" ],
path: "/dev/class/bt-host",
},
{
protocol: [
"fuchsia.device.NameProvider",
"fuchsia.stash.SecureStore",
],
},
],
expose: [
{
protocol: [
"fuchsia.bluetooth.bredr.Profile",
"fuchsia.bluetooth.gatt.Server",
"fuchsia.bluetooth.le.Central",
"fuchsia.bluetooth.le.Peripheral",
"fuchsia.bluetooth.sys.Access",
"fuchsia.bluetooth.sys.HostWatcher",
],
from: "self",
},
],
}