mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
Added Java support and bindings
Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
181823cb20
commit
7e2ae96c1f
19
src/a110x/javaupm_a110x.i
Normal file
19
src/a110x/javaupm_a110x.i
Normal file
@ -0,0 +1,19 @@
|
||||
%module javaupm_a110x
|
||||
%include "../upm.i"
|
||||
%include "stdint.i"
|
||||
%include "typemaps.i"
|
||||
/*
|
||||
%feature("director") ISRHelper;
|
||||
%feature("nodirector") A110x;
|
||||
*/
|
||||
%apply jobject { void * };
|
||||
/*
|
||||
%{
|
||||
#include "isrhelper.h"
|
||||
%}
|
||||
%include "isrhelper.h"
|
||||
*/
|
||||
%{
|
||||
#include "a110x.h"
|
||||
%}
|
||||
%include "a110x.h"
|
Reference in New Issue
Block a user