EHR: Removed Grove dependency
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
%module javaupm_groveehr
|
||||
%include "../upm.i"
|
||||
|
||||
%ignore beatISR;
|
||||
|
||||
%{
|
||||
#include "groveehr.hpp"
|
||||
%}
|
||||
|
||||
%include "groveehr.hpp"
|
||||
|
||||
%pragma(java) jniclasscode=%{
|
||||
static {
|
||||
try {
|
||||
System.loadLibrary("javaupm_groveehr");
|
||||
} catch (UnsatisfiedLinkError e) {
|
||||
System.err.println("Native code library failed to load. \n" + e);
|
||||
System.exit(1);
|
||||
}
|
||||
}
|
||||
%}
|
||||
Reference in New Issue
Block a user