blob: 046ac4f8189031aee2e19546731a98b6a313db5d [file] [log] [blame]
// Copyright 2024 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",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: 'driver/power-integration-board.so',
bind: 'meta/bind/test-power-integration-board-bind.bindbc',
colocate: "true",
default_dispatcher_opts: [ "allow_sync_calls" ],
},
use: [
{ service: "fuchsia.hardware.platform.bus.Service" },
],
}