aboutsummaryrefslogtreecommitdiffstats
path: root/sys/fuchsia/layout
Commit message (Collapse)AuthorAgeFilesLines
* sys/fuchsia: update "make extract" support codeMatthew Dempsky2020-06-051-46/+13
| | | | | | | FIDL fuzzing hasn't been working for a while, and it's further bit-rotted as upstream FIDL functionality has continued to evolve. This commit updates enough FIDL functionality to get a minimal FIDL test case to work again.
* sys/fuchsia: fix Fuchsia extract/generateDavid Pursell2019-11-141-2/+2
| | | | | Updates some paths and add zx_eventpair type definition to fix `make extract` and `make generate`.
* sys/fuchsia: remove power fidl definitions.Marco Vanotti2019-07-161-1/+0
| | | | | | This commit removes the fuchsia-power fidl definitions. The interface doesn't have a service implementing it in fuchsia, and it is causing issues in make extract.
* sys: Updating Fuchsia extraction scriptsPascal Perez2019-05-211-0/+78
Consolidating FIDL library build mappings in one place, so that it can be used from extraction, and script invoking fidlgen. This also makes code clearer, and provides a more natural path for evolutions / dealing with oddities. Minor doc update post fx command changes.