blob: 669f3ba2c18c44ea9248c9cdf04227f8937866d2 [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",
},
}