RSC: Initial Commit

Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
This commit is contained in:
Abhishek Malik
2017-04-02 23:04:04 -07:00
parent b239866e99
commit 96eb834e9b
15 changed files with 1688 additions and 0 deletions

8
src/rsc/jsupm_rsc.i Normal file
View File

@@ -0,0 +1,8 @@
%module jsupm_rsc
%include "../upm.i"
%{
#include "rsc.hpp"
%}
%include "rsc.hpp"