summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/apds9930/javaupm_apds9930.i
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libupm/src/apds9930/javaupm_apds9930.i')
-rw-r--r--peripheral/libupm/src/apds9930/javaupm_apds9930.i18
1 files changed, 0 insertions, 18 deletions
diff --git a/peripheral/libupm/src/apds9930/javaupm_apds9930.i b/peripheral/libupm/src/apds9930/javaupm_apds9930.i
deleted file mode 100644
index ca8aa53..0000000
--- a/peripheral/libupm/src/apds9930/javaupm_apds9930.i
+++ /dev/null
@@ -1,18 +0,0 @@
-%module javaupm_apds9930
-%include "../upm.i"
-
-%{
- #include "apds9930.h"
-%}
-%include "apds9930.h"
-
-%pragma(java) jniclasscode=%{
- static {
- try {
- System.loadLibrary("javaupm_apds9930");
- } catch (UnsatisfiedLinkError e) {
- System.err.println("Native code library failed to load. \n" + e);
- System.exit(1);
- }
- }
-%}