blob: f5d66c32af7c546e646151096e737bc8134e1ba6 [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: [
"driver_component/driver.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
binary: "driver/e1000.so",
bind: "meta/bind/e1000_bind.bindbc",
colocate: "false",
},
capabilities: [
{ service: "fuchsia.hardware.network.driver.Service" },
],
use: [
{ service: "fuchsia.hardware.pci.Service" },
],
expose: [
{
service: "fuchsia.hardware.network.driver.Service",
from: "self",
},
],
}