blob: f90ca454992ab8d521ef32e4d050c2a594262e7d [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.
{
children: [
{
name: "camera_device_watcher",
url: "fuchsia-pkg://fuchsia.com/camera_device_watcher#meta/camera_device_watcher.cm",
environment: "#core-env",
},
],
offer: [
{
protocol: [
"fuchsia.logger.LogSink",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
],
from: "parent",
to: "#camera_device_watcher",
},
{
protocol: [ "fuchsia.metrics.MetricEventLoggerFactory" ],
from: "#cobalt",
to: "#camera_device_watcher",
},
{
protocol: [ "fuchsia.ui.policy.DeviceListenerRegistry" ],
from: "#ui",
to: "#camera_device_watcher",
dependency: "weak",
},
{
directory: "dev-class",
from: "parent",
as: "dev-camera",
to: "#camera_device_watcher",
subdir: "camera",
},
],
}