Implement basic plugin structure 51/271651/3
authorIlho Kim <ilho159.kim@samsung.com>
Thu, 24 Feb 2022 04:59:10 +0000 (13:59 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Thu, 24 Feb 2022 07:53:03 +0000 (16:53 +0900)
commitde33fbd09acab4be8836335d608963aeccd02d5d
treeb953ec38a108417f677ca8aed403a950a063ea62
parentabd3f11c3bcd918dd4f2ad1a8b58e5135e18a65a
Implement basic plugin structure

Change-Id: I9f112e443815644af4d95381956a69f0fadaac7d
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
idlc/gen_cion/c_transportable.h [new file with mode: 0644]
idlc/gen_cion/cion_plugin_base.cc [new file with mode: 0644]
idlc/gen_cion/cion_plugin_base.h [new file with mode: 0644]
idlc/gen_cion/cpp_transportable.h [new file with mode: 0644]
idlc/gen_cion/cs_transportable.h [new file with mode: 0644]
idlc/gen_cion/java_transportable.h [new file with mode: 0644]
idlc/gen_cion/plugin_loader.cc [new file with mode: 0644]
idlc/gen_cion/plugin_loader.h [new file with mode: 0644]
idlc/gen_cion/transportable.h [new file with mode: 0644]