[Plugins] Create sub-directory for plugins
authorDongju Chae <dongju.chae@samsung.com>
Tue, 6 Jul 2021 03:01:37 +0000 (12:01 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Tue, 6 Jul 2021 04:54:26 +0000 (13:54 +0900)
commitfe75716263f25679767d2b1fd32763384ea92efe
tree85c015d0a27c7c7c0753560ff9319f6f37c11241
parent8b654e3496368f10b8ab33fae5dbb0425f59a694
[Plugins] Create sub-directory for plugins

This patch creates sub-directory for plugins such as nnstreamer, npumgr,
and so on. The exsiting codes will be moved to there.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
21 files changed:
README.md
meson.build
meson_options.txt
packaging/npu-engine.spec
plugins/meson.build [new file with mode: 0644]
plugins/nnstreamer/meson.build [new file with mode: 0644]
plugins/npumgr/common/npumgr_common.h [moved from tests/apptests/npumgr/npumgr_common.h with 99% similarity]
plugins/npumgr/dummy/meson.build [moved from tests/apptests/npumgr/dummy/meson.build with 96% similarity]
plugins/npumgr/dummy/npumgr.cc [moved from tests/apptests/npumgr/dummy/npumgr.cc with 100% similarity]
plugins/npumgr/dummy/npumgr_api.cc [moved from tests/apptests/npumgr/dummy/npumgr_api.cc with 99% similarity]
plugins/npumgr/dummy/npumgr_api.h [moved from tests/apptests/npumgr/dummy/npumgr_api.h with 100% similarity]
plugins/npumgr/dummy/npumgr_device.cc [moved from tests/apptests/npumgr/dummy/npumgr_device.cc with 100% similarity]
plugins/npumgr/dummy/npumgr_device.h [moved from tests/apptests/npumgr/dummy/npumgr_device.h with 100% similarity]
plugins/npumgr/dummy/npumgr_triv2.cc [moved from tests/apptests/npumgr/dummy/npumgr_triv2.cc with 100% similarity]
plugins/npumgr/dummy/npumgr_triv2.h [moved from tests/apptests/npumgr/dummy/npumgr_triv2.h with 100% similarity]
plugins/npumgr/dummy/sr.odl.NPUManager.conf [moved from tests/apptests/npumgr/dummy/sr.odl.NPUManager.conf with 100% similarity]
plugins/npumgr/meson.build [new file with mode: 0644]
plugins/npumgr/tests/meson.build [new file with mode: 0644]
plugins/npumgr/tests/npumgr_test.cc [moved from tests/apptests/npumgr/npumgr_test.cc with 99% similarity]
tests/apptests/meson.build
tests/apptests/npumgr/meson.build [deleted file]