IVGCVSW-3599 Create the GetSharedObjects method in DynamicBackendUtils
authorJan Eilers <jan.eilers@arm.com>
Thu, 25 Jul 2019 16:08:37 +0000 (17:08 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 5 Aug 2019 16:32:25 +0000 (16:32 +0000)
commit4a539fcde5008b5e55d565ab9615eab2970360ae
tree3bfe3616453246acbafac38e7f7bad54c2a25b6c
parente7d449893b85a00a063836bd01dce4f925a24dd2
IVGCVSW-3599 Create the GetSharedObjects method in DynamicBackendUtils

 * Added GetSharedObjects to DynamicBackendUtils
 * Goes through the given paths and returns a list of files that
   match the naming scheme for dynamic backends
 * Added unit test
 * Update the cmake file to generate the test files/symlinks

Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Change-Id: Ibfc0bad740b72696714d343eb32a593c2ec1f8c6
src/backends/backendsCommon/DynamicBackendUtils.cpp
src/backends/backendsCommon/DynamicBackendUtils.hpp
src/backends/backendsCommon/test/DynamicBackendTests.cpp
src/backends/backendsCommon/test/DynamicBackendTests.hpp