blob: 73407228877facc8273cf0716169c61bb8d72975 [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: [
// Enable system logging
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/fake_battery.so",
bind: "meta/bind/fake-battery-driver.bindbc",
},
capabilities: [
{
protocol: [ "fuchsia.hardware.powersource.Source" ],
},
],
}