Search results

fuchsia_fidl_library

https://fuchsia.dev/reference/bazel_sdk/fuchsia_fidl_library
... cc_bindings, list of FIDL CC binding types to generate. Each binding specified will be represented by a new target named {name}_{cc_binding} of type ...

Using natural and wire domain objects

https://fuchsia.dev/fuchsia-src/development/languages/fidl/tutorials/cpp/basics/domain-objects
... cc_bindings = [ "cpp", "cpp_wire", ], library = "fuchsia.examples", # Optional. visibility = ["//visibility:public"], ). If the FIDL library is from the ...