blob: 73c8398a4df5e2ab227ce9792d102d3ad1050383 [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.
composite camera_controller;
using fuchsia.isp;
using fuchsia.camera;
using fuchsia.camera;
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;
}