blob: b589b4dee93080af1d79474fe870921f447480f8 [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/camera_controller_bind.bindbc",
colocate: "true",
},
use: [
{ service: "fuchsia.hardware.sysmem.Service" },
],
}