blob: 4a49d5cde6a5b64b0a509570c1ea5f56b237bb64 [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: [
"//sdk/lib/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
bind: "meta/bind/msd_intel_bind.bindbc",
colocate: "true",
compat: "driver/libmsd_intel.so",
default_dispatcher_opts: [ "allow_sync_calls" ],
fallback: "false",
},
use: [
{
protocol: [
"fuchsia.kernel.InfoResource",
"fuchsia.scheduler.ProfileProvider",
],
},
],
}