| // 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. |
| { |
| include: [ |
| "inspect/client.shard.cml", |
| "syslog/client.shard.cml", |
| ], |
| program: { |
| runner: "driver", |
| binary: "driver/vim3-devicetree.so", |
| bind: "meta/bind/vim3-devicetree-bind.bindbc", |
| default_dispatcher_opts: [ "allow_sync_calls" ], |
| colocate: "true", |
| modules: [ |
| { |
| module_name: "lib/visitors/devicetree-visitors-adc-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-aml-usb-phy-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-amlogic-canvas-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-arm-gic.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-clockimpl-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-display-panel-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-dwc2-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-ethernet-phy-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-focaltech-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-i2c-bus-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-mali-gpu-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-performance-domain-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-power-domain-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-power-element-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-pwm-init-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-pwm-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-registers-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-regulator-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-sdmmc-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-serial-port-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-thermal-zones-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| { |
| module_name: "lib/visitors/devicetree-visitors-usb-phy-visitor.so", |
| symbols: [ "__devicetree_visitor_registration__" ], |
| }, |
| ], |
| }, |
| use: [ |
| { service: "fuchsia.hardware.platform.bus.Service" }, |
| { protocol: "fuchsia.driver.framework.CompositeNodeManager" }, |
| ], |
| } |