[Issue type] : add header
Pack header files for supporting object detection plugin module.
According to plugin support requirement, behavior class of itask
can be implemented as separate package. As a initial support,
this patch packs object detection relevant headers which are needed
by separate plugin module when building.
Change-Id: I2c594440a63877420d4aef44573ebeffab3c5a1f
Signed-off-by: Inki Dae <inki.dae@samsung.com>
PATTERN "mv_face_detection_internal.h"
PATTERN "mv_face_detection_type.h"
)
+install(
+ DIRECTORY ${PROJECT_SOURCE_DIR}/include/ DESTINATION include/media
+ FILES_MATCHING
+ PATTERN "iobject_detection.h"
+ PATTERN "object_detection_type.h"
+ )
%{_includedir}/media/mv_object_detection_type.h
%{_includedir}/media/mv_face_detection_internal.h
%{_includedir}/media/mv_face_detection_type.h
+%{_includedir}/media/iobject_detection.h
+%{_includedir}/media/object_detection_type.h
%{_libdir}/pkgconfig/*object-detection.pc
%endif
%if "%{enable_ml_object_detection_3d}" == "1"