blob: 01f66ed04bfcb1dcb8d11ee330f269deb3a6ccc5 [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/intel-i915-bind.bindbc",
colocate: "false",
compat: "driver/intel-i915.so",
},
use: [
{
protocol: [
"fuchsia.kernel.FramebufferResource",
"fuchsia.kernel.IoportResource",
"fuchsia.kernel.MmioResource",
"fuchsia.scheduler.RoleManager",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
],
},
{ service: "fuchsia.hardware.pci.Service" },
],
}