mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
EL Driver: Removing Grove Dependency
Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
11
src/eldriver/pyupm_eldriver.i
Normal file
11
src/eldriver/pyupm_eldriver.i
Normal file
@ -0,0 +1,11 @@
|
||||
// Include doxygen-generated documentation
|
||||
%include "pyupm_doxy2swig.i"
|
||||
%module pyupm_eldriver
|
||||
%include "../upm.i"
|
||||
|
||||
%feature("autodoc", "3");
|
||||
|
||||
%include "eldriver.hpp"
|
||||
%{
|
||||
#include "eldriver.hpp"
|
||||
%}
|
Reference in New Issue
Block a user