second implementation for hal-api-tbm 07/252807/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 1 Feb 2021 10:57:36 +0000 (19:57 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 2 Feb 2021 10:58:00 +0000 (19:58 +0900)
commit01a4d59fa0ba9178b71daa79fbf43f64ad2f9cd8
tree359466bf0986d1c09f998e1f60b1667d75809050
parentb0b979d2189e2a866195fb611e3479ce5b7323cd
second implementation for hal-api-tbm

add protocol, drm-helper functions and logs and
fix other features, vars and functions

Change-Id: Ie3bac396305abeec51da2c6580d767410de29262
14 files changed:
CMakeLists.txt
include/hal-tbm-interface.h
include/hal-tbm-types.h
include/hal-tbm.h
packaging/hal-api-tbm.spec
protocol/wayland-tbm-drm-auth-client-protocol.h [new file with mode: 0644]
protocol/wayland-tbm-drm-auth-protocol.c [new file with mode: 0644]
protocol/wayland-tbm-drm-auth-server-protocol.h [new file with mode: 0644]
protocol/wayland-tbm-drm-auth.xml [new file with mode: 0644]
src/common.h
src/hal-api-tbm.c
src/hal-tbm-drm-helper-client.c [new file with mode: 0644]
src/hal-tbm-drm-helper-server.c [new file with mode: 0644]
src/hal-tbm-log.c [new file with mode: 0644]