blob: 33d2c17ec4f6073e1f2dfef468b00f88a4fb2c6a [file] [log] [blame]
// Copyright 2022 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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/camera_factory_bin",
},
capabilities: [
{ protocol: "fuchsia.factory.camera.Controller" },
],
use: [
{
protocol: [
"fuchsia.camera3.DeviceWatcher",
"fuchsia.posix.socket.Provider",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
],
},
{
storage: "data",
path: "/data",
},
],
expose: [
{
protocol: "fuchsia.factory.camera.Controller",
from: "self",
},
],
}