blob: 1e66089d830c04cb7477b5ac34e4904a48e1a163 [file] [log] [blame] [edit]
// 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",
},
capabilities: [
{ service: "fuchsia.hardware.camera.Service" },
],
use: [
{ protocol: "fuchsia.sysmem2.Allocator" },
],
expose: [
{
service: "fuchsia.hardware.camera.Service",
from: "self",
},
],
}