mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
9 lines
235 B
OpenEdge ABL
9 lines
235 B
OpenEdge ABL
/* Specify the name of the target JAVA module */
|
|
%module javaupm_sensortemplate
|
|
|
|
/* Include the base sensor interface file */
|
|
%include "common.i"
|
|
|
|
/* Add the JAVA code to load the module */
|
|
JAVA_JNI_LOADLIBRARY(javaupm_sensortemplate)
|