blob: c31d5402ed8da10a1fa41bc0c8d6fa89902f6bf7 [file]
// 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;
primary parent "isp" {
fuchsia.BIND_PROTOCOL == fuchsia.isp.BIND_PROTOCOL.DEVICE;
}
parent "gdc" {
fuchsia.BIND_PROTOCOL == fuchsia.camera.BIND_PROTOCOL.GDC;
}
parent "ge2d" {
fuchsia.BIND_PROTOCOL == fuchsia.camera.BIND_PROTOCOL.GE2D;
}