-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathffigen.yaml
More file actions
19 lines (19 loc) · 744 Bytes
/
ffigen.yaml
File metadata and controls
19 lines (19 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Run with `flutter pub run ffigen --config ffigen.yaml`.
name: DiveComputerFfiBindings
description: |
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
output: 'lib/framework/dive_computer_ffi_bindings_generated.dart'
headers:
entry-points:
- 'native/include/libdivecomputer/context.h'
- 'native/include/libdivecomputer/device.h'
- 'native/include/libdivecomputer/iterator.h'
- 'native/include/libdivecomputer/serial.h'
- 'native/include/libdivecomputer/parser.h'
preamble: |
// ignore_for_file: always_specify_types, unused_field, unused_element
// ignore_for_file: camel_case_types
// ignore_for_file: non_constant_identifier_names
comments:
style: any
length: full