blob: ebd528f5256c3a301daf77273f79b4e19aec2d94 [file] [log] [blame]
%module javaupm_rfr359f
%include "../upm.i"
%{
#include "rfr359f.h"
%}
%include "rfr359f.h"
%pragma(java) jniclasscode=%{
static {
try {
System.loadLibrary("javaupm_rfr359f");
} catch (UnsatisfiedLinkError e) {
System.err.println("Native code library failed to load. \n" + e);
System.exit(1);
}
}
%}