Separate binding code into individual module-specific bindings#60
Conversation
There was a problem hiding this comment.
Code Review
This pull request is a significant refactoring to modularize the FFI bindings, which greatly improves maintainability. The changes in the integration tests correctly reflect this new modular structure. I've found one minor issue in the test logic for error handling which should be addressed.
- Merge entrypoints-*.h files to one entrypoints.h. - Fix bugs where library files were missing from the scripts/symgen_helper.sh script output.
|
I tried to create 6.5 bindings based on this PR. |
As we discussed offline, we will be able to provide the script later. |
This change is a refactoring effort to modularize the tizen_interop binding structure, improving code management and maintainability.