Where can we see the actual implementation of the fidl procotols?

34 views
Skip to first unread message

Geevarghese V K

unread,
Dec 11, 2020, 9:46:04 AM12/11/20
to fidl-dev
Dear team,

I have seen all the fidl definition inside sdk folder. But where can we find its actual implementation for multiple languages?

Pascal

unread,
Dec 11, 2020, 10:09:55 AM12/11/20
to Geevarghese V K, fidl-dev
Hi!

A good way to navigate where a library is used is to rely on the build files, e.g. you can search for sdk/fidl/fuchsia.logger file:.*\.gn.

From there, you can find implementations of protocols this library defines, or uses of the library (be it clients or domain objects).

It's useful to know how one FIDL library ends up in code, see bindings overview.

Continuing with the example above, you can find various areas of the code which interact with this library:

On Fri, Dec 11, 2020 at 9:46 AM Geevarghese V K <jince...@gmail.com> wrote:
Dear team,

I have seen all the fidl definition inside sdk folder. But where can we find its actual implementation for multiple languages?

--
All posts must follow the Fuchsia Code of Conduct https://fuchsia.dev/fuchsia-src/CODE_OF_CONDUCT or may be removed.
---
To unsubscribe from this group and stop receiving emails from it, send an email to fidl-dev+u...@fuchsia.dev.
Reply all
Reply to author
Forward
0 new messages