diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/fuchsia.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/fuchsia.md b/docs/fuchsia.md index 44b6eeaff..ce7b82f1e 100644 --- a/docs/fuchsia.md +++ b/docs/fuchsia.md @@ -48,6 +48,14 @@ Run `syz-manager` with a config along the lines of: ## How to generate syscall description for FIDL +Use `generate_fidl` target to automatically generate syscall descriptions for all the supported FIDL files. + +```bash +make generate_fidl TARGETARCH=amd64 SOURCEDIR=/path/to/fuchsia/checkout +``` + +To manually generate syscall description for a given `.fidl` file, use the following instruction. + FIDL files should first be compiled into FIDL intermediate representation (JSON) files using `fidlc`: ```bash |
