GPRS: Remove Grove Dependency

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2016-09-13 12:12:50 -07:00
committed by Noel Eck
parent f4315db035
commit db05211516
11 changed files with 52 additions and 52 deletions

View File

@@ -1,11 +0,0 @@
%module jsupm_grovegprs
%include "../upm.i"
%include "carrays.i"
%include "std_string.i"
%{
#include "grovegprs.hpp"
%}
%include "grovegprs.hpp"
%array_class(char, charArray);