blob: c568409fe101542f3679ef6bcc8b0fb0aa9fae3f [file] [edit]
// Copyright 2024 The Fuchsia Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/binder_proxy",
},
use: [
{ protocol: "fuchsia.vsock.Connector" },
{
service: [ "fuchsia.hardware.virtio.pmem.Service" ],
availability: "optional",
},
{
directory: "ta",
rights: [ "rx*" ],
path: "/ta",
},
{
config: "fuchsia.binder.BindToLoopback",
key: "bind_to_loopback",
type: "bool",
availability: "optional",
default: false,
},
{
config: "fuchsia.binder.UseVirtioPmem",
key: "use_virtio_pmem",
type: "bool",
availability: "optional",
default: false,
},
],
}