[VD/NPUMGR] Add tizen-npumanager dependency
authorDongju Chae <dongju.chae@samsung.com>
Fri, 11 Jun 2021 05:33:28 +0000 (14:33 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Mon, 14 Jun 2021 01:25:03 +0000 (10:25 +0900)
commit847c3151f18390ab53221fc57f74e1276d8517d0
treeaf73de5f16b1895bf71144fafbbd5f5a31253557
parent36ba6f04d1ab216ca7797bf0f5398b861d8e00e5
[VD/NPUMGR] Add tizen-npumanager dependency

This patch adds tizen-npumanager dependency.

It's used only when 'vd_npumgr' option is provided.
Otherwise, dummy npumgr module is used.

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