mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
15 lines
231 B
OpenEdge ABL
15 lines
231 B
OpenEdge ABL
%module javaupm_rhusb
|
|
%include "../upm.i"
|
|
%include "typemaps.i"
|
|
%include "cpointer.i"
|
|
%include "arrays_java.i";
|
|
%include "../java_buffer.i"
|
|
|
|
%{
|
|
#include "rhusb.hpp"
|
|
%}
|
|
|
|
%include "rhusb.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_rhusb)
|