Make hal-backend-tbm-dumb package 96/256896/2
authorJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 14 Apr 2021 08:17:41 +0000 (17:17 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Wed, 14 Apr 2021 08:43:18 +0000 (17:43 +0900)
commit06c9c1381ef184bac28f9db04d76d5939f2f247e
treed7ab27aa9440eaa6bd3209717ff2b017708b25f6
parente32cc7e9d2484c2950bda07aeb6aa3788f64dc29
Make hal-backend-tbm-dumb package

This is the first step for implementing the new hal backend.
libhal-backend-tbm-dumb package has a new hal backend module.
The new hal architecture will be available for Tizen 6.5.

Change-Id: If1e3851c3b7f498bcf531d6d563f352ec5913695
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
configure.ac
packaging/libhal-backend-tbm-dumb.manifest [new file with mode: 0644]
packaging/libtbm-dumb.spec
src/Makefile.am
src/libhal-backend-tbm-dumb/Makefile.am [new file with mode: 0644]
src/libhal-backend-tbm-dumb/tbm_backend_dumb.c [new file with mode: 0644]
src/libhal-backend-tbm-dumb/tbm_backend_log.c [new file with mode: 0644]
src/libhal-backend-tbm-dumb/tbm_backend_log.h [new file with mode: 0644]