[Option] Enable tensor-filter C++ class by default
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 31 Mar 2020 10:24:52 +0000 (19:24 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 27 Apr 2020 13:38:39 +0000 (22:38 +0900)
Turn the C++ class support on by default.
And update spec file to add .hh file.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
meson_options.txt
packaging/nnstreamer.spec

index 55a897f..7de7e99 100644 (file)
@@ -22,7 +22,7 @@ option('restricted-elements', type: 'string', value: '')
 option('enable-tflite-nnapi-delegation', type: 'boolean', value: false) # true to enable tensorflow-lite to delegate nnapi interpretation to nnfw backend in tizen
 option('enable-nnfw-runtime', type: 'boolean', value: false) # true to enable nnfw tensor filter element
 option('enable-cppfilter', type: 'boolean', value: true) # Allows C++ custom filters
-option('enable-filter-cpp-class', type: 'boolean', value: false) # Allows to accept C++ classes as filter subplugin implementation.
+option('enable-filter-cpp-class', type: 'boolean', value: true) # Allows to accept C++ classes as filter subplugin implementation.
 option('enable-tizen-sensor', type: 'boolean', value: false)
 option('enable-edgetpu', type: 'boolean', value: false)
 option('enable-armnn', type: 'boolean', value: false)
index f44ae32..1aa59c1 100644 (file)
@@ -624,6 +624,7 @@ cp -r result %{buildroot}%{_datadir}/nnstreamer/unittest/
 
 %files cpp-devel
 %{_includedir}/nnstreamer/tensor_filter_cpp.hh
+%{_includedir}/nnstreamer/nnstreamer_cppplugin_api_filter.hh
 %{_libdir}/pkgconfig/nnstreamer-cpp.pc
 
 %if 0%{?edgetpu_support}