IVGCVSW-3563 + IVGCVSW-3555 Create new utility functions for dynamic backends
authorMatteo Martincigh <matteo.martincigh@arm.com>
Wed, 24 Jul 2019 08:15:00 +0000 (09:15 +0100)
committerNikhil Raj Arm <nikhil.raj@arm.com>
Wed, 24 Jul 2019 14:19:58 +0000 (14:19 +0000)
commitd73cecba2fb3525453d102603f6f27a9636754b5
tree8c7019115be71acc3e79f101a6f47947023c5149
parentee18dc8d1725f472850ab0c398fd7cbc4b850891
IVGCVSW-3563 + IVGCVSW-3555 Create new utility functions for dynamic backends

 * Created new DynamicBackendUtils class
 * Added OpenHandle, CloseHandle, GetEntryPoint and GetDlError methods to it

Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Change-Id: I88c683b2c5d37968a9ebdf335be932ae2d9061e5
src/backends/backendsCommon/CMakeLists.txt
src/backends/backendsCommon/DynamicBackendUtils.cpp [new file with mode: 0644]
src/backends/backendsCommon/DynamicBackendUtils.hpp [new file with mode: 0644]