blob: 71681a2ae5e8aa5268f7a7976c85517782c8bb2d [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-cpu-ctrl.so",
bind: "meta/bind/bind-to-temp.bindbc",
},
capabilities: [
{ service: "fuchsia.hardware.cpu.ctrl.Service" },
],
expose: [
{
service: "fuchsia.hardware.cpu.ctrl.Service",
from: "self",
},
],
}