fuchsia_driver_component
Creates a Fuchsia component that can be registered as a driver.
See fuchsia_component for more information.
PARAMETERS
Name |
Description |
Default |
name |
The target name. |
- |
manifest |
The component manifest file. |
- |
driver_lib |
The shared library that will be registered with the driver manager. This file will end up in /driver/<lib_name> and should match what is listed in the manifest. See https://fuchsia.dev/fuchsia-src/concepts/components/v2/driver_runner for more details. |
- |
bind_bytecode |
The driver bind bytecode needed for binding the driver. |
- |
deps |
A list of targets that this component depends on. |
[] |
tags |
Typical meaning in Bazel. By default this target is manual. |
[] |
kwargs |
Extra attributes to forward to the build rule. |
- |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-04 UTC."],[],[]]