blob: 7b59d6a2b5aafa40705dcc403b29eba188dd25f1 [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [
"//sdk/lib/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
bind: "meta/bind/goldfish_control_composite-bind.bindbc",
colocate: "false",
compat: "driver/goldfish_control.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
fallback: "false",
},
capabilities: [
{ service: 'fuchsia.hardware.goldfish.ControlService' },
{ service: 'fuchsia.hardware.goldfish.pipe.Service' },
{ service: 'fuchsia.hardware.sysmem.Service' },
],
use: [
{ service: "fuchsia.hardware.goldfish.pipe.Service" },
{ service: "fuchsia.hardware.goldfish.SyncService" },
{ service: "fuchsia.hardware.goldfish.AddressSpaceService" },
{ service: "fuchsia.hardware.sysmem.Service" },
],
expose: [
{
service: 'fuchsia.hardware.goldfish.ControlService',
from: 'self',
},
{
service: 'fuchsia.hardware.goldfish.pipe.Service',
from: 'self',
},
{
service: 'fuchsia.hardware.sysmem.Service',
from: 'self',
},
],
}