mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
12 lines
190 B
OpenEdge ABL
12 lines
190 B
OpenEdge ABL
%module javaupm_ds1307
|
|
%include "../upm.i"
|
|
%include "arrays_java.i";
|
|
%include "../java_buffer.i"
|
|
|
|
%{
|
|
#include "ds1307.hpp"
|
|
%}
|
|
|
|
%include "ds1307.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_ds1307) |