mirror of
https://github.com/eclipse/upm.git
synced 2025-09-14 06:07:30 +03:00

Signed-off-by: Andrei Vasiliu <andrei.vasiliu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
9 lines
101 B
OpenEdge ABL
9 lines
101 B
OpenEdge ABL
%module javaupm_apds9002
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "apds9002.h"
|
|
%}
|
|
|
|
%include "apds9002.h"
|