blob: 6c059b6b4cc4cf004964cf86b7d395a5049c3e9f [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: [
"driver_component/driver.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/goldfish-display.so",
bind: "meta/bind/goldfish-display-bind.bindbc",
colocate: "false",
default_dispatcher_opts: [ "allow_sync_calls" ],
fallback: "false",
},
use: [
{ service: "fuchsia.hardware.goldfish.ControlService" },
{ service: "fuchsia.hardware.goldfish.pipe.Service" },
{ service: "fuchsia.hardware.sysmem.Service" },
],
}