IVGCVSW-3556 Create the DynamicBackend class
authorMatteo Martincigh <matteo.martincigh@arm.com>
Wed, 24 Jul 2019 08:54:26 +0000 (09:54 +0100)
committerMatteo Martincigh <matteo.martincigh@arm.com>
Mon, 29 Jul 2019 12:54:24 +0000 (12:54 +0000)
commit2e7f6ad7a3476c42dda541d6d9b6beb40c08161d
treef86ac1b7c841352e1ff140cc1d06ad1b4934e37a
parentb38ed40d34b6c176dc47884419e9d367452b7fe0
IVGCVSW-3556 Create the DynamicBackend class

 * Created the new DynamicBackend class with all the necessary
   getters/utility functions
 * Created function types to mirror the backend interface functions

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