blob: 167243578bdb1ea1a555fa056060986d1e46f70e [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.
composite camera_controller;
using fuchsia.isp;
using fuchsia.camera;
using fuchsia.camera;
using fuchsia.hardware.sysmem;
primary node "isp" {
fuchsia.BIND_PROTOCOL == fuchsia.isp.BIND_PROTOCOL.DEVICE;
}
node "gdc" {
fuchsia.BIND_PROTOCOL == fuchsia.camera.BIND_PROTOCOL.GDC;
}
node "ge2d" {
fuchsia.BIND_PROTOCOL == fuchsia.camera.BIND_PROTOCOL.GE2D;
}
node "sysmem" {
fuchsia.hardware.sysmem.Service == fuchsia.hardware.sysmem.Service.ZirconTransport;
}