-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: rename symbol names for internal method channel name
- Loading branch information
Showing
6 changed files
with
72 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: 'NativeIrisEventBinding' | ||
description: 'Bindings to IrisEventHandler' | ||
|
||
output: 'lib/src/method_channel/internal/platform/io/bindings/native_iris_event_bindings.dart' | ||
|
||
headers: | ||
entry-points: | ||
- 'src/iris_event.h' | ||
|
||
include-directives: | ||
- 'src/iris_event.h' | ||
|
||
llvm-path: | ||
- '/opt/homebrew/opt/llvm@15' | ||
|
||
# Generating typedefs need set the sdk constraints to >=2.14, remove it | ||
# if we can set our sdk constraints to >=2.14 | ||
typedefs: | ||
exclude: | ||
- 'Dart_Port' | ||
|
||
functions: | ||
symbol-address: | ||
include: | ||
- 'OnEvent' # Match function name. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters