blob: 07042133007e2e2f7640b92d79f1a00ded9f4369 [file] [log] [blame]
// Copyright 2022 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-bind.bindbc",
colocate: "true",
compat: "driver/goldfish.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
capabilities: [
{ service: 'fuchsia.hardware.goldfish.pipe.Service' },
],
use: [
{ service: "fuchsia.hardware.acpi.Service" },
{ service: "fuchsia.hardware.sysmem.Service" },
],
expose: [
{
service: 'fuchsia.hardware.goldfish.pipe.Service',
from: 'self',
},
],
}